Commit 10b043b7 by zhangzhen

细节优化

parent a7f8f352
......@@ -26,6 +26,10 @@
// })
// }
if(uni.getStorageSync("storeId")){
uni.removeStorageSync("storeId")
}
uni.getSystemInfo({
success: (e) => {
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