diff --git a/pages.json b/pages.json
index f7cedda..047d9d3 100644
--- a/pages.json
+++ b/pages.json
@@ -10,6 +10,14 @@
"navigationStyle": "custom",
"enablePullDownRefresh": false
+ }
+ },{
+ "path": "pages/vr/vrpage",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationStyle": "custom",
+ "enablePullDownRefresh": false
+
}
}, {
"path": "pages/guide/index",
diff --git a/pages/activity/info.vue b/pages/activity/info.vue
index d25cbe3..15d979f 100644
--- a/pages/activity/info.vue
+++ b/pages/activity/info.vue
@@ -24,7 +24,8 @@
- 活动时间:{{timeFormat(list.start_time,"yyyy年MM月DD日")}} {{getHm(list.start_time)}}-{{getHm(list.end_time)}}
+ 活动时间:{{timeFormat(list.start_time,"yyyy年MM月DD日")}}
+ {{getHm(list.start_time)}}-{{getHm(list.end_time)}}
-