From 518b4379584ce2561b929b54063b04ac68820877 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=88=98=E7=BF=94=E5=AE=87-=E6=97=85=E7=AE=A1=E5=AE=B6?=
<153298343@qq.com>
Date: Tue, 18 Oct 2022 13:19:09 +0800
Subject: [PATCH] up
---
pages.json | 8 ++++++++
pages/activity/info.vue | 13 +++++++------
pages/order/activityorderinfo.vue | 2 +-
pages/park/index.vue | 6 ++++--
pages/vr/vrpage.vue | 9 +++++++++
5 files changed, 29 insertions(+), 9 deletions(-)
create mode 100644 pages/vr/vrpage.vue
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)}}
-