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">
|
||||
已选择
|
||||
@ -69,7 +69,7 @@
|
||||
realname: {
|
||||
handler(newval, oldval) {
|
||||
console.log(newval, oldval)
|
||||
this.pageNum=1;
|
||||
this.pageNum = 1;
|
||||
this.getDoctorListinfo();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user