Commit 88f251d9 by 高淑倩

modify: 注释_老用户弹框

parent 0210596a
...@@ -84,16 +84,17 @@ Component({ ...@@ -84,16 +84,17 @@ Component({
if (currentClickType == 1) { if (currentClickType == 1) {
wxService.openCard() wxService.openCard()
} else if (currentClickType == 2) { } else if (currentClickType == 2) {
if (userInfo && userInfo.member && userInfo.member.mobile && !userInfo.memberActivateStatus) { wxService.openCard()
// 手机号存在 但未激活 跳转激活领卡页面 老用户 // if (userInfo && userInfo.member && userInfo.member.mobile && !userInfo.memberActivateStatus) {
this.setData({ // // 手机号存在 但未激活 跳转激活领卡页面 老用户
isAuthorizationActiveText: '新激活领卡', // this.setData({
isAuthorization: true, // isAuthorizationActiveText: '新激活领卡',
isAuthorizationType: 3 // isAuthorization: true,
}, () => { // isAuthorizationType: 3
return false // }, () => {
}) // return false
} // })
// }
} }
} }
}, },
......
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