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