提交 2600a4db 编写于 作者: ping_zhang's avatar ping_zhang

特殊处理下返回

上级 110297ec
......@@ -120,11 +120,13 @@
@handlerAction="handlerEJAction"
/>
<ShiKanCommonDialog
class="shikan"
needSubContent
content="试看结束"
subContent="购买后可看完整课程"
confirmBtnText="去购买"
:isShowDialog="isShowSkDialog"
@handlerAction="confirm"
@handlerAction="goBuyKc"
/>
<ExjumperButton
@btnClick="beforeJumpToExam"
......@@ -211,7 +213,7 @@ export default {
cancleBtnText: "",
isShowDialog: false,
isShowEJDialog: false,
tabFlag: true, // 显示目录还是简介
tabFlag: false, // 显示目录还是简介
fixedFlag: false, // 目录和简介是否固定
project: {
credit: "", // 学分
......@@ -1038,6 +1040,10 @@ export default {
} else if (len <= 30 && certificate != 2) {
return 1;
}
},
goBuyKc(type) {
debugger
type == 2 && this.confirm();
}
}
};
......@@ -1142,4 +1148,8 @@ export default {
width: 100%;
height: px2rem(40px);
}
.shikan .dialog-sub-content {
text-align: center;
font-size: px2rem(14px);
}
</style>
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册