From 8e4f1992f41ee162a93731f178fa95fef42d0cf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com> Date: Tue, 6 Jul 2021 12:05:31 +0800 Subject: [PATCH 1/2] =?UTF-8?q?[=E6=96=B0=E5=A2=9E]=20=E5=95=86=E5=93=81?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 14 +- pages/goodsDetail/index.vue | 391 ++++++++++++++++++++++++++++++++++++ 2 files changed, 401 insertions(+), 4 deletions(-) create mode 100644 pages/goodsDetail/index.vue diff --git a/pages.json b/pages.json index 0d59b10..7fca7cc 100644 --- a/pages.json +++ b/pages.json @@ -3,6 +3,14 @@ "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages + { + "path": "pages/index/index", + "style": { + "navigationBarTitleText": "首页", + "navigationStyle": "custom", + "enablePullDownRefresh": true + } + }, { "path": "pages/notice/notice", "style": { @@ -34,11 +42,9 @@ } }, { - "path": "pages/index/index", + "path": "pages/goodsDetail/index", "style": { - "navigationBarTitleText": "首页", - "navigationStyle": "custom", - "enablePullDownRefresh": true + "navigationBarTitleText": "商品详情" } } ], diff --git a/pages/goodsDetail/index.vue b/pages/goodsDetail/index.vue new file mode 100644 index 0000000..6258a08 --- /dev/null +++ b/pages/goodsDetail/index.vue @@ -0,0 +1,391 @@ + + + + + + \ No newline at end of file From 8aa506b1493a8401159d0ed8a32d9f401fe356b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com> Date: Tue, 6 Jul 2021 14:54:09 +0800 Subject: [PATCH 2/2] =?UTF-8?q?[=E6=96=B0=E5=A2=9E]=20=E4=B8=93=E9=A2=98?= =?UTF-8?q?=E6=B4=BB=E5=8A=A8=E5=88=97=E8=A1=A8=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 7 ++ pages/activityList/index.vue | 131 +++++++++++++++++++++++++++++++++++ 2 files changed, 138 insertions(+) create mode 100644 pages/activityList/index.vue diff --git a/pages.json b/pages.json index 7fca7cc..4b81be7 100644 --- a/pages.json +++ b/pages.json @@ -46,6 +46,13 @@ "style": { "navigationBarTitleText": "商品详情" } + }, + { + "path": "pages/activityList/index", + "style": { + "navigationBarTitleText": "专题活动", + "enablePullDownRefresh": true + } } ], "globalStyle": { diff --git a/pages/activityList/index.vue b/pages/activityList/index.vue new file mode 100644 index 0000000..e929343 --- /dev/null +++ b/pages/activityList/index.vue @@ -0,0 +1,131 @@ + + + + +