|
@@ -5,6 +5,6 @@
|
|
|
<view catchtap="callOut" data-phonenumber="{{item.phonenumber}}">
|
|
|
<text class="iconfont icon-bodadianhua" style="color: #52C41A; font-size: 24rpx;margin-right: 10rpx;" />手机号:{{item.phonenumber}}
|
|
|
</view>
|
|
|
- <view class="r-t-state" style="background: {{tagColor}};">{{item.status}}</view>
|
|
|
- <view class="r-b-state">成员跟进</view>
|
|
|
+ <view class="r-t-state {{tagColor=='#ffffff'?'fff':''}}" style="background: {{tagColor}};">{{item.status}}</view>
|
|
|
+ <view class="r-b-state" wx:if="{{item.isMemberFollow==1}}">成员跟进</view>
|
|
|
</navigator>
|