Update BoostTips.ts

This commit is contained in:
guoqing.zhu 2022-06-07 11:54:08 +08:00
parent d238360966
commit 8dfdfdb5aa

View File

@ -27,9 +27,5 @@ export class BoostTips extends UIBase {
onOK() {
this.node.destroy();
cc.Notifier.emit('boostsuccess', this.indata.mid);
// NetManage.boostOfferRewardMission(this.indata.missionId, () => {
// this.node.destroy();
// cc.uiHelper.showTips('Boost Success!');
// });
}
}