This commit is contained in:
liuye
2023-06-14 10:05:26 +08:00
parent 7e88eb8ee8
commit db24ea6af7

View File

@@ -78,7 +78,7 @@ export default {
idNumber: '',
areaId: '',
areaName: '',
userName: ''
nickName: ''
},
flag: false,
current: 1,
@@ -177,7 +177,7 @@ export default {
}
this.flag = true
this.form.userName = this.user.nickName
this.form.nickName = this.user.nickName
this.$instance.post(`/app/appwechatuserqujing/idNumberAttestation`, this.form).then(res=> {
if(res?.code == 0) {
this.flag = false