Commit ca0e4096 by maolipeng

fix:fafsasada

parent 69698abf
......@@ -131,7 +131,7 @@ class LiveCourseList extends React.Component {
columns = [
{
title: '直播课',
width: '23%',
width: '260px',
key: 'course',
fixed: 'left',
dataIndex: 'courseName',
......@@ -317,7 +317,7 @@ class LiveCourseList extends React.Component {
},
{
title: '创建时间',
width: '9%',
width: '170px',
key: 'created',
dataIndex: 'created',
sorter: true,
......@@ -463,7 +463,7 @@ class LiveCourseList extends React.Component {
columns = [
{
title: '直播课',
width: '25%',
width: '260px',
key: 'course',
dataIndex: 'courseName',
render: (val, record) => {
......@@ -591,7 +591,7 @@ class LiveCourseList extends React.Component {
},
{
title: '创建时间',
width: '9%',
width: '170px',
key: 'created',
dataIndex: 'created',
sorter: true,
......@@ -793,7 +793,14 @@ class LiveCourseList extends React.Component {
if (!isWorkWx()) {
Modal.warning({
title: '提示',
content: "请使用企业微信进入直播间"
content: ()=> {
return (
<>
<div>请使用企业微信进入直播间</div>
<div style={{color:"#999999"}}>备注:Mac版企业微信暂不支持进入直播间</div>
</>
)
}
})
return
}
......
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