uview-plus 3.4.8 → 3.4.9

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,9 @@
1
+
2
+ ## 3.4.9(2025-03-27)
3
+ fix: 修复upload组件split报错
4
+
5
+ fix: 修复float-button缺少flex样式
6
+
1
7
  ## 3.4.8(2025-03-27)
2
8
  fix: 修复upload组件split报错
3
9
 
@@ -9,6 +9,7 @@
9
9
  <view class="u-float-button__main" @click="clickHandler" :style="{
10
10
  backgroundColor: backgroundColor,
11
11
  color: color,
12
+ display: 'flex',
12
13
  flexDirection: 'row',
13
14
  justifyContent: 'center',
14
15
  alignItems: 'center',
@@ -28,6 +29,7 @@
28
29
  <view class="u-float-button__item" :style="{
29
30
  backgroundColor: item?.backgroundColor ? item?.backgroundColor : backgroundColor,
30
31
  color: item?.color ? item?.color : color,
32
+ display: 'flex',
31
33
  flexDirection: 'row',
32
34
  justifyContent: 'center',
33
35
  alignItems: 'center',
@@ -23,7 +23,7 @@ function formatImage(res) {
23
23
  file: item
24
24
  // #endif
25
25
  // #ifndef H5
26
- name: item.tempFilePath.split('/').pop() + '.png',
26
+ name: item.path.split('/').pop() + '.png',
27
27
  // #endif
28
28
  }))
29
29
  }
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.8",
5
+ "version": "3.4.9",
6
6
  "description": "零云®uview-plus已兼容vue3,全面的组件和便捷的工具会让您信手拈来,如鱼得水",
7
7
  "keywords": [
8
8
  "uview",