From dec3f1e102ef29a7a1c31deaf8e55b7f45b2b974 Mon Sep 17 00:00:00 2001 From: Enzo <1284707383@qq.com> Date: Thu, 2 Sep 2021 14:42:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=97=E9=93=BA=E8=AF=A6=E6=83=85=E9=A1=B5/?= =?UTF-8?q?=E5=8F=91=E7=8E=B0=E9=A1=B5/=E4=B8=AA=E4=BA=BA=E4=B8=BB?= =?UTF-8?q?=E9=A1=B5/=E5=8F=91=E7=8E=B0=E8=AF=A6=E6=83=85=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 2 +- components/self-line/self-line.vue | 16 ++ pages.json | 27 +++- pages/discover/discover.vue | 127 ++++++++++++++++ pages/discover/discoverdetails.vue | 236 +++++++++++++++++++++++++++++ pages/user/my/my.vue | 139 +++++++++++++++++ 6 files changed, 543 insertions(+), 4 deletions(-) create mode 100644 components/self-line/self-line.vue create mode 100644 pages/discover/discover.vue create mode 100644 pages/discover/discoverdetails.vue create mode 100644 pages/user/my/my.vue diff --git a/App.vue b/App.vue index 830974e..b5e17ed 100644 --- a/App.vue +++ b/App.vue @@ -78,7 +78,7 @@ page { padding: 0; border: none; font-size: 16px; - background-color: #F3F3F3; + background-color: white; line-height: 1.6; } .globalColor { diff --git a/components/self-line/self-line.vue b/components/self-line/self-line.vue new file mode 100644 index 0000000..07d36b5 --- /dev/null +++ b/components/self-line/self-line.vue @@ -0,0 +1,16 @@ + + + + + diff --git a/pages.json b/pages.json index f4c3e7e..34da0a1 100644 --- a/pages.json +++ b/pages.json @@ -4,10 +4,9 @@ }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { - "path": "pages/index/index/index", + "path": "pages/discover/discover", "style": { - "navigationBarTitleText": "首页", - "enablePullDownRefresh":true, + "navigationBarTitleText": "", "navigationStyle": "custom" } }, @@ -18,6 +17,28 @@ "navigationStyle": "custom" } }, + { + "path": "pages/user/my/my", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "pages/discover/discoverdetails", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "pages/index/index/index", + "style": { + "navigationBarTitleText": "首页", + "enablePullDownRefresh":true, + "navigationStyle": "custom" + } + }, { "path": "pages/index/microPages/microPages", "style": { diff --git a/pages/discover/discover.vue b/pages/discover/discover.vue new file mode 100644 index 0000000..297a763 --- /dev/null +++ b/pages/discover/discover.vue @@ -0,0 +1,127 @@ + + + + + + + diff --git a/pages/discover/discoverdetails.vue b/pages/discover/discoverdetails.vue new file mode 100644 index 0000000..e5ed563 --- /dev/null +++ b/pages/discover/discoverdetails.vue @@ -0,0 +1,236 @@ + + + + + diff --git a/pages/user/my/my.vue b/pages/user/my/my.vue new file mode 100644 index 0000000..37fe497 --- /dev/null +++ b/pages/user/my/my.vue @@ -0,0 +1,139 @@ + + + + + + +