uview-plus 3.4.69 → 3.4.70

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
@@ -1,3 +1,8 @@
1
+ ## 3.4.70(2025-08-05)
2
+ fix: 修复qrcode组件长按事件传入错误cid导致的报错
3
+
4
+ fix: 修复index-list组件key为undefined导致的索引报错消失
5
+
1
6
  ## 3.4.69(2025-08-04)
2
7
  feat: pull-refresh下拉刷新新增上拉加载特性
3
8
 
@@ -87,7 +87,7 @@
87
87
  width: addUnit(indicatorHeight)
88
88
  }"
89
89
  >
90
- <text class="u-index-list__indicator__text">{{ uIndexList[activeIndex].key || uIndexList[activeIndex] }}</text>
90
+ <text class="u-index-list__indicator__text">{{ uIndexList[activeIndex]?.key || uIndexList[activeIndex] }}</text>
91
91
  </view>
92
92
  </u-transition>
93
93
  </view>
@@ -296,7 +296,7 @@ export default {
296
296
  // #endif
297
297
 
298
298
  // #ifndef MP-TOUTIAO || H5 || APP-PLUS
299
- const canvas = await this.getNode(this.cId,true);
299
+ const canvas = await this.getNode(this.cid,true);
300
300
  uni.canvasToTempFilePath(
301
301
  {
302
302
  canvas,
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "id": "uview-plus",
3
3
  "name": "uview-plus",
4
4
  "displayName": "零云®uview-plus3.0重磅发布,全面的Vue3鸿蒙移动组件库。",
5
- "version": "3.4.69",
5
+ "version": "3.4.70",
6
6
  "description": "零云®uview-plus已兼容vue3,全面的组件和便捷的工具会让您信手拈来,如鱼得水。",
7
7
  "keywords": [
8
8
  "uview",