修改UI问题初
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user