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