Parcourir la source

有品牌名称添加品牌名称

xiaohaizhao il y a 3 ans
Parent
commit
2fb98a1e73

+ 0 - 1
packageA/select/setclient/select.scss

@@ -91,7 +91,6 @@ page {
                 font-family: PingFang SC-Bold, PingFang SC;
                 font-weight: bold;
                 color: #333333;
-                height: 40rpx;
                 line-height: 40rpx;
             }
 

+ 1 - 1
packageA/select/setclient/select.wxml

@@ -8,7 +8,7 @@
                 {{handle.getName(item.enterprisename)}}
             </view>
             <view class="mian">
-                <view class="label line-1">{{item.enterprisename}}</view>
+                <view class="label line-1"><text wx:if="{{item.brandname}}">【{{item.brandname}}】</text>{{item.enterprisename}}</view>
                 <view class="tag-box">
                     <van-tag custom-class='tag' wx:if="{{item.type}}" wx:for-item='tag' color='#FA8C16' text-color='#fff' round>{{item.type}}</van-tag>
                     <van-tag custom-class='tag' wx:for="{{item.tags.systemtag}}" wx:key="index" wx:for-item='tag' color='#FA8C16' text-color='#fff' round>{{tag}}</van-tag>