|
|
@ -24,7 +24,7 @@ |
|
|
<view class="item-content" data-page="{{pageIndex}}" data-index="{{index}}" bindtap="lookItem"> |
|
|
<view class="item-content" data-page="{{pageIndex}}" data-index="{{index}}" bindtap="lookItem"> |
|
|
<view class="flex flex-justify" style="border-bottom: 1rpx solid #f3f3f3;padding-bottom:16rpx"> |
|
|
<view class="flex flex-justify" style="border-bottom: 1rpx solid #f3f3f3;padding-bottom:16rpx"> |
|
|
<view class="flex flex-center"> |
|
|
<view class="flex flex-center"> |
|
|
<van-icon name="/assets/image/icon-logoc.png" size="56rpx"/> |
|
|
|
|
|
|
|
|
<van-icon name="/assets/image/ygImg.png" size="56rpx"/> |
|
|
<view class="flex flex-center text-sg text-black van-ellipsis text-bold" style="justify-content: flex-start;max-width: 500rpx;"> |
|
|
<view class="flex flex-center text-sg text-black van-ellipsis text-bold" style="justify-content: flex-start;max-width: 500rpx;"> |
|
|
<text style="margin-left:24rpx">{{item.factoryCustomerName}}</text> |
|
|
<text style="margin-left:24rpx">{{item.factoryCustomerName}}</text> |
|
|
<text wx:if="{{item.status != 1 && item.factoryCustomerMobile}}">-{{item.factoryCustomerMobile}}</text> |
|
|
<text wx:if="{{item.status != 1 && item.factoryCustomerMobile}}">-{{item.factoryCustomerMobile}}</text> |
|
|
|