uview-plus 3.3.38 → 3.3.39

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,5 @@
1
+ ## 3.3.39(2024-11-04)
2
+ fix: 修复相册组件
1
3
  ## 3.3.38(2024-11-04)
2
4
  fix: 修复视频预览报错 #510
3
5
 
@@ -13,7 +13,7 @@
13
13
  v-for="(item, index1) in arr"
14
14
  :key="index1"
15
15
  :style="[imageStyle(index + 1, index1 + 1)]"
16
- @tap="previewFullImage ? onPreviewTap(getSrc(item)) : ''"
16
+ @tap="previewFullImage ? onPreviewTap($event, getSrc(item)) : ''"
17
17
  >
18
18
  <image
19
19
  :src="getSrc(item)"
@@ -189,7 +189,7 @@ export default {
189
189
  methods: {
190
190
  addUnit,
191
191
  // 预览图片
192
- onPreviewTap(url) {
192
+ onPreviewTap(e, url) {
193
193
  const urls = this.urls.map((item) => {
194
194
  return this.getSrc(item)
195
195
  })
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.3.38",
5
+ "version": "3.3.39",
6
6
  "description": "零云®uview-plus已兼容vue3,全面的组件和便捷的工具会让您信手拈来,如鱼得水",
7
7
  "keywords": [
8
8
  "uview",