Commit 70e57491 by zhangleyuan

feat:自定义删除视频课的弹框的文本

parent 600dc5a6
/* /*
* @Author: 吴文洁 * @Author: 吴文洁
* @Date: 2020-08-05 10:12:45 * @Date: 2020-08-05 10:12:45
* @LastEditors: wufan * @LastEditors: zhangleyuan
* @LastEditTime: 2021-01-12 20:11:09 * @LastEditTime: 2021-01-13 17:19:43
* @Description: 视频课-列表模块 * @Description: 视频课-列表模块
* @Copyright: 杭州杰竞科技有限公司 版权所有 * @Copyright: 杭州杰竞科技有限公司 版权所有
*/ */
...@@ -224,6 +224,8 @@ class VideoCourseList extends React.Component { ...@@ -224,6 +224,8 @@ class VideoCourseList extends React.Component {
title: '你确定要删除此视频课吗?', title: '你确定要删除此视频课吗?',
content: '删除后,学员将不能进行观看。', content: '删除后,学员将不能进行观看。',
icon: <span className="icon iconfont default-confirm-icon">&#xe6f4;</span>, icon: <span className="icon iconfont default-confirm-icon">&#xe6f4;</span>,
okText: '确定',
cancelText: '取消',
onOk: () => { onOk: () => {
const param ={ const param ={
courseId:scheduleId, courseId:scheduleId,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment