@tplc/business 0.4.77 → 0.4.79

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,33 @@
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.4.79](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.77...v0.4.79) (2025-04-28)
6
+
7
+
8
+ ### 🚀 Chore | 构建/工程依赖/工具
9
+
10
+ * **release:** 0.4.78 ([82c9d14](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/82c9d142494d60afc9889ebf737498542299ea7a))
11
+
12
+
13
+ ### ✨ Features | 新功能
14
+
15
+ * 图片展示规则 ([af06680](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/af066808b6276ccd55e19c6baa711c1a3e815941))
16
+ * 新增cityArea判断 ([587bdb4](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/587bdb41d2f7e1dd8fc0f804d1a2fe58120e2708))
17
+ * 新增search ([e95f9f7](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/e95f9f75686dbcbe63372ecb99b0e2d5a591d62f))
18
+
19
+ ### [0.4.78](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.76...v0.4.78) (2025-04-28)
20
+
21
+
22
+ ### 🚀 Chore | 构建/工程依赖/工具
23
+
24
+ * **release:** 0.4.77 ([9dcddff](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/9dcddff4e67e18393e24df19c8628e18ae1f3b85))
25
+
26
+
27
+ ### ✨ Features | 新功能
28
+
29
+ * 新增area in photo ([6d94de8](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/6d94de82a6262467a93eb8991e73d1c77935d6e7))
30
+ * 新增search ([e95f9f7](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/e95f9f75686dbcbe63372ecb99b0e2d5a591d62f))
31
+
5
32
  ### [0.4.77](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.74...v0.4.77) (2025-04-27)
6
33
 
7
34
 
@@ -148,7 +148,12 @@ const coverImgWidth = computed(() => {
148
148
  <!-- area -->
149
149
  <!-- && itemProps.areaOnImg -->
150
150
  <view
151
- v-if="itemProps.showArea && itemAttrs.cityArea && itemProps.areaOnImg"
151
+ v-if="
152
+ itemProps.showArea &&
153
+ itemAttrs.cityArea &&
154
+ itemProps.areaOnImg &&
155
+ !itemProps.imgBottomIcon
156
+ "
152
157
  class="absolute bottom-0 left-0 z-1 p-2 line-clamp-1 w-full box-border text-white text-3.5"
153
158
  :style="{
154
159
  color: itemProps.areaColor,
@@ -175,7 +180,13 @@ const coverImgWidth = computed(() => {
175
180
  >
176
181
  {{ value }}
177
182
  <text
178
- v-if="itemProps.showArea && !itemProps.areaOnImg && itemAttrs.cityArea"
183
+ v-if="
184
+ itemProps.showArea &&
185
+ !itemProps.areaOnImg &&
186
+ itemAttrs.cityArea &&
187
+ !value.includes('(') &&
188
+ !value.includes('(')
189
+ "
179
190
  :style="{
180
191
  color: itemProps.areaColor,
181
192
  fontSize: `${itemProps.areaFontSize}rpx`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.4.77",
3
+ "version": "0.4.79",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],