zhaoxiaohai 3 лет назад
Родитель
Сommit
85b10afdec
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      packageA/select/setclient/select.wxml

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

@@ -9,9 +9,9 @@
             <view class="mian">
                 <view class="label line-1">{{item.enterprisename}}</view>
                 <view class="tag-box">
-                    <van-tag custom-class='tag' color='#E7EEFF' wx:if="{{item.type}}" text-color='#3874F6' round>{{item.type}}</van-tag>
-                    <van-tag custom-class='tag' wx:for="{{item.tags.systemtag}}" wx:for-item='tag' wx:key="index" color='#E7EEFF' text-color='#3874F6' round>{{tag}}</van-tag>
-                    <van-tag custom-class='tag' wx:for="{{item.tags.datatag}}" wx:for-item='tag' wx:key="index" color='#FFEFD9' text-color='#FA8C16' round>{{tag}}</van-tag>
+                    <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:for-item='tag' color='#FA8C16' text-color='#fff' round>{{tag}}</van-tag>
+                    <van-tag custom-class='tag' wx:for="{{item.tags.datatag}}" wx:for-item='tag' color='#FAAB16' text-color='#fff' round>{{tag}}</van-tag>
                 </view>
             </view>
             <view class="checkbox">