@tplc/business 0.3.86 → 0.3.87

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,8 @@
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.87](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.1.70...v0.3.87) (2025-03-19)
6
+
5
7
  ### [0.3.86](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.3.80...v0.3.86) (2025-03-18)
6
8
 
7
9
 
@@ -6,6 +6,7 @@ export interface LcbHistoryResult {
6
6
  dateName: string
7
7
  price: number
8
8
  status: number
9
+ restFlag: boolean
9
10
  }
10
11
 
11
12
  export const queryHolidayInfoList = (data: {
@@ -119,6 +119,7 @@ const formatter = (day: any) => {
119
119
  if (day.type === 'same') {
120
120
  day.bottomInfo = translate('开始/结束')
121
121
  }
122
+ day.restFlag = info?.restFlag
122
123
 
123
124
  return day
124
125
  }
@@ -3,8 +3,8 @@
3
3
  <view class="flex-col flex w-full" :style="{ height }" v-if="height">
4
4
  <view class="flex-1 h-0 relative">
5
5
  <map
6
- :latitude="form.mapLatitude"
7
- :longitude="form.mapLongitude"
6
+ :latitude="form.userLatitude"
7
+ :longitude="form.userLongitude"
8
8
  :markers="info.covers"
9
9
  show-location
10
10
  show-compass
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.3.86",
3
+ "version": "0.3.87",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "peerDependencies": {
13
13
  "vue": ">=3.2.47",
14
- "@tplc/wot": "0.1.69"
14
+ "@tplc/wot": "0.1.70"
15
15
  },
16
16
  "engines": {
17
17
  "node": ">=18",
@@ -6,6 +6,7 @@ export interface LcbHistoryResult {
6
6
  dateName: string
7
7
  price: number
8
8
  status: number
9
+ restFlag: boolean
9
10
  }
10
11
  export declare const queryHolidayInfoList: (data: {
11
12
  startDate: string