@@ -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> |
@@ -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; |