Commit c0769b73 by zhangzhen

细节优化

parent 718b8cb1
...@@ -55,6 +55,9 @@ ...@@ -55,6 +55,9 @@
if(uni.getStorageSync("popupTipStatus")){ if(uni.getStorageSync("popupTipStatus")){
uni.removeStorageSync("popupTipStatus") uni.removeStorageSync("popupTipStatus")
} }
uni.setStorageSync('activite',false)
uni.setStorageSync('rechargeTip',false)
uni.getSystemInfo({ uni.getSystemInfo({
success: (e) => { success: (e) => {
Vue.prototype.screenHeight = e.screenHeight; Vue.prototype.screenHeight = e.screenHeight;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment