提交 dc5715a4 编写于 作者: guangjun.yang's avatar guangjun.yang

弹框样式等

上级 1e48a81e
......@@ -55,15 +55,15 @@ export default {
this.isShowDialog = false;
},
testDialog() {
this.$dialog.confirm({
className: 'course-detail',
this.$dialog
.confirm({
className: "course-detail",
showCancelButton: false,
// message: '激活/购买后可学习完整课程',
message: '恭喜您,已完成全部课程学习',
confirmButtonText: '我知道了',
}).then(res => {
})
message: "恭喜您,已完成全部课程学习",
confirmButtonText: "我知道了"
})
.then(res => {});
}
}
};
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册