@tplc/business 0.2.29 → 0.2.31

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,15 @@
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.2.31](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.2.30...v0.2.31) (2024-12-23)
6
+
7
+ ### [0.2.30](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.2.29...v0.2.30) (2024-12-23)
8
+
9
+
10
+ ### ✨ Features | 新功能
11
+
12
+ * 跳转itemview ([ee96b16](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/ee96b16f46d2c14fb253a4a9719e4817c4e54fec))
13
+
5
14
  ### [0.2.29](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.2.23...v0.2.29) (2024-12-23)
6
15
 
7
16
 
@@ -98,7 +98,7 @@ defineOptions({
98
98
  styleIsolation: 'shared',
99
99
  },
100
100
  })
101
- const { statusBarHeight } = uni.getSystemInfoSync()
101
+ const { statusBarHeight } = uni.getWindowInfo()
102
102
  const iconMap = {
103
103
  back: 'zuo_left',
104
104
  search: 'sousuo_search',
@@ -125,7 +125,7 @@ import Nums from './Nums/index.vue'
125
125
  import { computed } from 'vue'
126
126
  import { addUnit } from '@tplc/wot/components/common/util'
127
127
 
128
- const { statusBarHeight } = uni.getSystemInfoSync()
128
+ const { statusBarHeight } = uni.getWindowInfo()
129
129
  defineOptions({
130
130
  name: 'LcbUserTop',
131
131
  options: {
@@ -4,7 +4,7 @@ import { getCurrentInstance, onMounted, ref } from 'vue'
4
4
  const useAutoHeight = () => {
5
5
  const { proxy } = getCurrentInstance() as any
6
6
  const isTabBar = uni.$lcb.getIsTabbar()
7
- const viewPageHeight = uni.getSystemInfoSync().windowHeight
7
+ const viewPageHeight = uni.getWindowInfo().windowHeight
8
8
  const height = ref('')
9
9
  onMounted(() => {
10
10
  getRect(`#pagingTop`, false, proxy).then((res) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.2.29",
3
+ "version": "0.2.31",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],