From cb7fdf8af4dbf75fea7f544c091ee095503a07a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BD=AA?= Date: Tue, 6 May 2025 09:37:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E5=BC=B9=E7=AA=97=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/list.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/index/list.vue b/pages/index/list.vue index 3d34e98..2ad9a7f 100644 --- a/pages/index/list.vue +++ b/pages/index/list.vue @@ -233,12 +233,12 @@ export default { if (!data) { return uni.showToast({ title: "未传入参数 uploadFn", icon: "none" }); } - uni.showModal({ - title: "查看uploadFn", - content: JSON.stringify(data) || "未传入参数 initFn", - showCancel: true, - success: function (res) {}, - }); + // uni.showModal({ + // title: "查看uploadFn", + // content: JSON.stringify(data) || "未传入参数 initFn", + // showCancel: true, + // success: function (res) {}, + // }); this.form.url = BASE_URL + "/uploads/" + data[0].path; },