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