@tplc/business 0.5.72 → 0.5.73
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.73](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.5.72...v0.5.73) (2025-12-04)
|
|
6
|
+
|
|
5
7
|
### [0.5.72](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.5.71...v0.5.72) (2025-12-04)
|
|
6
8
|
|
|
7
9
|
### [0.5.71](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.5.70...v0.5.71) (2025-12-04)
|
|
@@ -352,7 +352,7 @@ const onActionClick = async () => {
|
|
|
352
352
|
}
|
|
353
353
|
const getJumpType = (jumpType?: string | number) => {
|
|
354
354
|
if (!jumpType) return ''
|
|
355
|
-
return jumpTypeMap[jumpType] ||
|
|
355
|
+
return `${jumpTypeMap[jumpType] || jumpType}`
|
|
356
356
|
}
|
|
357
357
|
const getPhoneNumber = (e) => {
|
|
358
358
|
if (e.detail.errMsg === 'getPhoneNumber:ok') {
|