|
@@ -60,7 +60,7 @@
|
|
|
<van-popup v-model:show="showBirthday" destroy-on-close round position="bottom">
|
|
|
<van-date-picker :confirm-button-text="lang[langType].confirm"
|
|
|
:cancel-button-text="lang[langType].cancel" @confirm="packerConfirm"
|
|
|
- :title="lang[langType].birthday" @cancel="showBirthday = false" :min-date="new Date(1970, 0, 1)"
|
|
|
+ :title="lang[langType].birthday" @cancel="showBirthday = false" :min-date="new Date(1920, 0, 1)"
|
|
|
:max-date="new Date()" />
|
|
|
</van-popup>
|
|
|
|