xg
This commit is contained in:
parent
bfaf415300
commit
26b5e94d99
@ -28,10 +28,10 @@
|
||||
<view class="item" @tap='emitdata(item)'>
|
||||
<image src="../../static/docHead.png" mode=""></image>
|
||||
<view class="name">
|
||||
{{list.personName}}
|
||||
{{list.personName?list.personName:''}}
|
||||
</view>
|
||||
<view class="address">
|
||||
{{list.personPhone}}
|
||||
{{list.personPhone?list.personPhone:''}}
|
||||
</view>
|
||||
<view class="zixunbtn" v-if="list.userNo==userNo">
|
||||
已选择
|
||||
|
||||
Loading…
Reference in New Issue
Block a user