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 @@
+
+
+
+
+
+
+
+
+ {{ item.name }}
+ {{ item.remark }}
+
+
+
+
+
+
+
+
+
+
+
\ 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: '操作指南',