Commit 82941e2d authored by zhengke's avatar zhengke

增加课程大纲

parent 91ac4f77
...@@ -223,6 +223,9 @@ ...@@ -223,6 +223,9 @@
</q-banner> </q-banner>
</q-popup-proxy> </q-popup-proxy>
</div> </div>
<div>
<span style="color:blue;cursor:pointer;" @click="goChapter(item.CouseId)">课程大纲</span>
</div>
</div> </div>
<div class="d3"> <div class="d3">
<div style="margin: 0">招生信息</div> <div style="margin: 0">招生信息</div>
...@@ -526,6 +529,12 @@ ...@@ -526,6 +529,12 @@
this.orderObj.Unit_Price = item.SellPrice; this.orderObj.Unit_Price = item.SellPrice;
this.isShowEditOrderForm = true; this.isShowEditOrderForm = true;
}, },
//跳转到课程大纲
goChapter(CouseId){
this.OpenNewUrl('/course/chapter' , {
CourseId: CouseId
});
}
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment