uview-plus 3.4.51 → 3.4.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/changelog.md
CHANGED
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
computed: {
|
|
35
35
|
style() {
|
|
36
36
|
const style = {};
|
|
37
|
-
// #ifdef APP-NVUE || MP
|
|
37
|
+
// #ifdef APP-NVUE || MP-TOUTIAO || MP-WEIXIN
|
|
38
38
|
// nvue下,高度使用js计算填充
|
|
39
39
|
style.height = addUnit(getWindowInfo().safeAreaInsets.bottom, 'px');
|
|
40
40
|
// #endif
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
},
|
|
44
44
|
mounted() {
|
|
45
|
-
// #ifdef APP-NVUE
|
|
45
|
+
// #ifdef APP-NVUE || MP-TOUTIAO || MP-WEIXIN
|
|
46
46
|
// 标识为是否nvue
|
|
47
47
|
this.isNvue = true;
|
|
48
48
|
// #endif
|
package/package.json
CHANGED