This commit is contained in:
Wang Kejun 2022-05-24 18:55:05 +08:00
parent 81ad57bfcf
commit 11208ea0df
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ Component({
this.triggerEvent('tap', detail);
// 预览图片
if (this.data.preview) {
const rrr = await wx.previewImage({
const result = await wx.previewImage({
urls: urls,
current: imageUrl,
});