@tplc/business 0.5.21 → 0.5.22

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.22](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.5.21...v0.5.22) (2025-10-21)
6
+
7
+
8
+ ### ✨ Features | 新功能
9
+
10
+ * 新增 popupWidth ([8f9d59a](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/8f9d59a4e33e6b8eea7502d21519aab0c54ec938))
11
+
5
12
  ### [0.5.21](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.5.20...v0.5.21) (2025-10-21)
6
13
 
7
14
 
@@ -233,7 +233,7 @@ const onSelect = (keyword: ProductInfo) => {
233
233
  }
234
234
  })
235
235
  queryParams.keywords = params.keywords
236
- if (!options.jumpPageType) {
236
+ if (!options.jumpPageType && !queryParams.jumpPageType) {
237
237
  uni.$emit(`${getPreviousPageId()}_filter_change`, queryParams)
238
238
  uni.navigateBack()
239
239
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.5.21",
3
+ "version": "0.5.22",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],