From c0a6a9c8b3a1e4831963aa2032dbc55d017bb28b Mon Sep 17 00:00:00 2001 From: kuaileWu <1432334894@qq.com> Date: Wed, 3 Apr 2024 17:23:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E4=BF=A1=E6=81=AF=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/tabbar.vue | 2 +- pages.json | 11 ++- pages/user_modify/user_modify.vue | 183 ++++++++++++++++++++++++++++++++++++++ pages/usercenter/usercenter.vue | 16 ---- static/images/frontend/copy.svg | 1 + 5 files changed, 195 insertions(+), 18 deletions(-) create mode 100644 pages/user_modify/user_modify.vue create mode 100644 static/images/frontend/copy.svg diff --git a/components/tabbar.vue b/components/tabbar.vue index 8bd8a20..c1758ff 100644 --- a/components/tabbar.vue +++ b/components/tabbar.vue @@ -11,7 +11,7 @@ - + 我的 diff --git a/pages.json b/pages.json index 06f1feb..ea96649 100644 --- a/pages.json +++ b/pages.json @@ -1,10 +1,19 @@ { "pages": [ { + "path" : "pages/user_modify/user_modify", + "style" : + { + "navigationBarTitleText": "修改资料", + "enablePullDownRefresh": false + } + + }, + { "path" : "pages/usercenter/usercenter", "style" : { - "navigationBarTitleText": "", + "navigationBarTitleText": "我的", "enablePullDownRefresh": false } diff --git a/pages/user_modify/user_modify.vue b/pages/user_modify/user_modify.vue new file mode 100644 index 0000000..b3fa68b --- /dev/null +++ b/pages/user_modify/user_modify.vue @@ -0,0 +1,183 @@ + + + + + diff --git a/pages/usercenter/usercenter.vue b/pages/usercenter/usercenter.vue index 16c76e4..ba95620 100644 --- a/pages/usercenter/usercenter.vue +++ b/pages/usercenter/usercenter.vue @@ -90,21 +90,5 @@ } } } - - // - // - // - // UID998777 - // - // - // - // 就诊人 - // - - // - // - // 预约列表 - // - // } diff --git a/static/images/frontend/copy.svg b/static/images/frontend/copy.svg new file mode 100644 index 0000000..84d4af5 --- /dev/null +++ b/static/images/frontend/copy.svg @@ -0,0 +1 @@ + \ No newline at end of file