@tplc/business 0.3.28 → 0.3.30
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.3.30](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.3.29...v0.3.30) (2025-02-10)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ✨ Features | 新功能
|
|
9
|
+
|
|
10
|
+
* 修改vip展示 ([16d67e2](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/16d67e20d0acdd822c3bea1f06141972de82e320))
|
|
11
|
+
|
|
12
|
+
### [0.3.29](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.3.22...v0.3.29) (2025-02-10)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### 🚀 Chore | 构建/工程依赖/工具
|
|
16
|
+
|
|
17
|
+
* **release:** 0.1.58 ([69c6e54](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/69c6e54ce296ace2001ae1df68afe3ae4ba68df4))
|
|
18
|
+
* **release:** 0.1.59 ([5474178](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/5474178636d68aac1cd2c9b6636b6701ab5382da))
|
|
19
|
+
* **release:** 0.3.23 ([02a13c0](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/02a13c0fc46e7416831a58ef1ac086f98d96ad1c))
|
|
20
|
+
* **release:** 0.3.24 ([cef1575](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/cef15757bc4fd98d74792a448c69dfe217226797))
|
|
21
|
+
* **release:** 0.3.25 ([1e15a2d](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/1e15a2da2312961b2b8d272a79dda4587ccaecdf))
|
|
22
|
+
* **release:** 0.3.26 ([f49b2ec](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/f49b2ec5ee1e5d33a7861cb65faf40c04051c17f))
|
|
23
|
+
* **release:** 0.3.27 ([de8db84](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/de8db8463034c3d962522ca25b9f926f54f859fa))
|
|
24
|
+
* **release:** 0.3.28 ([3554966](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/35549669d999237cebf0ad10d1abe975637903ba))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### ✨ Features | 新功能
|
|
28
|
+
|
|
29
|
+
* vip 跳转调整 ([d859424](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/d859424782df289c60d41ce6043a53808890f0ba))
|
|
30
|
+
* 日历调整 ([a78bc04](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/a78bc04f75f0c3b972bdb7db8139822115ec082f))
|
|
31
|
+
|
|
5
32
|
### [0.3.28](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.1.59...v0.3.28) (2025-02-09)
|
|
6
33
|
|
|
7
34
|
### [0.3.27](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.1.58...v0.3.27) (2025-02-09)
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
import { inject, Ref, ref, watch, watchEffect, onMounted } from 'vue'
|
|
21
21
|
import useZPaging from 'z-paging/components/z-paging/js/hooks/useZPaging'
|
|
22
22
|
import { FORM_KEY } from '../../../../constants'
|
|
23
|
-
import { getCurrentPage
|
|
23
|
+
import { getCurrentPage } from '../../../../utils/utils'
|
|
24
24
|
import { LcbFilterListProps } from './type'
|
|
25
25
|
import useAutoHeight from '../../../../hooks/useAutoHeight'
|
|
26
26
|
|
|
@@ -62,7 +62,6 @@ const queryList = async (page: number, limit: number) => {
|
|
|
62
62
|
...props.baseParam,
|
|
63
63
|
...form?.value,
|
|
64
64
|
listType: props.listType,
|
|
65
|
-
...getPageOptions(),
|
|
66
65
|
pageSearch: {
|
|
67
66
|
limit,
|
|
68
67
|
page,
|
|
@@ -60,7 +60,6 @@
|
|
|
60
60
|
<script lang="ts" setup>
|
|
61
61
|
import { FORM_KEY } from '@tplc/business/constants'
|
|
62
62
|
import { reactive, inject, ref, useAttrs, watch } from 'vue'
|
|
63
|
-
import { getPageOptions } from '../../utils/utils'
|
|
64
63
|
import { transformValueUnit } from '../../utils/transform'
|
|
65
64
|
import { MapItem, MapMarker } from './types'
|
|
66
65
|
import useAutoHeight from '../../hooks/useAutoHeight'
|
|
@@ -123,7 +122,6 @@ const getData = async () => {
|
|
|
123
122
|
const { data } = (await uni.$lcb.http.post('/productInfo/map', {
|
|
124
123
|
...props.baseParam,
|
|
125
124
|
...form?.value,
|
|
126
|
-
...getPageOptions(),
|
|
127
125
|
})) as {
|
|
128
126
|
data: MapItem[]
|
|
129
127
|
}
|
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
<view class="absolute w-20 text-center leading-6 top-0 left-0">
|
|
16
16
|
{{ info.effectiveDate }}
|
|
17
17
|
</view>
|
|
18
|
-
<view
|
|
18
|
+
<!-- <view
|
|
19
19
|
class="absolute leading-4.5 top-156rpx left-4 flex items-center gap-0.5"
|
|
20
20
|
@click="navigateTo('/pages-sub/vip/points')"
|
|
21
21
|
>
|
|
22
22
|
<view>{{ translate('消费积分') }} {{ info.sumPoint }}</view>
|
|
23
23
|
<wd-icon classPrefix="lcb" name="xiangyou" size="24rpx" />
|
|
24
|
-
</view>
|
|
24
|
+
</view> -->
|
|
25
25
|
<view
|
|
26
26
|
class="absolute text-2.5 w-662rpx leading-64rpx top-256rpx left-2.5 flex items-center gap-0.5 px-2.5 box-border"
|
|
27
27
|
@click="navigateTo('/pages-sub/vip/upgrade-guide')"
|