修正底部弹出菜单点击金币购买后无反应的bug

This commit is contained in:
zhl 2019-02-21 17:39:18 +08:00
parent f53c9c4445
commit 949d1b3efa

View File

@ -156,7 +156,7 @@
if (res.tapIndex === 0) {
console.log('点击金币开通');
if (this.score < this.record.score) {
this.getRecord('金币不足')
this.requestAd('金币不足')
} else {
this.buyGame();
}