Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xiaomai-cloud-class-web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiaomai-cloud-class
xiaomai-cloud-class-web
Commits
c203ea91
Commit
c203ea91
authored
Aug 18, 2021
by
zhangleyuan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/zhangleyuan/20210814/week-optimize' into gray
parents
54bef26f
1131d310
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
8 deletions
+13
-8
src/common/js/axios.ts
+8
-2
src/modules/home/Home.jsx
+2
-2
src/modules/home/Home.less
+3
-3
src/modules/root/CollegeManagePage.jsx
+0
-1
No files found.
src/common/js/axios.ts
View file @
c203ea91
/*
* @Author: 吴文洁
* @Date: 2020-08-31 09:34:31
* @LastEditors:
yuananting
* @LastEditTime: 2021-0
7-12 17:40:26
* @LastEditors:
Please set LastEditors
* @LastEditTime: 2021-0
8-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
)
{
...
...
src/modules/home/Home.jsx
View file @
c203ea91
...
...
@@ -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/
52dmait5B
x.png'
alt=
''
/>
<
div
>
暂无课程
上榜
</
div
>
<
img
src=
'https://image.xiaomaiketang.com/xm/
fFnpKMJD6
x.png'
alt=
''
/>
<
div
className=
"text"
>
暂无学员
上榜
</
div
>
</
div
>
</
When
>
<
Otherwise
>
...
...
src/modules/home/Home.less
View file @
c203ea91
...
...
@@ -240,13 +240,13 @@
margin-top: 102px;
img {
display: block;
width: 1
0
0px;
height: 1
0
0px;
width: 1
5
0px;
height: 1
5
0px;
margin: 0 auto 8px;
}
div {
text-align: center;
color: #
333
;
color: #
999
;
}
}
.circle-box {
...
...
src/modules/root/CollegeManagePage.jsx
View file @
c203ea91
...
...
@@ -289,7 +289,6 @@ export default class CollegeManagePage extends React.Component {
{
initWechat
&&
<
WWOpenDataCom
type=
"userName"
openid=
{
name
}
/>
}
</
span
>
<
span
className=
"logout"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment