From bb744c49b9ced5fb3e2fdbf181e39d3c4737a30d Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 14 Feb 2023 17:10:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A4=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../qujing/AppLegalLearning/classDetail.vue | 5 +- .../components/GeneralLawExam.vue | 6 +- .../components/OnlineClass.vue | 2 +- .../qujing/AppLegalLearning/testForm.vue | 109 ++++++++++-------- 4 files changed, 71 insertions(+), 51 deletions(-) diff --git a/src/project/qujing/AppLegalLearning/classDetail.vue b/src/project/qujing/AppLegalLearning/classDetail.vue index c30708a..bddc048 100644 --- a/src/project/qujing/AppLegalLearning/classDetail.vue +++ b/src/project/qujing/AppLegalLearning/classDetail.vue @@ -15,7 +15,7 @@
- {{ commentList.length || 0}}+ + {{ data.msgCount || 0}}+
@@ -115,6 +115,7 @@ export default { this.flag = false this.showSend = false this.getComment() + this.getDetail() } }).catch(err=> { this.flag = false @@ -242,6 +243,8 @@ export default { .comment_info { margin-left: 16px; + width: calc(100% - 80px); + .avatar_info { display: flex; justify-content: space-between; diff --git a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue index 168d273..30cb2de 100644 --- a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue +++ b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue @@ -98,8 +98,8 @@ export default { handleToTest(id) { // 没有认证 // if(!this.user.areaId) { - // this.showAuth = true; - // 已认证 + // this.showAuth = true; + // 已认证 // } else { this.$emit('toTest',id) // } @@ -126,7 +126,7 @@ export default { this.$u.toast('认证成功') setTimeout(()=> { this.showAuth = false - this.$emit('toTest') + this.$emit('toTest',id) }, 500) } }).catch((err)=> { diff --git a/src/project/qujing/AppLegalLearning/components/OnlineClass.vue b/src/project/qujing/AppLegalLearning/components/OnlineClass.vue index 3720283..68279ae 100644 --- a/src/project/qujing/AppLegalLearning/components/OnlineClass.vue +++ b/src/project/qujing/AppLegalLearning/components/OnlineClass.vue @@ -1,7 +1,7 @@