From c1db484b55b953685f2890965e7b3dc93566779c Mon Sep 17 00:00:00 2001 From: PQZ Date: Fri, 27 Sep 2024 17:14:48 +0800 Subject: [PATCH] 11111 --- pages.json | 9 +- pages/home/active.vue | 230 ++++++++++++++++++++++++++++++++++++++++++ pages/home/home.vue | 4 +- 3 files changed, 240 insertions(+), 3 deletions(-) create mode 100644 pages/home/active.vue diff --git a/pages.json b/pages.json index 87e5903..57ad1f2 100644 --- a/pages.json +++ b/pages.json @@ -19,7 +19,7 @@ { "path": "pages/login/login", "style": { - "navigationBarTitleText": "uni-app" + "navigationBarTitleText": "" } }, { @@ -36,6 +36,13 @@ "navigationBarTitleText" : "" } }, + { + "path" : "pages/home/active", + "style" : + { + "navigationBarTitleText" : "" + } + }, { "path" : "pages/myReservation/myReservation", "style" : diff --git a/pages/home/active.vue b/pages/home/active.vue new file mode 100644 index 0000000..7f1f657 --- /dev/null +++ b/pages/home/active.vue @@ -0,0 +1,230 @@ + + + + + \ No newline at end of file diff --git a/pages/home/home.vue b/pages/home/home.vue index bde1340..93e36df 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -64,9 +64,9 @@ path: '/pages/myCar/myCar' }, { - title: '客服中心', + title: '活动礼包', icon: require('@/static/icons/homeMenuIcon/menu3.png'), - path: '' + path: '/pages/home/active' }, { title: '操作指南',