[更新]
This commit is contained in:
@@ -30,8 +30,13 @@ Page({
|
||||
way : options.way
|
||||
})
|
||||
|
||||
const wechatUserId = wx.getStorageSync("wechatUser")
|
||||
this.setData({
|
||||
wechatUserId: wechatUserId
|
||||
})
|
||||
|
||||
if(options.type == "mobiles") {
|
||||
wx.$api.user.mobiles().then(res=>{
|
||||
wx.$api.user.mobiles(this.data.wechatUserId).then(res=>{
|
||||
this.setData({
|
||||
loginTel : res.data
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user