Kaynağa Gözat

Merge branch 'master' of http://git.2weisou.com/liumin/NewZkgj

branch0222
douzhuo 1 yıl önce
ebeveyn
işleme
97e4ef3fc9
1 değiştirilmiş dosya ile 4 ekleme ve 2 silme
  1. +4
    -2
      pages/center/consumer/consumerSearch.vue

+ 4
- 2
pages/center/consumer/consumerSearch.vue Dosyayı Görüntüle

@@ -23,8 +23,10 @@
</view>
<view class="content-sec-lab">
客户标签:
<text v-if="item.demand.cusSemanticWordsList==null">暂无</text>
<view v-else class="content-sec-tips" v-for="(che,ind) in item.demand.cusSemanticWordsList" :key='ind'>{{che.name}}</view>
<text v-if="item.demand.cusSemanticWordsList.length==0">暂无</text>
<view v-else>
<view v-if="ind<3" class="content-sec-tips" v-for="(che,ind) in item.demand.cusSemanticWordsList" :key='ind'>{{che.name}}</view>
</view>
</view>
<view class="content-sec-lab">
顾问姓名:<view class="content-sec-lab1">{{item.agentName}}</view>


Yükleniyor…
İptal
Kaydet