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

弹框样式等

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