From 8668b510e581560e6b1b161d5b24905a6d42913c Mon Sep 17 00:00:00 2001 From: fanfan Date: Wed, 6 Mar 2024 21:08:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 2 +- pages/activity/charts.vue | 10 +- pages/activity/intimate.vue | 660 +++++++++++++++++++---------------- pages/activity/newGoods.vue | 18 +- pages/activity/newPeople.vue | 24 +- pages/activity/newsshop.vue | 34 +- pages/activity/presale.vue | 37 +- pages/activity/ranking.vue | 10 +- pages/index/index.vue | 4 + pages/invite/index.vue | 31 +- pages/news/coupon/index.vue | 22 ++ pages/news/coupon/list.vue | 45 ++- 12 files changed, 517 insertions(+), 380 deletions(-) diff --git a/pages.json b/pages.json index 9934217..a8638aa 100644 --- a/pages.json +++ b/pages.json @@ -939,7 +939,7 @@ { "path": "newsshop", "style": { - "navigationBarTitleText": "新年换新", + "navigationBarTitleText": "活动", "navigationStyle": "custom", "enablePullDownRefresh": false } diff --git a/pages/activity/charts.vue b/pages/activity/charts.vue index 8a6de3f..bf12027 100644 --- a/pages/activity/charts.vue +++ b/pages/activity/charts.vue @@ -293,12 +293,12 @@ .rule { width: 130rpx; - height: 50rpx; + height: 60rpx; background-color: rgba(0, 0, 0, 0.3); font-size: 24rpx; font-weight: 400; color: #FFFFFF; - line-height: 50rpx; + line-height: 60rpx; text-align: center; position: absolute; right: 0; @@ -309,16 +309,16 @@ .all { width: 130rpx; - height: 50rpx; + height: 60rpx; background-color: rgba(0, 0, 0, 0.3); font-size: 24rpx; font-weight: 400; color: #FFFFFF; - line-height: 50rpx; + line-height: 60rpx; text-align: center; position: absolute; right: 0; - top: 120rpx; + top: 160rpx; border-radius: 50rpx 0 0 50rpx; z-index: 22; } diff --git a/pages/activity/intimate.vue b/pages/activity/intimate.vue index c0598be..3ca3c8a 100644 --- a/pages/activity/intimate.vue +++ b/pages/activity/intimate.vue @@ -5,7 +5,9 @@ - {{storeInfo.shop_name}} + {{storeInfo.shop_name}} + + {{storeInfo.summary}} - - 可返现{{info.one_order_rate}}% + + 可返现3-5% + - - {{info.one_order_rate}}元{{info.coupon_name}} + + 新人首单礼 + - - {{info.one_order_rate}}元{{info.coupon_name}} + + 优惠券 + - - {{info.integral}}积分 + + 积分 + - - 首单返{{info.one_order_rate}}% + + 长期返现 + diff --git a/pages/news/coupon/index.vue b/pages/news/coupon/index.vue index 795a7ab..af794e9 100644 --- a/pages/news/coupon/index.vue +++ b/pages/news/coupon/index.vue @@ -1,5 +1,6 @@