@tplc/business 0.0.63 → 0.0.64

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.0.64](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.0.63...v0.0.64) (2024-11-21)
6
+
7
+
8
+ ### ✨ Features | 新功能
9
+
10
+ * lcb-nav gap高度调整 ([6c2c940](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/6c2c9401a2db6f9c75d1d5a0cb05c102a3e75517))
11
+
5
12
  ### [0.0.63](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.0.62...v0.0.63) (2024-11-20)
6
13
 
7
14
 
@@ -17,14 +17,14 @@
17
17
  </view>
18
18
  <view
19
19
  class="absolute leading-4.5 top-156rpx left-4 flex items-center gap-0.5"
20
- @click="navigateTo('/pages-subs/vip/points')"
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
24
  </view>
25
25
  <view
26
26
  class="absolute text-2.5 w-662rpx leading-8 bottom-2.5 left-2.5 flex items-center gap-0.5"
27
- @click="navigateTo('/pages-subs/vip/upgrade-guide')"
27
+ @click="navigateTo('/pages-sub/vip/upgrade-guide')"
28
28
  >
29
29
  <view class="flex-1 truncate">
30
30
  {{ info.upgradeTips }}
@@ -78,7 +78,7 @@ const info = ref<CurrentRightsDetail>()
78
78
  const current = ref<UserLevelRightsList>()
79
79
  const onItemClick = (item: UserLevelRightsList) => {
80
80
  if (item.userRightsConfigId === '0') {
81
- navigateTo('/pages-subs/vip/rights')
81
+ navigateTo('/pages-sub/vip/rights')
82
82
  return
83
83
  }
84
84
  current.value = item
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.0.63",
3
+ "version": "0.0.64",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],