From 393844e82a26e0e3e5d24b1b14dcf4733d9ea82f Mon Sep 17 00:00:00 2001 From: duxianzhang Date: Wed, 3 Apr 2024 22:28:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/doctorInfoInput.vue | 104 ++++++++++++++++++++++++++++++++++++++ components/doctorInfoTextarea.vue | 55 ++++++++++++++++++++ pages.json | 8 +++ pages/doctorInfo/doctorInfo.vue | 79 +++++++++++++++++++++++++++++ 4 files changed, 246 insertions(+) create mode 100644 components/doctorInfoInput.vue create mode 100644 components/doctorInfoTextarea.vue create mode 100644 pages/doctorInfo/doctorInfo.vue diff --git a/components/doctorInfoInput.vue b/components/doctorInfoInput.vue new file mode 100644 index 0000000..5f576ea --- /dev/null +++ b/components/doctorInfoInput.vue @@ -0,0 +1,104 @@ + + + + + \ No newline at end of file diff --git a/components/doctorInfoTextarea.vue b/components/doctorInfoTextarea.vue new file mode 100644 index 0000000..e60b6e9 --- /dev/null +++ b/components/doctorInfoTextarea.vue @@ -0,0 +1,55 @@ + + + + + \ No newline at end of file diff --git a/pages.json b/pages.json index 68f78fd..2152e0f 100644 --- a/pages.json +++ b/pages.json @@ -50,6 +50,14 @@ "path" : "pages/mine/mine", "style" : { + "navigationBarTitleText" : "我的", + "enablePullDownRefresh" : false + } + }, + { + "path" : "pages/doctorInfo/doctorInfo", + "style" : + { "navigationBarTitleText" : "", "enablePullDownRefresh" : false } diff --git a/pages/doctorInfo/doctorInfo.vue b/pages/doctorInfo/doctorInfo.vue new file mode 100644 index 0000000..945d72d --- /dev/null +++ b/pages/doctorInfo/doctorInfo.vue @@ -0,0 +1,79 @@ + + + + +