优化移动端已知的问题

This commit is contained in:
lemon橪
2021-09-09 11:21:28 +08:00
parent 0cfb5d42c0
commit c529688932
4 changed files with 27 additions and 25 deletions

View File

@@ -84,7 +84,7 @@ function cleanStorage() {
uni.navigateTo({
url: "/pages/passport/wechatMPLogin",
});
}, 1000);
}, 500);
// #endif
// #ifndef MP-WEIXIN
@@ -92,7 +92,7 @@ function cleanStorage() {
uni.navigateTo({
url: "/pages/passport/login",
});
}, 1000);
}, 500);
// #endif
}