Fix:2672 【非遗技艺】查看大图时,增加左右滑动对图片翻页的功能
This commit is contained in:
@@ -89,7 +89,7 @@ export default {
|
||||
viewImg(item) {
|
||||
uni.previewImage({
|
||||
current: item.image, // 当前显示图片的http链接
|
||||
urls: [item.image] // 需要预览的图片http链接列表
|
||||
urls: this.details.pageA.images.map(e => e.image) // 需要预览的图片http链接列表
|
||||
})
|
||||
},
|
||||
handleTab(index) {
|
||||
|
||||
Reference in New Issue
Block a user