功能完善

This commit is contained in:
2024-04-13 19:15:20 +08:00
parent 23af4c25e3
commit d6f3f9c812
5 changed files with 11 additions and 8 deletions

View File

@@ -24,7 +24,7 @@
<view class='divider' />
<view class='c-flex-row'>
<text>手机号</text>
<input placeholder='请输入手机号' :disabled='userInfo.telephone.length!=0'
<input placeholder='请输入手机号' :disabled='(userInfo.telephone?.length||0)!=0'
v-model='params.telephone'
@input='bindTelephone' />
</view>