diff --git a/wechatMp/components/Func/file-list/index.ts b/wechatMp/components/Func/file-list/index.ts index f4e570955..84c0a2d7b 100644 --- a/wechatMp/components/Func/file-list/index.ts +++ b/wechatMp/components/Func/file-list/index.ts @@ -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, });