feat: 订单问题修复
This commit is contained in:
@@ -46,7 +46,7 @@ export function generateOrderActions(orderData, actions, scene) {
|
||||
const gameDetail = {
|
||||
text: '球局详情',
|
||||
className: 'gameDetail',
|
||||
action: handleViewGame.bind(null, orderData.game_info.id),
|
||||
action: handleViewGame.bind(null, orderData.game_info?.id),
|
||||
}
|
||||
|
||||
const key = getOrderStatus(orderData)
|
||||
|
||||
Reference in New Issue
Block a user