@tplc/wot 1.0.34 → 1.0.35

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
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.0.35](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.7.89...v1.0.35) (2026-01-22)
6
+
5
7
  ### [1.0.34](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.7.87...v1.0.34) (2026-01-21)
6
8
 
7
9
  ### [1.0.33](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.7.79...v1.0.33) (2026-01-20)
@@ -89,7 +89,8 @@ const innerOffsetTop = computed(() => {
89
89
 
90
90
  // 如果是小程序 需要 44+statusBar高度
91
91
  // #ifdef MP
92
- top = 44 + (uni.getWindowInfo().statusBarHeight || 0)
92
+ const windowInfo = uni.getWindowInfo ? uni.getWindowInfo() : uni.getSystemInfoSync()
93
+ top = 44 + (windowInfo.statusBarHeight || 0)
93
94
  // #endif
94
95
  return top + props.offsetTop
95
96
  })
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "@tplc/wot",
3
3
  "name": "@tplc/wot",
4
- "version": "1.0.34",
4
+ "version": "1.0.35",
5
5
  "keywords": [
6
6
  "wot-design-uni",
7
7
  "国际化",