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], //httpurl
current: 1, // http
success: function(res) {},