This commit is contained in:
2023-11-09 16:43:24 +08:00
parent 0497e4bd99
commit 3b08ea9b8d

View File

@ -10,7 +10,7 @@
</image> </image>
<image :src="baseurl+appPersonallist.headPictureUrl" mode="" class="headsculpture" @tap='updatainfo' v-else> <image :src="baseurl+appPersonallist.headPictureUrl" mode="" class="headsculpture" @tap='updatainfo' v-else>
</image> </image>
<view class="namesigning"> <view class="namesigning" @tap='updatainfo'>
<span class="name"> <span class="name">
{{appPersonallist.patientName?appPersonallist.patientName:'请先登录!'}} {{appPersonallist.patientName?appPersonallist.patientName:'请先登录!'}}
</span> </span>