From 03039bba8a1ec4ba87cf66e3a263e0a8acea7a24 Mon Sep 17 00:00:00 2001 From: Teng <461587751@qq.com> Date: Tue, 6 Jan 2026 13:25:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 1 - pages/NursingNew/component/index.vue | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/App.vue b/App.vue index d407fa3..c511dd0 100644 --- a/App.vue +++ b/App.vue @@ -9,7 +9,6 @@ }, onShow() { - console.log('App Show'); if (uni.getStorageSync('userInfo')) { // 重置重连计数,确保立即重连 diff --git a/pages/NursingNew/component/index.vue b/pages/NursingNew/component/index.vue index 68462a9..4badedb 100644 --- a/pages/NursingNew/component/index.vue +++ b/pages/NursingNew/component/index.vue @@ -126,12 +126,12 @@ - + 开始服务 - + 结束服务 @@ -521,7 +521,7 @@ workType: 5 } queryWorkCareList(data).then((res : any) => { - console.log("看看图",res.result.records[0]) + console.log("看看图",res) indexmessage.value = res.result.records[0]; console.log("看看图",'https://www.focusnu.com/media/upFiles/'+indexmessage.value.previewFile) })