测试取消系统页面配置缓存

This commit is contained in:
TOP糯米 2023-03-24 02:24:08 +08:00
parent 51a23c558b
commit acb9a85d14
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ export default {
},
onLaunch: async function () {
let pageConfig = this.$storage.get("system_config");
if (!pageConfig) {
if (pageConfig) {
const { windowWidth, windowHeight, statusBarHeight, safeAreaInsets } = uni.getSystemInfoSync();
// #ifndef H5
const { height, top } = uni.getMenuButtonBoundingClientRect();