Commit d64efc4f by wufan

Merge branch 'feature/zhangleyuan/20210814/week-optimize' into 'master'

Feature/zhangleyuan/20210814/week optimize

See merge request !94
parents 92998a29 1131d310
/*
* @Author: 吴文洁
* @Date: 2020-08-31 09:34:31
* @LastEditors: yuananting
* @LastEditTime: 2021-07-12 17:40:26
* @LastEditors: Please set LastEditors
* @LastEditTime: 2021-08-17 16:27:31
* @Description:
* @Copyright: 杭州杰竞科技有限公司 版权所有
*/
......@@ -102,6 +102,12 @@ class Axios {
content: "直播进行中,无法删除直播",
okText: "我知道了"
})
}else if(resultCode === 'STORE_NUM_FULL'){
Modal.warning({
title:"提示",
content: "企业总学院数达到上限,无法继续创建。",
okText: "我知道了"
})
} else if (success || resultCode === 0) {
return response;
} else if (!options.reject) {
......
......@@ -427,8 +427,8 @@ class Home extends React.Component {
<Choose>
<When condition={_.isEmpty(list)}>
<div className='study-empty'>
<img src='https://image.xiaomaiketang.com/xm/52dmait5Bx.png' alt='' />
<div>暂无课程上榜</div>
<img src='https://image.xiaomaiketang.com/xm/fFnpKMJD6x.png' alt='' />
<div className="text">暂无学员上榜</div>
</div>
</When>
<Otherwise>
......
......@@ -240,13 +240,13 @@
margin-top: 102px;
img {
display: block;
width: 100px;
height: 100px;
width: 150px;
height: 150px;
margin: 0 auto 8px;
}
div {
text-align: center;
color: #333;
color: #999;
}
}
.circle-box {
......
......@@ -261,7 +261,6 @@ export default class CollegeManagePage extends React.Component {
{
initWechat && <WWOpenDataCom type="userName" openid={name} />
}
</span>
<span
className="logout"
......
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