From 11208ea0df61b97a2d9a54a75c1a283251e29284 Mon Sep 17 00:00:00 2001 From: wkj <278599135@qq.com> Date: Tue, 24 May 2022 18:55:05 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wechatMp/components/Func/file-list/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, });