修改UI问题初

This commit is contained in:
2026-08-31 17:37:32 +08:00
parent 585b30a615
commit 18ee29e422
16 changed files with 386 additions and 1070 deletions
+2
View File
@@ -12,6 +12,8 @@ export default {
this.globalData.statusBarHeight = sysInfo.statusBarHeight;
this.globalData.windowWidth = sysInfo.windowWidth;
this.globalData.windowHeight = sysInfo.windowHeight;
// 注意:字体加载不能在这里调(页面未创建会报 not font page),
// 已移到首页 pages/index/index.vue 的 onLoad 中,global: true 照样全局生效
}
};
</script>