From 0d85f297cac2eee37b5f9fc0951f2d310a25f80e Mon Sep 17 00:00:00 2001 From: yangzhe Date: Wed, 30 Apr 2025 09:41:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=8A=E4=BC=A0=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/cleanPlan.vue | 12 ++++++------ pages/index/list.vue | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/pages/index/cleanPlan.vue b/pages/index/cleanPlan.vue index 43ea568..a1473ac 100644 --- a/pages/index/cleanPlan.vue +++ b/pages/index/cleanPlan.vue @@ -220,12 +220,12 @@ export default { if (!data) { return uni.showToast({ title: "未传入参数 initFn", icon: "none" }); } - // uni.showModal({ - // title: "开发调试查看nimei", - // content: JSON.stringify(data) || "未传入参数 initFn", - // showCancel: true, - // success: function (res) {}, - // }); + uni.showModal({ + title: "开发调试查看nimei", + content: JSON.stringify(data) || "未传入参数 initFn", + showCancel: true, + success: function (res) {}, + }); let cardID = data.cardID; // let nimei = data.nimei; let nimei = data.uuid; diff --git a/pages/index/list.vue b/pages/index/list.vue index 086fd18..8ff8562 100644 --- a/pages/index/list.vue +++ b/pages/index/list.vue @@ -232,12 +232,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 = data[0].path; },