From 7e88eb8ee8f8c882171eec921090ded169e13916 Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 14 Jun 2023 09:58:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=B5=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../qujing/AppLegalLearning/components/GeneralLawExam.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue index 8255822..03df5d6 100644 --- a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue +++ b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue @@ -78,6 +78,7 @@ export default { idNumber: '', areaId: '', areaName: '', + userName: '' }, flag: false, current: 1, @@ -176,6 +177,7 @@ export default { } this.flag = true + this.form.userName = this.user.nickName this.$instance.post(`/app/appwechatuserqujing/idNumberAttestation`, this.form).then(res=> { if(res?.code == 0) { this.flag = false