@tplc/business 0.3.37 → 0.3.38

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,30 @@
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.3.38](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.3.32...v0.3.38) (2025-02-12)
6
+
7
+
8
+ ### 🐛 Bug Fixes | Bug 修复
9
+
10
+ * 修改组件样式 ([ca5d275](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/ca5d275c2f909289729879c1fa7275e6dac2f1bf))
11
+
12
+
13
+ ### 🚀 Chore | 构建/工程依赖/工具
14
+
15
+ * **release:** 0.3.33 ([ced1bf4](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/ced1bf4e6f2f1ff6fbeafae1af57de075c0639c2))
16
+ * **release:** 0.3.34 ([d103638](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/d103638caf69257cec334d50aec089738a002e38))
17
+ * **release:** 0.3.35 ([37be581](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/37be581dd1e2e60a4e341f67278826455afbb28a))
18
+ * **release:** 0.3.36 ([ab06b9a](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/ab06b9ade5a593c3e48277b025b2f58c07a739e2))
19
+ * **release:** 0.3.37 ([d40168f](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/d40168fd3f12ce9db0a7960920ebb0fa63282ed7))
20
+
21
+
22
+ ### ✨ Features | 新功能
23
+
24
+ * 兼容popup 多次 ([a613b56](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/a613b5636f3f8354960e3d116155a1b36b80aaae))
25
+ * 兼容user info ([2097a3f](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/2097a3f346a064bdd2ab26900782722943bb20a2))
26
+ * 新增btn cancel ([ce2e4f2](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/ce2e4f27ed09c8432ea1cd6ae9ae589a1103d946))
27
+ * 还差pop 嵌套问题 ([053c621](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/053c621898385b93683218c69ae18fcdad7486d9))
28
+
5
29
  ### [0.3.37](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.3.36...v0.3.37) (2025-02-11)
6
30
 
7
31
  ### [0.3.36](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.3.35...v0.3.36) (2025-02-11)
@@ -13,8 +13,8 @@
13
13
  :height="transformValueUnit(cardHeight)"
14
14
  radius="16rpx"
15
15
  />
16
- <view class="absolute w-20 text-center leading-6 top-0 left-0">
17
- {{ info.effectiveDate }}
16
+ <view class="absolute text-center top-2 right-8 text-3">
17
+ {{ translate('有效期至') }} {{ info.effectiveDate }}
18
18
  </view>
19
19
  <!-- <view
20
20
  class="absolute leading-4.5 top-156rpx left-4 flex items-center gap-0.5"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.3.37",
3
+ "version": "0.3.38",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],