uview-plus 3.4.7 → 3.4.8

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.8(2025-03-27)
2
+ fix: 修复upload组件split报错
3
+
4
+ fix: 移除mapState
5
+
1
6
  ## 3.4.7(2025-03-26)
2
7
  fix: 修复action-sheet-data和picker-data数据回显
3
8
 
@@ -27,7 +27,6 @@
27
27
  </template>
28
28
 
29
29
  <script>
30
- import {mapState} from 'vuex';
31
30
  export default {
32
31
  props: {
33
32
  modelValue: {
@@ -24,7 +24,6 @@
24
24
  </template>
25
25
 
26
26
  <script>
27
- import {mapState} from 'vuex';
28
27
  export default {
29
28
  props: {
30
29
  modelValue: {
@@ -23,7 +23,7 @@ function formatImage(res) {
23
23
  file: item
24
24
  // #endif
25
25
  // #ifndef H5
26
- name: res.tempFilePath.split('/').pop() + '.png',
26
+ name: item.tempFilePath.split('/').pop() + '.png',
27
27
  // #endif
28
28
  }))
29
29
  }
@@ -61,7 +61,7 @@ function formatMedia(res) {
61
61
  file: item
62
62
  // #endif
63
63
  // #ifndef H5
64
- name: res.tempFilePath.split('/').pop() + (res.type === 'video' ? '.mp4': '.png'),
64
+ name: item.tempFilePath.split('/').pop() + (res.type === 'video' ? '.mp4': '.png'),
65
65
  // #endif
66
66
  }))
67
67
  }
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.7",
5
+ "version": "3.4.8",
6
6
  "description": "零云®uview-plus已兼容vue3,全面的组件和便捷的工具会让您信手拈来,如鱼得水",
7
7
  "keywords": [
8
8
  "uview",