kk.shi hace 3 años
padre
commit
5b47bc4e7d
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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(),
   })
 
   },