谢杰标 2 年之前
父節點
當前提交
6e0c3c2b14
共有 1 個文件被更改,包括 10 次插入0 次删除
  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) => {