1.优化websocket中的jackpot.hit
2.优化/api/game/betMyOrders接口,新增中奖号码字段result_number
This commit is contained in:
@@ -34,6 +34,7 @@ export default {
|
||||
update_time: 'Updated',
|
||||
gameRecord_period_no: 'Round (relation)',
|
||||
gameRecord_status: 'Round status',
|
||||
result_number: 'Result number',
|
||||
'gameRecord_status 0': 'Open for betting',
|
||||
'gameRecord_status 1': 'Closed',
|
||||
'gameRecord_status 2': 'Settling tickets',
|
||||
|
||||
@@ -34,6 +34,7 @@ export default {
|
||||
update_time: '更新时间',
|
||||
gameRecord_period_no: '对局期号',
|
||||
gameRecord_status: '期状态',
|
||||
result_number: '中奖号码',
|
||||
'gameRecord_status 0': '下注开放',
|
||||
'gameRecord_status 1': '已封盘',
|
||||
'gameRecord_status 2': '算票中',
|
||||
|
||||
@@ -147,6 +147,14 @@ const baTable = new baTableClass(
|
||||
'5': t('game.playRecord.gameRecord_status 5'),
|
||||
},
|
||||
},
|
||||
{
|
||||
label: t('game.playRecord.result_number'),
|
||||
prop: 'gameRecord.result_number',
|
||||
align: 'center',
|
||||
width: 110,
|
||||
operator: 'eq',
|
||||
showOverflowTooltip: true,
|
||||
},
|
||||
{ label: t('game.playRecord.user_id'), prop: 'user_id', align: 'center', show: false, width: 90, operator: 'RANGE' },
|
||||
{
|
||||
label: t('game.playRecord.user_username'),
|
||||
|
||||
Reference in New Issue
Block a user