diff --git a/manifest.json b/manifest.json
index 6584025..5e5f165 100644
--- a/manifest.json
+++ b/manifest.json
@@ -88,7 +88,7 @@
"disableHostCheck" : true,
"proxy" : {
"/api" : {
- "target" : "https://changyoutaihuadmin.xmainc.com/", //目标接口域名
+ "target" : "https://api.cloud.sz-trip.com/", //目标接口域名
"changeOrigin" : true, //是否跨域
"secure" : true, // 设置支持https协议的代理
"pathRewrite" : {
diff --git a/pages.json b/pages.json
index 2f7555b..43d8b03 100644
--- a/pages.json
+++ b/pages.json
@@ -53,6 +53,12 @@
"navigationBarTitleText": "采摘"
}
},
+ {
+ "path": "ticket/detail",
+ "style": {
+ "navigationBarTitleText": "详情"
+ }
+ },
{
diff --git a/static/css/base.css b/static/css/base.css
index 3fd752c..1bab87e 100644
--- a/static/css/base.css
+++ b/static/css/base.css
@@ -72,7 +72,9 @@ view {
padding: 30upx 0;
color: #999999;
}
-
+.flex{
+ display: flex;
+}
.flex-shrink-0{
flex-shrink: 0;
}
diff --git a/subPackages/ticket/detail.vue b/subPackages/ticket/detail.vue
index f17f70f..d6cd77e 100644
--- a/subPackages/ticket/detail.vue
+++ b/subPackages/ticket/detail.vue
@@ -1,22 +1,9 @@
-
+
-
-
-
-
-
+
+
@@ -24,7 +11,7 @@
- {{swiperCurrent}}/{{info.list_images.split(',').length}}
+
@@ -32,99 +19,77 @@
{{info.title}}
-
-
-
-
-
- 营业时间
- {{info.open_description}}
-
+
+
+ {{ tagItem }}
+
-
+
+
+ 开园时间:
+ {{info.open_time}}
+
+
-
-
-
- 景区地址
- {{info.address}}
-
+
+ 地址:
+ {{info.address}}
-
-
- 去这里
+
+
- 语音讲解
-
- {{info.title}}
-
- {{getTime(Math.round(currentAudio.currentTime.toFixed(0)))}}
-
-
-
+
+
+
+ {{item.title}}
- {{getTime(Math.round(currentAudio.video_length))}}
-
-
-
-
-
-
-
-
- 门票预定
-
-
-
-
- {{ itemSku.title }}
-
-
-
- {{ tagSku }}
+
+
+
+
+
+ {{item.title}}
+
+ {{ itemSku.sku_name }}
+
+
+
+
+ {{ itemSku.display_tags.split(',').join(" | ") }}
+
+
+
+
+ 预订须知 >>
-
-
- 预订须知 >
+
+ {{showNoPriceNew(itemSku.price)}}
+ 预订
-
-
-
-
- {{showNoPriceNew(itemSku.price)}}
-
-
- 购买
-
-
+
+
+
- 景点简介
-
+
+ 景点简介
-
+
@@ -204,18 +169,17 @@