@tplc/business 0.5.1 → 0.5.2
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,21 @@
|
|
|
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.2](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.4.200...v0.5.2) (2025-09-29)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### 🚀 Chore | 构建/工程依赖/工具
|
|
9
|
+
|
|
10
|
+
* **release:** 0.4.201 ([863a022](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/863a022a8921174351f4ddd55530c70a3fd96978))
|
|
11
|
+
* **release:** 0.5.1 ([59e3d04](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/59e3d044f747fc52f53ee0079cdb6172bf86c1bd))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### ✨ Features | 新功能
|
|
15
|
+
|
|
16
|
+
* paypopup 兼容小程序 ([2be4585](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/2be4585183dcc184e91e8c483660ef51e8b53509))
|
|
17
|
+
* 支持 ([de0836a](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/de0836a947e8afdffd087dabe3f1aea24a04e83c))
|
|
18
|
+
* 新增 pay组件 ([03f3d88](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/03f3d88c1725ffdab4439c870c6747a0765345c9))
|
|
19
|
+
|
|
5
20
|
### [0.5.1](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.4.201...v0.5.1) (2025-09-28)
|
|
6
21
|
|
|
7
22
|
### [0.4.201](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.4.195...v0.4.201) (2025-09-28)
|
|
@@ -27,6 +27,15 @@
|
|
|
27
27
|
import { TextRenderViewItem } from '../../../../action'
|
|
28
28
|
import usePay from '../../../../hooks/usePay'
|
|
29
29
|
import { ref, watch } from 'vue'
|
|
30
|
+
defineOptions({
|
|
31
|
+
name: 'PayPopup',
|
|
32
|
+
options: {
|
|
33
|
+
addGlobalClass: true,
|
|
34
|
+
virtualHost: true,
|
|
35
|
+
styleIsolation: 'shared',
|
|
36
|
+
},
|
|
37
|
+
})
|
|
38
|
+
|
|
30
39
|
const form = ref({
|
|
31
40
|
payType: '',
|
|
32
41
|
useWalletPrice: 84,
|