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] =?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 @@ + + + + +