From 2705cc1beacdc9bd4eebfaf2083b264bc88b7179 Mon Sep 17 00:00:00 2001 From: Enzo <1284707383@qq.com> Date: Thu, 2 Sep 2021 18:04:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83=20?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 14 +++ pages/discover/discover.vue | 4 +- pages/user/my/center.vue | 183 ++++++++++++++++++++++++++++++++++++ pages/user/my/my.vue | 2 +- pages/user/my/setting.vue | 120 +++++++++++++++++++++++ 5 files changed, 320 insertions(+), 3 deletions(-) create mode 100644 pages/user/my/center.vue create mode 100644 pages/user/my/setting.vue diff --git a/pages.json b/pages.json index 34da0a1..86fa53f 100644 --- a/pages.json +++ b/pages.json @@ -3,6 +3,20 @@ "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages + { + "path": "pages/user/my/setting", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "pages/user/my/center", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, { "path": "pages/discover/discover", "style": { diff --git a/pages/discover/discover.vue b/pages/discover/discover.vue index 297a763..ea00fec 100644 --- a/pages/discover/discover.vue +++ b/pages/discover/discover.vue @@ -6,7 +6,7 @@ - + V @@ -16,7 +16,7 @@ 08-28 18:39 - + 在售商品在售商品在售商品在售商品在售商品在售商品在售商品在售 diff --git a/pages/user/my/center.vue b/pages/user/my/center.vue new file mode 100644 index 0000000..93a627e --- /dev/null +++ b/pages/user/my/center.vue @@ -0,0 +1,183 @@ + + + + + diff --git a/pages/user/my/my.vue b/pages/user/my/my.vue index 37fe497..0849ac9 100644 --- a/pages/user/my/my.vue +++ b/pages/user/my/my.vue @@ -18,7 +18,7 @@ - + 08月27日 diff --git a/pages/user/my/setting.vue b/pages/user/my/setting.vue new file mode 100644 index 0000000..4e3d4b8 --- /dev/null +++ b/pages/user/my/setting.vue @@ -0,0 +1,120 @@ + + + + +