|
@@ -1074,6 +1074,16 @@ export default {
|
|
|
return;
|
|
|
}
|
|
|
}
|
|
|
+ // 打回 需重修
|
|
|
+ if (item.rebuild === 0) {
|
|
|
+ this.$navTo.togo("/pages2/learn/details", {
|
|
|
+ id: item.courseId,
|
|
|
+ gradeId: item.gradeId,
|
|
|
+ goodsId: this.goodsId,
|
|
|
+ orderGoodsId: this.orderGoodsId,
|
|
|
+ });
|
|
|
+ return;
|
|
|
+ }
|
|
|
if (type) {
|
|
|
this.teacherIndex = 0;
|
|
|
this.goodsTeacher.forEach((citem) => {
|