Fix(登录):出生日期选中未显示

This commit is contained in:
lifizer
2024-06-26 16:08:29 +08:00
parent 2bac749ca4
commit d4f61842fb
+4
View File
@@ -217,6 +217,10 @@ export default {
inputName(e) { inputName(e) {
this.nickname = e.detail.value; this.nickname = e.detail.value;
}, },
birthdayChange(e) {
const value = e.detail.value
this.form.birthday = value
},
onSubmit() { onSubmit() {
let that = this; let that = this;