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) })