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];