+ 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) {