diff --git a/pages.json b/pages.json
index 0950aba..4969e94 100644
--- a/pages.json
+++ b/pages.json
@@ -241,6 +241,13 @@
"navigationBarTitleText": "优惠券"
}
},
+ {
+ "path": "user/getCoupon",
+ "style": {
+ "navigationBarTitleText": "领券中心",
+ "navigationStyle": "custom"
+ }
+ },
{
"path": "user/collect",
"style": {
@@ -311,6 +318,32 @@
"style": {
"navigationBarTitleText": ""
}
+ },
+ {
+ "path": "leyou/index",
+ "style": {
+ "navigationBarTitleText": "乐游同里"
+ }
+ },
+ {
+ "path": "leyou/detail",
+ "style": {
+ "navigationBarTitleText": "乐游同里详情",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "video/video",
+ "style": {
+ "navigationBarTitleText": "视频"
+ }
+ },
+ {
+ "path": "novelty/detail",
+ "style": {
+ "navigationBarTitleText": "同里新鲜事",
+ "navigationStyle": "custom"
+ }
}
]
}],
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 47200b7..a39927c 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -30,7 +30,7 @@
-
+
@@ -97,7 +97,7 @@
-
+
@@ -105,7 +105,7 @@
-
+
{{item.title}}
@@ -117,6 +117,9 @@
查看更多
+
+
+
@@ -130,7 +133,7 @@
{
img: 'https://static.ticket.sz-trip.com/tongli/images/index/lytl.png',
text: '乐游同里',
- path: '/subPackages/ticketBooking/ticketBooking'
+ path: '/subPackages/leyou/index'
},
{
img: 'https://static.ticket.sz-trip.com/tongli/images/index/hdrl.png',
@@ -739,4 +742,13 @@
font-size: 27rpx;
color: #248BAA;
}
+
+ .couponImg {
+ position: fixed;
+ right: 27rpx;
+ bottom: 38rpx;
+ width: 94rpx;
+ height: 105.33rpx;
+ z-index: 100;
+ }
diff --git a/subPackages/leyou/detail.vue b/subPackages/leyou/detail.vue
new file mode 100644
index 0000000..f67fa96
--- /dev/null
+++ b/subPackages/leyou/detail.vue
@@ -0,0 +1,230 @@
+
+
+
+
+
+
+
+ {{detail.title}}
+ {{detail.subtitle}}
+
+
+
+
+
+
+
+ 景点解说
+
+
+
+ {{item.title}}
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/subPackages/leyou/index.vue b/subPackages/leyou/index.vue
new file mode 100644
index 0000000..ba58940
--- /dev/null
+++ b/subPackages/leyou/index.vue
@@ -0,0 +1,153 @@
+
+
+
+
+
+
+
+ {{item.title}}
+
+ {{tagItem}}
+
+
+
+ {{item.address}}
+
+
+ 查看更多 >
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/subPackages/novelty/detail.vue b/subPackages/novelty/detail.vue
new file mode 100644
index 0000000..c9b73ca
--- /dev/null
+++ b/subPackages/novelty/detail.vue
@@ -0,0 +1,105 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{detail.title}}
+
+
+ {{detail.author}}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/subPackages/user/getCoupon.vue b/subPackages/user/getCoupon.vue
new file mode 100644
index 0000000..c7417d2
--- /dev/null
+++ b/subPackages/user/getCoupon.vue
@@ -0,0 +1,147 @@
+
+
+
+
+
+
+
+
+
+ {{item.discounts / 100}}
+ 满{{item.min_limit / 100}}可用
+
+
+ {{item.discounts / 100}}元优惠券
+ 有效期:{{item.open_time.slice(0,10)}}-{{item.end_time.slice(0,10)}}
+
+ 使用规则 >
+ 立即领取
+
+
+
+
+
+
+ {{note}}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/subPackages/video/video.vue b/subPackages/video/video.vue
new file mode 100644
index 0000000..0f92b41
--- /dev/null
+++ b/subPackages/video/video.vue
@@ -0,0 +1,59 @@
+
+
+
+
+ {{title}}
+
+
+
+
+
+
+
\ No newline at end of file