diff --git a/pages.json b/pages.json index 6352c6d..95c1536 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 30d865b..fa1ca2c 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -66,9 +66,9 @@ path: '/pages/myCar/myCar' }, { - title: '客服中心', + title: '活动礼包', icon: require('@/static/icons/homeMenuIcon/menu3.png'), - path: '' + path: '/pages/home/active' }, { title: '操作指南',