@ -35,7 +35,6 @@ Page({
},
onShow: function () {
console.log('啦啦啦')
this.getUserInfo()
if (store.hasPhone()) {
console.log('已经绑定手机号码')
@ -146,6 +145,10 @@ Page({
wx.navigateTo({
url: `/pages/user/${type}/index?userIcon=${this.data.userInfo.avatarUrl}&userName=${this.data.userInfo.nickName}&userPhone=${this.data.userInfo.phone || ''}&company=${this.data.userInfo.company || ''}&position=${this.data.userInfo.position || ''}`,
})
} else {
url: `/pages/user/${type}/index`,
}