From 1c4b4e78f5aa51ca729d6920b8f67da2a9dc3a8f Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Fri, 2 Aug 2024 15:15:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9C=81=E5=B8=82=E5=8C=BA=E5=8C=B9=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/home.vue | 5 ++-- pages/talk/talk.vue | 63 +++++++++++++++++++++++++++++++++------------ 2 files changed, 49 insertions(+), 19 deletions(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index d37c913..f66077d 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -67,7 +67,7 @@ 蟹太太官方旗舰店 - 点击咨询领百元新人券 + 提货答疑 物流追踪 @@ -506,7 +506,8 @@ text-align: center; /* justify-content: space-around; */ padding: 10rpx; - justify-content: center; + justify-content: center; + margin: 0 auto; } } diff --git a/pages/talk/talk.vue b/pages/talk/talk.vue index c7a19cb..5e896d4 100644 --- a/pages/talk/talk.vue +++ b/pages/talk/talk.vue @@ -6,15 +6,29 @@ - 铂金款产品 - 专属管家通道 + 蟹太太 官方客服解答 + + + + 提货答疑 + + + + 售后赔付 + + + + 新人特惠 + + + - 长按扫码添加企业微信 + 长按扫码添加专属管家 @@ -27,18 +41,18 @@ export default { components: { tabbar - }, - data(){ - return{ - img:'' - } - }, - onLoad(){ - const banner4 = uni.getStorageSync('banner4')?uni.getStorageSync('banner4'):[] - if(banner4.length>0){ - this.img = banner4[0].image - } - + }, + data() { + return { + img: '' + } + }, + onLoad() { + const banner4 = uni.getStorageSync('banner4') ? uni.getStorageSync('banner4') : [] + if (banner4.length > 0) { + this.img = banner4[0].image + } + }, } @@ -85,7 +99,7 @@ .customerTit { text-align: center; - padding-top: 80rpx; + padding-top: 62rpx; padding-bottom: 62rpx; } @@ -101,6 +115,21 @@ margin-bottom: 26rpx; } + .customerTit .smalltitle {} + + .customerTit .smalltitle>view { + display: inline-block; + margin: 0 20rpx; + + } + + .customerTit .smalltitle text { + font-size: 28rpx; + display: inline-block; + + margin-left: 5rpx; + } + .qrCodebox { width: 510rpx; margin: 0 auto; @@ -134,7 +163,7 @@ line-height: 60rpx; text-align: center; background: #f4f4f4; - font-size: 20rpx; + font-size: 26rpx; color: #000; } \ No newline at end of file