dos 4 месяцев назад
Родитель
Сommit
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];