From 8dfdfdb5aa48f665a4cea0ae996a170aabdcca9c Mon Sep 17 00:00:00 2001 From: "guoqing.zhu" <1521292690@qq.com> Date: Tue, 7 Jun 2022 11:54:08 +0800 Subject: [PATCH] Update BoostTips.ts --- assets/scripts/tips/BoostTips.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/assets/scripts/tips/BoostTips.ts b/assets/scripts/tips/BoostTips.ts index 827ccf85..d6586e57 100644 --- a/assets/scripts/tips/BoostTips.ts +++ b/assets/scripts/tips/BoostTips.ts @@ -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!'); - // }); } }