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 @@