Commit 98a4beaf by 高淑倩

支付授权开卡

parent 0a846df2
...@@ -61,8 +61,11 @@ Component({ ...@@ -61,8 +61,11 @@ Component({
const userInfo = wx.getStorageSync('_baseUserInfo') const userInfo = wx.getStorageSync('_baseUserInfo')
// 新用户去激活领卡 // 新用户去激活领卡
if (userInfo && userInfo.member && !userInfo.member.mobile) { if (userInfo && userInfo.member && !userInfo.member.mobile) {
console.log('去开')
wxService.openCard() wxService.openCard()
return false return false
}else {
console.log('已开')
} }
// 跳转 // 跳转
const urls = getCurrentPages() const urls = getCurrentPages()
......
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