From 6cb0f5c9c5fd7b64305b4ec74af88286383b0827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BD=AA?= Date: Wed, 30 Apr 2025 14:42:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=A8=E5=93=B2=E8=B0=83=E8=AF=95=E5=88=B7?= =?UTF-8?q?=E5=8D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/cleanPlan.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/index/cleanPlan.vue b/pages/index/cleanPlan.vue index 0aad28c..43ea001 100644 --- a/pages/index/cleanPlan.vue +++ b/pages/index/cleanPlan.vue @@ -196,13 +196,13 @@ export default { } const res = await GetAwaitUploadAreaApi(req) console.log(res, 'res---') - this.areaRes = res - uni.showModal({ - title: "开发调试查看", - content: JSON.stringify(res) || "未传入参数 initFn", - showCancel: true, - success: function (res) {}, - }); + this.areaRes = res.data + // uni.showModal({ + // title: "开发调试查看", + // content: JSON.stringify(res) || "未传入参数 initFn", + // showCancel: true, + // success: function (res) {}, + // }); // 刷卡失败 if (!res.succeed) { console.log('%c%s', 'color:red', '刷卡失败')