|
|
@ -77,28 +77,28 @@ |
|
|
<view class="right"> |
|
|
<view class="right"> |
|
|
<view class="item"> |
|
|
<view class="item"> |
|
|
<view class="title" style="color: #12E7E8;"> |
|
|
<view class="title" style="color: #12E7E8;"> |
|
|
成交率<text>(93.77%)</text> |
|
|
成交率<text>({{infoData.cj_lv}}%)</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="title" style="color: #12E7E8;"> |
|
|
<view class="title" style="color: #12E7E8;"> |
|
|
11239<text>人</text> |
|
|
{{infoData.cj_count}}<text>人</text> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<view class="item"> |
|
|
<view class="item"> |
|
|
<view class="title" style="color: #4DA3FF;"> |
|
|
<view class="title" style="color: #4DA3FF;"> |
|
|
试听率<text>(93.77%)</text> |
|
|
试听率<text>({{infoData.st_lv}}%)</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="title" style="color: #4DA3FF;"> |
|
|
<view class="title" style="color: #4DA3FF;"> |
|
|
11239<text>人</text> |
|
|
{{infoData.st_count}}<text>人</text> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<view class="item"> |
|
|
<view class="item"> |
|
|
<view class="title" style="color: #FFCB31;"> |
|
|
<view class="title" style="color: #FFCB31;"> |
|
|
跟进率<text>(93.77%)</text> |
|
|
跟进率<text>({{infoData.gj_count}}%)</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="title" style="color: #FFCB31;"> |
|
|
<view class="title" style="color: #FFCB31;"> |
|
|
11239<text>人</text> |
|
|
{{infoData.gj_count}}<text>人</text> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|