@tplc/business 0.4.142 → 0.4.143
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.4.143](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.142...v0.4.143) (2025-06-25)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ✨ Features | 新功能
|
|
9
|
+
|
|
10
|
+
* 页面点击 ([3af52a2](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/3af52a217341403dee7ecb2f096196d0c74a888d))
|
|
11
|
+
|
|
5
12
|
### [0.4.142](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.141...v0.4.142) (2025-06-25)
|
|
6
13
|
|
|
7
14
|
|
package/action.d.ts
CHANGED
package/package.json
CHANGED
package/utils/history.ts
CHANGED
|
@@ -15,7 +15,7 @@ export const getHistoryCity = () => {
|
|
|
15
15
|
if (
|
|
16
16
|
history &&
|
|
17
17
|
new Date().getTime() - history.time <
|
|
18
|
-
(uni.$lcb.constantsStore?.().
|
|
18
|
+
(uni.$lcb.constantsStore?.().otherConfig?.cityExpirationTime || 0)
|
|
19
19
|
) {
|
|
20
20
|
return history.address as ChildHotAddress
|
|
21
21
|
} else {
|