谢杰标 2 years ago
parent
commit
6e0c3c2b14
1 changed files with 10 additions and 0 deletions
  1. 10 0
      pages3/polyv/detail.vue

+ 10 - 0
pages3/polyv/detail.vue

@@ -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) => {