Fix(登录):出生日期选中未显示
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user