|
|
@ -14,7 +14,7 @@ |
|
|
<text class="text">{{info.name}}</text> |
|
|
<text class="text">{{info.name}}</text> |
|
|
<image |
|
|
<image |
|
|
class="icon" |
|
|
class="icon" |
|
|
:src="info.registrationStatus ? '/static/imgs/general/cooperation-icon.png' : '/static/imgs/general/no-cooperation-icon.png'" |
|
|
|
|
|
|
|
|
:src="info.cooperation == 1 ? '/static/imgs/general/cooperation-icon.png' : '/static/imgs/general/no-cooperation-icon.png'" |
|
|
></image> |
|
|
></image> |
|
|
</view> |
|
|
</view> |
|
|
<view class="desc u-line-2"> |
|
|
<view class="desc u-line-2"> |
|
|
@ -38,7 +38,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
<view class="site"> |
|
|
<view class="site"> |
|
|
<image class="icon" src="/static/imgs/client-detail/address-icon.png"></image> |
|
|
<image class="icon" src="/static/imgs/client-detail/address-icon.png"></image> |
|
|
<text class="text">{{ info.locProvinceName }}{{ info.locCityName }} {{ info.locDetail }}</text> |
|
|
|
|
|
|
|
|
<text class="text">{{ info.locProvinceName }}{{ info.locCityName }}{{info.locDistrictName}}{{info.locStreetName}} {{ info.locDetail }}</text> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|