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

特殊处理下返回

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