|
@@ -13323,7 +13323,7 @@ export default {
|
|
|
this.insertMemorandum(`选择<span class="variable">阶段${i+1}${this.navList[i].dyName?':'+this.navList[i].dyName:''}</span>→<span class="variable">任务${j+1}${this.navList[i].task[j].taskName?':'+this.navList[i].task[j].taskName:''}</span>→<span class="variable">工具${k+1}:${this.toolsList[this.navList[i].task[j].tool[k].tool]}</span>`)
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
// var b = this.$refs["bz" + k][0];
|
|
|
// a.scrollTop = b.offsetTop;
|
|
|
},
|
|
@@ -16914,6 +16914,9 @@ export default {
|
|
|
this.getHomeWork();
|
|
|
this.getCourseDetail(2);
|
|
|
this.$forceUpdate();
|
|
|
+ if (this.courseDetail.userid == this.userid && this.IsFollow) {
|
|
|
+ this.setCTask();
|
|
|
+ }
|
|
|
},
|
|
|
|
|
|
openTask(s, n, i,ctype) {
|
|
@@ -17029,6 +17032,9 @@ export default {
|
|
|
this.selectPz();
|
|
|
this.getHomeWork();
|
|
|
this.getCourseDetail(2);
|
|
|
+ if (this.courseDetail.userid == this.userid && this.IsFollow) {
|
|
|
+ this.setCTask();
|
|
|
+ }
|
|
|
if(flag){
|
|
|
this.insertMemorandum(`进入<span class="variable">任务${n+1}${this.navList[s].task[n].taskName?':'+this.navList[s].task[n].taskName:''}</span>`)
|
|
|
}else{
|
|
@@ -17559,9 +17565,9 @@ export default {
|
|
|
_this.selectStudent();
|
|
|
_this.selectSLook();
|
|
|
_this.getPick();
|
|
|
- if (_this.courseDetail.userid == _this.userid && _this.IsFollow) {
|
|
|
- _this.setCTask();
|
|
|
- }
|
|
|
+ // if (_this.courseDetail.userid == _this.userid && _this.IsFollow) {
|
|
|
+ // _this.setCTask();
|
|
|
+ // }
|
|
|
if (_this.dialogVisibleGroup) {
|
|
|
_this.groupJson =
|
|
|
_this.chapInfoList[_this.courseType].chapterInfo[0].taskJson[
|
|
@@ -17586,9 +17592,9 @@ export default {
|
|
|
_this.getPick();
|
|
|
// _this.getSplitScreenData();
|
|
|
|
|
|
- if (_this.courseDetail.userid == _this.userid && _this.IsFollow) {
|
|
|
- _this.setCTask();
|
|
|
- }
|
|
|
+ // if (_this.courseDetail.userid == _this.userid && _this.IsFollow) {
|
|
|
+ // _this.setCTask();
|
|
|
+ // }
|
|
|
if (_this.dialogVisibleGroup) {
|
|
|
_this.groupJson =
|
|
|
_this.chapInfoList[_this.courseType].chapterInfo[0].taskJson[
|