liyongli 6 days ago
parent
commit
2f2bea390e

+ 1 - 1
src/view/fenghui/form.vue

@@ -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>
 

+ 1 - 1
src/view/fenghui/form1.vue

@@ -50,7 +50,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>
 

+ 1 - 1
src/view/fenghui/form1Recurrence.vue

@@ -50,7 +50,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>
 

+ 1 - 1
src/view/fenghui/formRecurrence.vue

@@ -59,7 +59,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>