Browse Source

授权信息

kk.shi 3 years ago
parent
commit
5b47bc4e7d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pages/welfareMall/personal/personal.js

+ 2 - 1
pages/welfareMall/personal/personal.js

@@ -16,7 +16,8 @@ Page({
    */
   onLoad: function (options) {
     this.setData({
-      isLogin: getMobileCache() != ''
+      isLogin: getMobileCache() != '',
+      mobileTop: getMobileCache(),
   })
 
   },