mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-11 11:56:48 +08:00
fix:增加项目、学习路径图简介
This commit is contained in:
@@ -2,12 +2,18 @@
|
||||
<div class="pathdetails" style="padding: 30px">
|
||||
<!-- 面包屑导航 -->
|
||||
<div class="crumb">
|
||||
<!-- <div>产品经理学习路径图</div>-->
|
||||
<!-- <div style="margin-left: 6px; margin-right: 6px">/</div>-->
|
||||
<div>{{data.name}}</div>
|
||||
<div style="margin-left: 6px; margin-right: 6px">/</div>
|
||||
<div style="font-weight: 700">项目详情</div>
|
||||
</div>
|
||||
<!-- 面包屑导航 -->
|
||||
<div class="pdname">{{ userInfo.bandDesc }}</div>
|
||||
<div class="pdname">
|
||||
{{ userInfo.bandDesc }}
|
||||
<span @click="introductionPro" style="font-size:14px;color:#fff;margin-left: 33px;cursor: pointer;">简介
|
||||
<span style="position: relative;top:1px;left:-3px;cursor: pointer;">></span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- 详细信息 -->
|
||||
<div class="detailinfo">
|
||||
<div class="detailL">
|
||||
@@ -361,6 +367,11 @@ const dialogVisibleTip = ref('该任务无法学习,请联系管理员进行
|
||||
// return true;
|
||||
// }
|
||||
|
||||
function introductionPro() {
|
||||
dialogVisibleTip.value =data.value.remark;
|
||||
dialogVisible.value = true;
|
||||
}
|
||||
|
||||
function toFinish(d, sName, chapterId) {
|
||||
console.log("dddddd", d);
|
||||
// 作业过期判断
|
||||
|
||||
Reference in New Issue
Block a user