feat:还原更新框架

This commit is contained in:
2026-07-23 14:49:48 +08:00
parent d5a6a16ea5
commit 75c7434f79
529 changed files with 43714 additions and 68201 deletions
@@ -15,7 +15,7 @@
/**
* SafeBottom 底部安全区
* @description 这个适配,主要是针对IPhone X等一些底部带指示条的机型,指示条的操作区域与页面底部存在重合,容易导致用户误操作,因此我们需要针对这些机型进行底部安全区适配。
* @tutorial https://uview-plus.jiangruyi.com/components/safeAreaInset.html
* @tutorial https://ijry.github.io/uview-plus/components/safeAreaInset.html
* @property {type} prop_name
* @property {Object} customStyle 定义需要用到的外部样式
*
@@ -34,7 +34,7 @@
computed: {
style() {
const style = {};
// #ifdef APP-NVUE || MP-TOUTIAO || MP-WEIXIN
// #ifdef APP-NVUE || MP-TOUTIAO
// nvue下,高度使用js计算填充
style.height = addUnit(getWindowInfo().safeAreaInsets.bottom, 'px');
// #endif
@@ -42,7 +42,7 @@
},
},
mounted() {
// #ifdef APP-NVUE || MP-TOUTIAO || MP-WEIXIN
// #ifdef APP-NVUE
// 标识为是否nvue
this.isNvue = true;
// #endif