From a7899f283db9c9fd916dd46f53d2a264fae1bb42 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Thu, 11 Apr 2024 18:28:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E5=A4=A7=E5=9B=BE?= =?UTF-8?q?=E9=A2=84=E8=A7=88=E7=A6=81=E6=AD=A2=E9=95=BF=E6=8C=89=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=93=8D=E4=BD=9C=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/util.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/util.js b/utils/util.js index 32b2f8c..086fa0f 100644 --- a/utils/util.js +++ b/utils/util.js @@ -1005,7 +1005,8 @@ export default { // 预览图片 uni.previewImage({ urls: urls, - current: current + current: current, + showmenu: false, }); },