- 在扫描结果处理中增加对无信息二维码的处理- 当 prizeType 为 2 且无信息时,显示中奖界面
@@ -350,6 +350,9 @@
return;
}
if (this.cards[idx].flipped) {
+ if (!scanDetail.result.hasInfo && (this.prizeJson.prizeType == 2 || this.prizeJson.prize_type == 2)){
+ this.showWin = true;
+ }
this.fankaStatu = true;