From 9a10ecdc51481200c9e83c9e117416e465d53719 Mon Sep 17 00:00:00 2001 From: chenkainan Date: Mon, 28 Oct 2024 15:35:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 33 +++++ pages/index/index.vue | 20 ++- subPackages/leyou/detail.vue | 230 +++++++++++++++++++++++++++++++++ subPackages/leyou/index.vue | 153 ++++++++++++++++++++++ subPackages/novelty/detail.vue | 105 +++++++++++++++ subPackages/user/getCoupon.vue | 147 +++++++++++++++++++++ subPackages/video/video.vue | 59 +++++++++ 7 files changed, 743 insertions(+), 4 deletions(-) create mode 100644 subPackages/leyou/detail.vue create mode 100644 subPackages/leyou/index.vue create mode 100644 subPackages/novelty/detail.vue create mode 100644 subPackages/user/getCoupon.vue create mode 100644 subPackages/video/video.vue 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 @@ + + + + + \ 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 @@ + + + + + \ 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 @@ + + + + + \ 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 @@ + + + + + \ 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 @@ + + + + + \ No newline at end of file