feat(custom): 大转盘调整

This commit is contained in:
2024-01-22 20:58:13 +08:00
parent e14cf86631
commit 8de14ca720
5 changed files with 12 additions and 12 deletions

View File

@@ -6,10 +6,10 @@ import * as dayjs from 'dayjs'
import dan from '../../../static/dan.png' import dan from '../../../static/dan.png'
import he from '../../../static/he.png' import he from '../../../static/he.png'
import shuang from '../../../static/shuang.png' import shuang from '../../../static/shuang.png'
import kd from '../../../static/kd.png' import kd from '../../../static/kd-1.png'
import kh from '../../../static/kh.png' import kh from '../../../static/kh-1.png'
import ks from '../../../static/ks.png' import ks from '../../../static/kX.png'
import wu from '../../../static/wu.png' import wu from '../../../static/kk.png'
import wzj from '../../../static/wzj.json' import wzj from '../../../static/wzj.json'
import zj from '../../../static/zj.json' import zj from '../../../static/zj.json'
import './index.scss' import './index.scss'
@@ -195,20 +195,20 @@ const turntable_list = ref([
isActive: false, isActive: false,
activeUrl: kh, activeUrl: kh,
}, },
{
id: 1,
url: dan,
name: '单',
isActive: false,
activeUrl: kd,
},
{ {
id: 2, id: 2,
name: '', name: '',
url: shuang, url: shuang,
isActive: false, isActive: false,
activeUrl: ks, activeUrl: ks,
}, },
{
id: 1,
url: dan,
name: '大',
isActive: false,
activeUrl: kd,
},
]) ])
const bet_list = ref([]) const bet_list = ref([])

BIN
src/static/kX.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 KiB

BIN
src/static/kd-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 KiB

BIN
src/static/kh-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 KiB

BIN
src/static/kk.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB