From 69b23acc73be6404d6f2206576e7ed6a7b6fdf8d Mon Sep 17 00:00:00 2001 From: GaoHao <1210693421@qq.com> Date: Thu, 8 Aug 2024 10:48:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E9=A1=B5=E9=9D=A2=E3=80=81?= =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E8=B5=84=E6=96=99=E3=80=81=E4=BC=9A=E5=91=98?= =?UTF-8?q?=E5=85=85=E5=80=BC=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 6 +- pages/member/index - 副本.vue | 332 +++++++++++ pages/member/index.vue | 102 +++- pages/order_food/order_food.vue | 2 +- ...information.vue => information - 副本.vue} | 0 pages/user/my_info.vue | 333 +++++++++++ pages/user/user - 副本.vue | 384 +++++++++++++ pages/user/user.vue | 532 ++++++++---------- 8 files changed, 1377 insertions(+), 314 deletions(-) create mode 100644 pages/member/index - 副本.vue rename pages/user/{information.vue => information - 副本.vue} (100%) create mode 100644 pages/user/my_info.vue create mode 100644 pages/user/user - 副本.vue diff --git a/pages.json b/pages.json index f10dba5..0637899 100644 --- a/pages.json +++ b/pages.json @@ -178,11 +178,11 @@ "navigationBarTitleText": "优惠券" } }, + { - "path": "pages/user/information", + "path": "pages/user/my_info", "style": { - "navigationBarTitleText": "完善信息", - "navigationStyle": "custom" + "navigationBarTitleText": "个人资料" } }, // { diff --git a/pages/member/index - 副本.vue b/pages/member/index - 副本.vue new file mode 100644 index 0000000..c159a44 --- /dev/null +++ b/pages/member/index - 副本.vue @@ -0,0 +1,332 @@ + + + + + \ No newline at end of file diff --git a/pages/member/index.vue b/pages/member/index.vue index c159a44..5c8746a 100644 --- a/pages/member/index.vue +++ b/pages/member/index.vue @@ -1,9 +1,30 @@