|
@@ -59,17 +59,17 @@
|
|
|
{{item.companyName}}
|
|
|
</view>
|
|
|
<view class="row3 flex" @click="toMap(item)">
|
|
|
- <u--image :showLoading="true" src="/static/imgs/card/address1.png" width="13px"
|
|
|
+ <u--image :showLoading="true" :src="'/static/imgs/card/address'+item.icon+'.png'" width="13px"
|
|
|
height="16px"></u--image>
|
|
|
<view class='icon-text'>{{ item.province }}{{ item.city }}{{ item.area }}</view>
|
|
|
</view>
|
|
|
<view @click="freeTell(item)" class="row4 flex">
|
|
|
- <u--image :showLoading="true" src="/static/imgs/card/phone1.png" width="12px"
|
|
|
+ <u--image :showLoading="true" :src="'/static/imgs/card/phone'+item.icon+'.png'" width="12px"
|
|
|
height="13px"></u--image>
|
|
|
<view class='icon-text'>{{ item.phone }}</view>
|
|
|
</view>
|
|
|
<view @click='remarkEdit(item)' class="row2 flex" style="color: #808080">
|
|
|
- <u--image :showLoading="true" src="/static/imgs/card/remark1.png" width="10px"
|
|
|
+ <u--image :showLoading="true" :src="'/static/imgs/card/remark'+item.icon+'.png'" width="10px"
|
|
|
height="12px"></u--image>
|
|
|
<view class='icon-text' style="color: #808080;">{{item.remark?item.remark:'单击添加备注'}}
|
|
|
</view>
|
|
@@ -92,17 +92,17 @@
|
|
|
{{item.companyName}}
|
|
|
</view>
|
|
|
<view @click="toMap(item)" class="row3 flex">
|
|
|
- <u--image :showLoading="true" src="/static/imgs/card/address3.png" width="13px"
|
|
|
+ <u--image :showLoading="true" :src="'/static/imgs/card/address'+item.icon+'.png'" width="13px"
|
|
|
height="16px"></u--image>
|
|
|
<view class='icon-text'>{{ item.province }}{{ item.city }}{{ item.area }}</view>
|
|
|
</view>
|
|
|
<view @click="freeTell(item)" class="row4 flex">
|
|
|
- <u--image :showLoading="true" src="/static/imgs/card/phone3.png" width="12px"
|
|
|
+ <u--image :showLoading="true" :src="'/static/imgs/card/phone'+item.icon+'.png'" width="12px"
|
|
|
height="13px"></u--image>
|
|
|
<view class='icon-text'>{{ item.phone }}</view>
|
|
|
</view>
|
|
|
<view @click='remarkEdit(item)' class="row2 flex" style="color: #808080">
|
|
|
- <u--image :showLoading="true" src="/static/imgs/card/remark3.png" width="10px"
|
|
|
+ <u--image :showLoading="true" :src="'/static/imgs/card/remark'+item.icon+'.png'" width="10px"
|
|
|
height="12px"></u--image>
|
|
|
<view class='icon-text' style="color: #808080;">{{item.remark?item.remark:'单击添加备注'}}
|
|
|
</view>
|
|
@@ -140,17 +140,17 @@
|
|
|
</view>
|
|
|
<view class="right">
|
|
|
<view @click="toMap(item)" class="row1 flex">
|
|
|
- <u--image :showLoading="true" src="/static/imgs/card/address1.png" width="13px"
|
|
|
+ <u--image :showLoading="true" :src="'/static/imgs/card/address'+item.icon+'.png'" width="13px"
|
|
|
height="16px"></u--image>
|
|
|
<view class='icon-text'>{{ item.province }}{{ item.city }}{{ item.area }}</view>
|
|
|
</view>
|
|
|
<view @click="freeTell(item)" class="row2 flex">
|
|
|
- <u--image :showLoading="true" src="/static/imgs/card/phone1.png" width="12px"
|
|
|
+ <u--image :showLoading="true" :src="'/static/imgs/card/phone'+item.icon+'.png'" width="12px"
|
|
|
height="13px"></u--image>
|
|
|
<view class='icon-text'>{{ item.phone }}</view>
|
|
|
</view>
|
|
|
<view @click='remarkEdit(item)' class="row2 flex" style="color: #808080">
|
|
|
- <u--image :showLoading="true" src="/static/imgs/card/remark1.png" width="10px"
|
|
|
+ <u--image :showLoading="true" :src="'/static/imgs/card/remark'+item.icon+'.png'" width="10px"
|
|
|
height="12px"></u--image>
|
|
|
<view class='icon-text' style="color: #808080;">
|
|
|
{{item.remark?item.remark:'单击添加备注'}}
|
|
@@ -185,17 +185,17 @@
|
|
|
</view>
|
|
|
<view class="right">
|
|
|
<view @click="toMap(item)" class="row1 flex">
|
|
|
- <u--image :showLoading="true" src="/static/imgs/card/address2.png" width="13px"
|
|
|
+ <u--image :showLoading="true" :src="'/static/imgs/card/address'+item.icon+'.png'" width="13px"
|
|
|
height="16px"></u--image>
|
|
|
<view class='icon-text'>{{ item.province }}{{ item.city }}{{ item.area }}</view>
|
|
|
</view>
|
|
|
<view @click="freeTell(item)" class="row2 flex">
|
|
|
- <u--image :showLoading="true" src="/static/imgs/card/phone2.png" width="12px"
|
|
|
+ <u--image :showLoading="true" :src="'/static/imgs/card/phone'+item.icon+'.png'" width="12px"
|
|
|
height="13px"></u--image>
|
|
|
<view class='icon-text'>{{ item.phone }}</view>
|
|
|
</view>
|
|
|
<view @click='remarkEdit(item)' class="row2 flex" style="color: #808080">
|
|
|
- <u--image :showLoading="true" src="/static/imgs/card/remark2.png" width="10px"
|
|
|
+ <u--image :showLoading="true" :src="'/static/imgs/card/remark'+item.icon+'.png'" width="10px"
|
|
|
height="12px"></u--image>
|
|
|
<view :style='item.remark?"color:#000;":"color:#808080;"' class='icon-text'>
|
|
|
{{item.remark?item.remark:'单击添加备注'}}
|