@tplc/business 0.5.63 → 0.5.64
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,13 @@
|
|
|
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.64](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.5.63...v0.5.64) (2025-12-03)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ✨ Features | 新功能
|
|
9
|
+
|
|
10
|
+
* 兼容h5 ([ca67c3f](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/ca67c3fa6d5d7ef9adbf526c92d115cbed03c16d))
|
|
11
|
+
|
|
5
12
|
### [0.5.63](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.5.62...v0.5.63) (2025-12-02)
|
|
6
13
|
|
|
7
14
|
### [0.5.62](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.5.61...v0.5.62) (2025-12-02)
|
|
@@ -88,7 +88,6 @@ defineOptions({
|
|
|
88
88
|
})
|
|
89
89
|
|
|
90
90
|
const props = defineProps<LcbActionViewProps>()
|
|
91
|
-
const { offsetTopNavbar = true } = props as { offsetTopNavbar?: boolean }
|
|
92
91
|
const basicInfo = inject(USER_BASIC_INFO, {}) as unknown as Ref<Record<string, any>>
|
|
93
92
|
const pageInfo = inject(PAGE_PROVIDE_KEY) as unknown as Ref<Record<string, any>>
|
|
94
93
|
const showPoster = ref(false)
|
|
@@ -206,8 +205,7 @@ const onActionClick = async () => {
|
|
|
206
205
|
if (url) {
|
|
207
206
|
const windowInfo = uni.getWindowInfo()
|
|
208
207
|
const navbarHeight = (windowInfo.statusBarHeight || 0) + 44
|
|
209
|
-
|
|
210
|
-
onPageScrollSelector(url, offsetTop)
|
|
208
|
+
onPageScrollSelector(url, navbarHeight)
|
|
211
209
|
}
|
|
212
210
|
break
|
|
213
211
|
case 17:
|