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(
|
GButton.BandClick(
|
||||||
this._nodeTab.Buy7DayVipBt,
|
this._nodeTab.Buy7DayVipBt,
|
||||||
() => {
|
() => {
|
||||||
//TODO:购买vip
|
// 购买7天会员
|
||||||
console.log("购买Vip 7");
|
|
||||||
const shopData = DataManager.I.getDataById<ShopData>(DataId.Shop);
|
const shopData = DataManager.I.getDataById<ShopData>(DataId.Shop);
|
||||||
const memberId = shopData.get7DayMemberId();
|
const memberId = shopData.get7DayMemberId();
|
||||||
this.reqBuyGood(memberId);
|
this.reqBuyGood(memberId);
|
||||||
@@ -67,8 +66,7 @@ export class PurchasePanel extends li_BaseView {
|
|||||||
GButton.BandClick(
|
GButton.BandClick(
|
||||||
this._nodeTab.Buy30DayVipBtn,
|
this._nodeTab.Buy30DayVipBtn,
|
||||||
() => {
|
() => {
|
||||||
//TODO:购买vip
|
// 购买30天会员
|
||||||
console.log("购买Vip 30");
|
|
||||||
const shopData = DataManager.I.getDataById<ShopData>(DataId.Shop);
|
const shopData = DataManager.I.getDataById<ShopData>(DataId.Shop);
|
||||||
const memberId = shopData.get30DayMemberId();
|
const memberId = shopData.get30DayMemberId();
|
||||||
this.reqBuyGood(memberId);
|
this.reqBuyGood(memberId);
|
||||||
|
|||||||
Reference in New Issue
Block a user