commission--yt-commit
This commit is contained in:
@ -14,8 +14,15 @@ Page({
|
||||
},
|
||||
|
||||
onLoad(options) {
|
||||
// console.log('---->',options);
|
||||
const id = options.id;
|
||||
this.setData({ id });
|
||||
const promotionCode = options.promotionCode;
|
||||
this.setData({ id,promotionCode });
|
||||
if (promotionCode) { // 切换到‘我的推广码状态’
|
||||
this.setData({
|
||||
activeTab: 1
|
||||
})
|
||||
}
|
||||
},
|
||||
|
||||
// 每次页面展示都刷新(含navigateBack返回时)
|
||||
|
Reference in New Issue
Block a user