From c1756e68d3fc340db6761007a1456e35e3c2dae6 Mon Sep 17 00:00:00 2001 From: ww664853070 Date: Thu, 20 Jul 2023 18:24:14 +0800 Subject: [PATCH] =?UTF-8?q?(*)=E5=9B=BE=E7=89=87=E7=82=B9=E5=87=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- weapp/src/packages/patrol/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weapp/src/packages/patrol/index.jsx b/weapp/src/packages/patrol/index.jsx index d77be206..533dd983 100644 --- a/weapp/src/packages/patrol/index.jsx +++ b/weapp/src/packages/patrol/index.jsx @@ -509,7 +509,7 @@ const Index = () => { } function handleImgClicks(index, file) { Taro.previewImage({ - urls: [file] // 需要预览的图片http链接列表 + urls: [file.url] // 需要预览的图片http链接列表 }) } useEffect(() => {