dos 4 月之前
父节点
当前提交
3f27f31d96
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      game-ui/src/views/business/betting/index.vue

+ 3 - 0
game-ui/src/views/business/betting/index.vue

@@ -495,6 +495,9 @@ export default {
       let that = this;
       let bettingGameType = row.bettingGameType;
       let bettingItem = row.gameLotterySucc;
+      if(!bettingItem){
+        return "";
+      }
       let gameId = row.gameId;
       /*if("0" == bettingGameType){
         // return that.gameItemMap[bettingItem+"_"+gameId];