@tplc/business 0.5.57 → 0.5.58
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
|
+
### [0.5.58](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.5.57...v0.5.58) (2025-12-02)
|
|
6
|
+
|
|
5
7
|
### [0.5.57](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.5.56...v0.5.57) (2025-12-02)
|
|
6
8
|
|
|
7
9
|
|
|
@@ -205,10 +205,9 @@ const onActionClick = async () => {
|
|
|
205
205
|
if (url) {
|
|
206
206
|
const windowInfo = uni.getWindowInfo()
|
|
207
207
|
const navbarHeight = (windowInfo.statusBarHeight || 0) + 44
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
)
|
|
208
|
+
const offsetTop =
|
|
209
|
+
'offsetTopNavbar' in props && props.offsetTopNavbar !== false ? navbarHeight : 0
|
|
210
|
+
onPageScrollSelector(url, offsetTop ? navbarHeight : 0)
|
|
212
211
|
}
|
|
213
212
|
break
|
|
214
213
|
case 17:
|