From 1e7763a240d07893954a7d03e99afb7deaf1d057 Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Fri, 29 Nov 2024 17:58:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E8=B0=83=E8=AF=95=E5=8F=8A?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=98=BE=E7=A4=BA=E3=80=81=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 3 +- components/bookBox.vue | 114 ++++++---- components/preBookList.vue | 56 ++--- main.js | 264 +++++++++++----------- pages.json | 6 +- pages/book_detail/book_detail.vue | 102 +++++---- pages/index/index.vue | 142 +++++++++--- pages/modify_visitor/modify_visitor.vue | 110 ++++++--- pages/prebook/prebook.vue | 262 +++++++++------------- pages/prebook_list/prebook_list.vue | 384 ++++++++------------------------ pages/user_modify/user_modify.vue | 80 ++++--- pages/usercenter/usercenter.vue | 44 ++-- pages/visitors/visitors.vue | 167 ++++++++------ 13 files changed, 832 insertions(+), 902 deletions(-) diff --git a/App.vue b/App.vue index 14f3f86..63f625f 100644 --- a/App.vue +++ b/App.vue @@ -5,6 +5,7 @@ doctoridStorageKey:'doctor_id' }, onLaunch: function(option) { + console.log(option,'option===='); if(!(option.query && option.query.did)){ var doctor_id = uni.getStorageSync(this.globalData.doctoridStorageKey) if(doctor_id){ @@ -234,4 +235,4 @@ line-height: 40rpx !important; height: 40rpx !important; } - + diff --git a/components/bookBox.vue b/components/bookBox.vue index 4348faf..1408261 100644 --- a/components/bookBox.vue +++ b/components/bookBox.vue @@ -1,14 +1,17 @@ -