修正底部弹出菜单点击金币购买后无反应的bug
This commit is contained in:
parent
f53c9c4445
commit
949d1b3efa
@ -156,7 +156,7 @@
|
||||
if (res.tapIndex === 0) {
|
||||
console.log('点击金币开通');
|
||||
if (this.score < this.record.score) {
|
||||
this.getRecord('金币不足')
|
||||
this.requestAd('金币不足')
|
||||
} else {
|
||||
this.buyGame();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user