|
@@ -464,7 +464,7 @@ Page({
|
|
|
})
|
|
})
|
|
|
|
|
|
|
|
var that = this;
|
|
var that = this;
|
|
|
- const { nickName } = wx.getStorageSync('userInfo_em');
|
|
|
|
|
|
|
+ const { nickName } = wx.getStorageSync('userInfo');
|
|
|
const unionid = wx.getStorageSync('unionid');
|
|
const unionid = wx.getStorageSync('unionid');
|
|
|
console.log('nickName==' + nickName);
|
|
console.log('nickName==' + nickName);
|
|
|
console.log('unionid==' + unionid);
|
|
console.log('unionid==' + unionid);
|