This commit is contained in:
siyouyou
2024-06-05 19:37:38 +08:00
parent 426161af4f
commit 2a900fd51d

View File

@@ -540,11 +540,11 @@ export default {
});
},
imagePreview(images) {
this.$hevueImgPreview({
multiple: true, // 开启多图预览模式
nowImgIndex: 0, // 多图预览,默认展示第二张图片
imgList: images, // 需要预览的多图数组
});
// this.$hevueImgPreview({
// multiple: true, // 开启多图预览模式
// nowImgIndex: 0, // 多图预览,默认展示第二张图片
// imgList: images, // 需要预览的多图数组
// });
},
seeDetail(val, val1, row) {
sessionStorage.row = JSON.stringify(row);