From daea00376f126852b6cb9ef78d7918803b246b28 Mon Sep 17 00:00:00 2001 From: chen wei bo <1025839511@qq.com> Date: Wed, 10 Sep 2025 16:00:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=8F=E8=AE=AE=E8=B0=83=E8=AF=95=EF=BC=9A?= =?UTF-8?q?=E5=95=86=E5=9F=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/Scripts/chat18x/ui/panels/PurchasePanel.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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);