Fix(登录):出生日期选中未显示
This commit is contained in:
@@ -217,6 +217,10 @@ export default {
|
||||
inputName(e) {
|
||||
this.nickname = e.detail.value;
|
||||
},
|
||||
birthdayChange(e) {
|
||||
const value = e.detail.value
|
||||
this.form.birthday = value
|
||||
},
|
||||
onSubmit() {
|
||||
let that = this;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user