Merge branch 'main' of 47.107.44.202:xionglijia/18xchat
This commit is contained in:
@@ -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<ShopData>(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<ShopData>(DataId.Shop);
|
||||
const memberId = shopData.get30DayMemberId();
|
||||
this.reqBuyGood(memberId);
|
||||
|
||||
Reference in New Issue
Block a user