From cb11fe7667864adefe509dec87e6ef5470d493cb Mon Sep 17 00:00:00 2001 From: panliang <1163816051@qq.com> Date: Tue, 10 Oct 2023 23:19:45 +0800 Subject: [PATCH] 1 --- src/pages/index/index.vue | 2 +- src/pages/patient/detail.vue | 5 +---- src/pages/record/index.vue | 23 +++++++---------------- 3 files changed, 9 insertions(+), 21 deletions(-) diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index cb0c70f..f982298 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -10,7 +10,7 @@ - + { if (res.status == 0) { this.info[`${key}_id`] = e.id - this.info[key].id = e.id - this.info[key].name = e.name + this.info[key] = { id: e.id, name: e.name } } }) this.closeDoctor() @@ -323,7 +321,6 @@ export default { }) }, handleCall(phone) { - console.log(phone) window.open(`tel:${phone}`, '_blank') // uni.makePhoneCall({ // phoneNumber: phone diff --git a/src/pages/record/index.vue b/src/pages/record/index.vue index 6d85c46..6915f60 100644 --- a/src/pages/record/index.vue +++ b/src/pages/record/index.vue @@ -1,6 +1,5 @@