问题修复

This commit is contained in:
2024-04-16 00:53:34 +08:00
parent 877469ab43
commit 0562554266
9 changed files with 37 additions and 24 deletions

View File

@@ -47,7 +47,7 @@
<view class='divider' />
<view class='c-flex-row'>
<text>生日</text>
<picker mode='date' :disabled='userInfo.birthday!=""' @change='changeDate'>
<picker mode='date' :disabled='(userInfo.birthday?.length||0)!=0' @change='changeDate'>
<text>{{ params?.birthday || '请选择生日' }}</text>
</picker>
</view>