Parcourir la source

【需求对对碰】开通VIP后,需求详情页没有显示平台VIP认证标识

release/220110_vip
王饶冀 il y a 3 ans
Parent
révision
2a2834cb11

+ 5
- 1
pages/index/components/homepage/homepage.wxml Voir le fichier

@@ -35,7 +35,11 @@
<view class="gird-view-text">被浏览量</view>
</view>
</view>
<view class="list-certification" wx:if="{{ customer.isPartner }}">
<view class="list-certification" wx:if="{{ customer.isPartner && !customer.isVip}}">
<image class="certification-img" src="/images/home/certification-icon.png" />
平台认证
</view>
<view class="list-certification w170" wx:if="{{ customer.isVip }}">
<image class="certification-img" src="/images/home/certification-icon.png" />
平台VIP认证
</view>

+ 4
- 1
pages/index/components/homepage/homepage.wxss Voir le fichier

@@ -85,7 +85,7 @@
position: absolute;
right: 0;
top: 22rpx;
width: 170rpx;
width: 130rpx;
height: 40rpx;
line-height: 40rpx;
background-color: #fff0be;
@@ -94,6 +94,9 @@
color: #ef6f10;
font-size: 20rpx;
}
.list-certification.w170{
width: 170rpx;
}
.list-certification .certification-img{
width: 26rpx;
height: 27rpx;

Chargement…
Annuler
Enregistrer