This commit is contained in:
辉 2023-11-14 14:48:00 +08:00
parent 9cb723e734
commit 1918ca36cf

View File

@ -184,7 +184,7 @@
},
methods: {
lookimage(item) {
wx.previewImage({
uni.previewImage({
urls: [item], //需要预览的图片http链接列表,多张的时候,url直接写在后面就行了
current: 1, // 当前显示图片的http链接,默认是第一个
success: function(res) {},