|
|
|
|
@ -6,15 +6,29 @@
|
|
|
|
|
</view>
|
|
|
|
|
<view class="customerService">
|
|
|
|
|
<view class="customerTit">
|
|
|
|
|
<text class="bigtitle">铂金款产品</text>
|
|
|
|
|
<text>专属管家通道</text>
|
|
|
|
|
<text class="bigtitle">蟹太太 官方客服解答</text>
|
|
|
|
|
<view class="smalltitle">
|
|
|
|
|
<view>
|
|
|
|
|
<u-icon name="question-circle-fill" size="28" color="#b98b44"></u-icon>
|
|
|
|
|
<text>提货答疑</text>
|
|
|
|
|
</view>
|
|
|
|
|
<view>
|
|
|
|
|
<u-icon name="hourglass-half-fill" size="28" color="#b98b44"></u-icon>
|
|
|
|
|
<text>售后赔付</text>
|
|
|
|
|
</view>
|
|
|
|
|
<view>
|
|
|
|
|
<u-icon name="star-fill" size="28" color="#b98b44"></u-icon>
|
|
|
|
|
<text>新人特惠</text>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
<view class="qrCodebox">
|
|
|
|
|
<view class="codeimg">
|
|
|
|
|
<image show-menu-by-longpress :src="img" mode="widthFix"></image>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="textbottom">长按扫码添加企业微信</view>
|
|
|
|
|
<view class="textbottom">长按扫码添加专属管家</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
@ -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
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
@ -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;
|
|
|
|
|
}
|
|
|
|
|
</style>
|