Commit 82941e2d authored by zhengke's avatar zhengke

增加课程大纲

parent 91ac4f77
......@@ -223,6 +223,9 @@
</q-banner>
</q-popup-proxy>
</div>
<div>
<span style="color:blue;cursor:pointer;" @click="goChapter(item.CouseId)">课程大纲</span>
</div>
</div>
<div class="d3">
<div style="margin: 0">招生信息</div>
......@@ -526,6 +529,12 @@
this.orderObj.Unit_Price = item.SellPrice;
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