@tplc/business 0.3.29 → 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,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.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
|
+
|
|
5
12
|
### [0.3.29](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.3.22...v0.3.29) (2025-02-10)
|
|
6
13
|
|
|
7
14
|
|
|
@@ -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
|
}
|