From 5070a0b4bd37c2b4aaa148027d26550711a3680e Mon Sep 17 00:00:00 2001 From: gongdi <410827992@qq.com> Date: Fri, 31 Mar 2023 13:55:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B4=8B=E6=B5=A6=E5=AD=A6=E6=A0=A1=E5=85=AB?= =?UTF-8?q?=E5=A4=A7=E4=B8=AD=E5=BF=83=20=E5=BE=B7=E8=82=B2=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=89=8D=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../studentClassTeacherManage/classManage.vue | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/views/screenAdaptation/pages/moralEducationCenter/studentClassTeacherManage/classManage.vue b/src/views/screenAdaptation/pages/moralEducationCenter/studentClassTeacherManage/classManage.vue index 8ae5349..4951c72 100644 --- a/src/views/screenAdaptation/pages/moralEducationCenter/studentClassTeacherManage/classManage.vue +++ b/src/views/screenAdaptation/pages/moralEducationCenter/studentClassTeacherManage/classManage.vue @@ -99,23 +99,23 @@
+ style="position:absolute;display:inline-block;width: 85px;height: 60px; bottom: 0;right: 0;">
+ style="position:absolute;display:inline-block;width: 85px;height: 60px; bottom: 0;right: 0;">
+ style="position:absolute;display:inline-block;width: 85px;height: 60px; bottom: 0;right: 0;">
+ style="position:absolute;display:inline-block;width: 85px;height: 60px; bottom: 0;right: 0;">
+ style="position:absolute;display:inline-block;width: 85px;height: 60px; bottom: 0;right: 0;">
{ - // console.log('班级文化', result) this.spinning = false; let res = JSON.parse(result[0].data.result) if (res.length != 0) { - res.forEach(item => { + let arr = JSON.parse(res) + arr.forEach(item => { item.attachment_json = item.attachment_json.substr(1) }) - this.classCulture = res + this.classCulture = arr } else { this.classCultureEmpty = true } @@ -473,6 +473,7 @@ method: "post", }], (result) => { // console.log('时事新闻', result) + this.spinning = false; if (result[0].data.result.length != 0) { let res = JSON.parse(result[0].data.result) res.forEach(item => { @@ -490,7 +491,7 @@ } else { this.factualNewsEmpty = true } - this.spinning = false; + }) }, showInfo(item) {