nickName
This commit is contained in:
@@ -78,7 +78,7 @@ export default {
|
|||||||
idNumber: '',
|
idNumber: '',
|
||||||
areaId: '',
|
areaId: '',
|
||||||
areaName: '',
|
areaName: '',
|
||||||
userName: ''
|
nickName: ''
|
||||||
},
|
},
|
||||||
flag: false,
|
flag: false,
|
||||||
current: 1,
|
current: 1,
|
||||||
@@ -177,7 +177,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.flag = true
|
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=> {
|
this.$instance.post(`/app/appwechatuserqujing/idNumberAttestation`, this.form).then(res=> {
|
||||||
if(res?.code == 0) {
|
if(res?.code == 0) {
|
||||||
this.flag = false
|
this.flag = false
|
||||||
|
|||||||
Reference in New Issue
Block a user