yanym hace 6 años
padre
commit
fef674384d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dorm-manager-wx/pages/student/menu/menu.js

+ 1 - 1
dorm-manager-wx/pages/student/menu/menu.js

@@ -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
     })