diff --git a/assets/Scripts/chat18x/ui/panels/PurchasePanel.ts b/assets/Scripts/chat18x/ui/panels/PurchasePanel.ts index 564f046f..1d287a30 100644 --- a/assets/Scripts/chat18x/ui/panels/PurchasePanel.ts +++ b/assets/Scripts/chat18x/ui/panels/PurchasePanel.ts @@ -56,8 +56,7 @@ export class PurchasePanel extends li_BaseView { GButton.BandClick( this._nodeTab.Buy7DayVipBt, () => { - //TODO:购买vip - console.log("购买Vip 7"); + // 购买7天会员 const shopData = DataManager.I.getDataById(DataId.Shop); const memberId = shopData.get7DayMemberId(); this.reqBuyGood(memberId); @@ -67,8 +66,7 @@ export class PurchasePanel extends li_BaseView { GButton.BandClick( this._nodeTab.Buy30DayVipBtn, () => { - //TODO:购买vip - console.log("购买Vip 30"); + // 购买30天会员 const shopData = DataManager.I.getDataById(DataId.Shop); const memberId = shopData.get30DayMemberId(); this.reqBuyGood(memberId);