Commit 7799567a by 高淑倩

add: 首页弹框_判断展示

parent 15fb943f
......@@ -22,7 +22,7 @@ wxService.page({
// isAllScreen: fullSucreen.isAllScreen
isAllScreen: config.isAllScreen,
token:'',
isAuthorization: true,
isAuthorization: false,
pageId: 3,
baseUserInfo: null,
cardMember: null,
......@@ -76,13 +76,18 @@ wxService.page({
this.setData({
token: wx.getStorageSync('token'),
baseUserInfo,
cardMember
cardMember,
isAuthorization: false
})
// 积分数量
this.getMemberPointInfo()
// 优惠券数量
this.getMemberCouponInfo()
} else {
this.setData({
isAuthorization: true
})
}
},
// 查询积分信息
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment