@@ -101,7 +101,7 @@ Page({
*/
onLoad: function(options) {
const that = this;
- let userInfo = wx.getStorageSync('lnkjUserInfo');
+ let userInfo = wx.getStorageSync('user');
that.setData({
userInfo: userInfo
})