From db24ea6af75848f9a98314ec67d7756ffc5bcb99 Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 14 Jun 2023 10:05:26 +0800 Subject: [PATCH] nickName --- .../qujing/AppLegalLearning/components/GeneralLawExam.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue index 03df5d6..f730fbf 100644 --- a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue +++ b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue @@ -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