From 56cc0c54ae3c5e11dcf13f7a24e177971a557891 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 25 十月 2024 14:21:22 +0800
Subject: [PATCH] 优化大图预览
---
h5/pages/index_2/index.vue | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/h5/pages/index_2/index.vue b/h5/pages/index_2/index.vue
index d5826a8..4f8ed37 100644
--- a/h5/pages/index_2/index.vue
+++ b/h5/pages/index_2/index.vue
@@ -724,7 +724,11 @@
})
}
})
- this.$refs.bigImg.open(i)
+ if (this.imgList.length === 0) return
+ this.$viewerApi({
+ images: this.imgList,
+ })
+ // this.$refs.bigImg.open(i)
},
// 璺宠浆pk
jumpPK() {
--
Gitblit v1.9.3