From 0e31eb66bed63ad48540ab72e0b8e6f5027b6c78 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Fri, 31 May 2024 17:07:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=AF=84=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/lecturer/certification/info.vue | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/pages/lecturer/certification/info.vue b/pages/lecturer/certification/info.vue index 535a9e4..1696e3a 100644 --- a/pages/lecturer/certification/info.vue +++ b/pages/lecturer/certification/info.vue @@ -105,7 +105,7 @@ -
+
3.普通话标准,语言文明健康,讲授适度、接地气; (5分) @@ -115,6 +115,12 @@
+
+
评语
+
+ +
+
您的评分:{{scoreNum}}分 提交 @@ -143,7 +149,8 @@ }, scoreDisabled: false, scoreNum: 0, - reviewId: '' + reviewId: '', + remark: '', } }, onPullDownRefresh() { @@ -183,6 +190,7 @@ console.log('res::',res) if (res.code == 200 && res.data) { this.lecturersInfo = res.data.examineTeacher || {} + this.remark = this.lecturersInfo.comment //this.lecturersInfo.scores="" //"1,2,3,1,2,3,1,2,3" if(this.lecturersInfo.scores&&this.lecturersInfo.scores.length>1){ this.scoreDisabled = true @@ -210,7 +218,8 @@ apiLecturerCert.lecturerCertificationSave({ teacherId: parseInt(this.teacherId), score: this.scoreNum, - scores: String(scores) + scores: String(scores), + comment: this.remark }).then(res => { // 评分完成回列表 if (res.code == 200) {