|
@@ -15012,6 +15012,28 @@ export default {
|
|
_worksStudent[i].push(_work);
|
|
_worksStudent[i].push(_work);
|
|
_worksStudent2[i].push(_work);
|
|
_worksStudent2[i].push(_work);
|
|
this.isWorksS[i].push({ uid: b[j].userid, sName: b[j].name });
|
|
this.isWorksS[i].push({ uid: b[j].userid, sName: b[j].name });
|
|
|
|
+ } else if (b[j].type == 16 && a[i].tool[0] == 69) {
|
|
|
|
+ //选择题
|
|
|
|
+ let _work = {
|
|
|
|
+ userid: b[j].userid,
|
|
|
|
+ ateacher: b[j].ateacher,
|
|
|
|
+ wid: b[j].id,
|
|
|
|
+ works: b[j].content,
|
|
|
|
+ sName: b[j].name,
|
|
|
|
+ type: 16,
|
|
|
|
+ time: b[j].time,
|
|
|
|
+ score: b[j].score,
|
|
|
|
+ img: b[j].img,
|
|
|
|
+ likesCount: likesCount,
|
|
|
|
+ commentCount: commentCount,
|
|
|
|
+ isLikes: isLikes,
|
|
|
|
+ commentJson: commentJson,
|
|
|
|
+ aiCode: b[j].aiCode,
|
|
|
|
+ teacherCode: b[j].teacherCode
|
|
|
|
+ };
|
|
|
|
+ _worksStudent[i].push(_work);
|
|
|
|
+ _worksStudent2[i].push(_work);
|
|
|
|
+ this.isWorksS[i].push({ uid: b[j].userid, sName: b[j].name });
|
|
} else if (b[j].type == 17 && a[i].tool[0] == 70) {
|
|
} else if (b[j].type == 17 && a[i].tool[0] == 70) {
|
|
//选择题
|
|
//选择题
|
|
let _work = {
|
|
let _work = {
|