Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
L
learn-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
learn-online-pc
Commits
7876f8da
提交
7876f8da
authored
9月 02, 2019
作者:
GOD_ZYX
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
1.5.2
上级
61349b8d
显示空白字符变更
内嵌
并排
正在显示
14 个修改的文件
包含
36 行增加
和
22 行删除
+36
-22
History.md
client/History.md
+6
-0
index.vue
client/client/components/player/index.vue
+8
-4
main.js
client/client/project/main.js
+1
-1
courseDetail.vue
client/client/project/pages/myLearn/courseDetail.vue
+8
-4
index.html
server/client-dist/index.html
+2
-2
20.315724727698.css
server/client-dist/resources/20.315724727698.css
+2
-2
20.439255ec.js
server/client-dist/resources/20.439255ec.js
+0
-2
20.eb0b0413.js
server/client-dist/resources/20.eb0b0413.js
+2
-0
6.173cd28c.js
server/client-dist/resources/6.173cd28c.js
+2
-0
6.1f5b7a073162.css
server/client-dist/resources/6.1f5b7a073162.css
+2
-2
6.f4ce6540.js
server/client-dist/resources/6.f4ce6540.js
+0
-2
app.9fb6a8bb.js
server/client-dist/resources/app.9fb6a8bb.js
+0
-0
manifest.b6547921.js
server/client-dist/resources/manifest.b6547921.js
+2
-2
ckeditorMonitor.js
server/server/controller/ckeditorMonitor.js
+1
-1
没有找到文件。
client/History.md
浏览文件 @
7876f8da
PC-1.5.2 / 2019-09-02
==================
*
修改 ckeditor upload。
*
修改 course/0/0 可能会出现的情况。
PC-1.5.1 / 2019-08-27
PC-1.5.1 / 2019-08-27
==================
==================
...
...
client/client/components/player/index.vue
浏览文件 @
7876f8da
...
@@ -156,10 +156,14 @@ export default {
...
@@ -156,10 +156,14 @@ export default {
this
.
state
.
isChapterVideo
=
false
this
.
state
.
isChapterVideo
=
false
}
}
const
loading
=
this
.
$loading
({
lock
:
true
,
text
:
''
,
spinner
:
''
,
background
:
'rgba(255, 255, 255, 0.9)'
})
const
loading
=
this
.
$loading
({
lock
:
true
,
text
:
''
,
spinner
:
''
,
background
:
'rgba(255, 255, 255, 0.9)'
})
var
_cid
=
(
to
.
params
.
cid
+
''
)
||
'0'
if
(
to
.
params
.
cid
===
'0'
&&
to
.
params
.
sid
===
'0'
)
{
var
_sid
=
(
to
.
params
.
sid
+
''
)
||
'0'
this
.
$message
({
if
(
_cid
===
'0'
&&
_sid
===
'0'
)
{
message
:
'URL异常,重新选择课程学习!!!'
,
_sid
=
'1'
type
:
'info'
,
duration
:
10000
})
loading
.
close
()
return
}
}
cAction
.
chapterAction
.
getChapterList
(
to
.
params
.
cid
,
to
.
params
.
sid
,
to
.
params
.
id
).
then
(
json
=>
{
cAction
.
chapterAction
.
getChapterList
(
to
.
params
.
cid
,
to
.
params
.
sid
,
to
.
params
.
id
).
then
(
json
=>
{
this
.
chapterList
=
json
.
json
this
.
chapterList
=
json
.
json
...
...
client/client/project/main.js
浏览文件 @
7876f8da
...
@@ -21,7 +21,7 @@ Vue.use(VueRouter)
...
@@ -21,7 +21,7 @@ Vue.use(VueRouter)
const
router
=
createRouter
()
const
router
=
createRouter
()
/* 设置全局变量 */
/* 设置全局变量 */
window
.
G
=
Vue
.
prototype
.
$GlobalVariable
=
{
window
.
G
=
Vue
.
prototype
.
$GlobalVariable
=
{
VERSION
:
'PC-1.5.
1
'
VERSION
:
'PC-1.5.
2
'
}
}
Vue
.
prototype
.
$md5
=
md5
Vue
.
prototype
.
$md5
=
md5
/* 导航守卫 */
/* 导航守卫 */
...
...
client/client/project/pages/myLearn/courseDetail.vue
浏览文件 @
7876f8da
...
@@ -363,10 +363,14 @@ export default {
...
@@ -363,10 +363,14 @@ export default {
},
},
mounted () {
mounted () {
const loading = this.$loading({ lock: true, text: '', spinner: '', background: '
rgba
(
255
,
255
,
255
,
0.9
)
' })
const loading = this.$loading({ lock: true, text: '', spinner: '', background: '
rgba
(
255
,
255
,
255
,
0.9
)
' })
var _cid = (this.cid + '') || '
0
'
if (this.cid === '
0
' && this.sid === '
0
') {
var _sid = (this.sid + '') || '
0
'
this.$message({
if (_cid === '
0
' && _sid === '
0
') {
message: '
URL
异常,请点击“返回首页”,重新选择课程学习!!
',
_sid = '
2
'
type: '
info
',
duration: 10000
})
loading.close()
return
}
}
cAction.courseAction.getCourseDetail(this.cid, this.sid).then(json => {
cAction.courseAction.getCourseDetail(this.cid, this.sid).then(json => {
this.headerInfo = json.headerInfo
this.headerInfo = json.headerInfo
...
...
server/client-dist/index.html
浏览文件 @
7876f8da
...
@@ -15,4 +15,4 @@
...
@@ -15,4 +15,4 @@
<script src="https://zws-imgs-pub.ezijing.com/static/build/learn-mba/static/compatible/console-polyfill.js"></script>
<script src="https://zws-imgs-pub.ezijing.com/static/build/learn-mba/static/compatible/console-polyfill.js"></script>
<script src="https://zws-imgs-pub.ezijing.com/static/build/learn-mba/static/compatible/html5shiv.min.js"></script>
<script src="https://zws-imgs-pub.ezijing.com/static/build/learn-mba/static/compatible/html5shiv.min.js"></script>
<script src="https://zws-imgs-pub.ezijing.com/static/build/learn-mba/static/compatible/respond.min.js"></script>
<script src="https://zws-imgs-pub.ezijing.com/static/build/learn-mba/static/compatible/respond.min.js"></script>
<![endif]-->
<script
type=
"text/javascript"
src=
"https://zws-imgs-pub.ezijing.com/static/build/learn-mba/resources/manifest.02a0e90d.js"
></script><script
type=
"text/javascript"
src=
"https://zws-imgs-pub.ezijing.com/static/build/learn-mba/resources/vendor.2e5cc9e8.js"
></script><script
type=
"text/javascript"
src=
"https://zws-imgs-pub.ezijing.com/static/build/learn-mba/resources/app.81ab0a5c.js"
></script></body></html>
<![endif]-->
<script
type=
"text/javascript"
src=
"https://zws-imgs-pub.ezijing.com/static/build/learn-mba/resources/manifest.b6547921.js"
></script><script
type=
"text/javascript"
src=
"https://zws-imgs-pub.ezijing.com/static/build/learn-mba/resources/vendor.2e5cc9e8.js"
></script><script
type=
"text/javascript"
src=
"https://zws-imgs-pub.ezijing.com/static/build/learn-mba/resources/app.9fb6a8bb.js"
></script></body></html>
\ No newline at end of file
\ No newline at end of file
server/client-dist/resources/20.
e0903edc8300
.css
→
server/client-dist/resources/20.
315724727698
.css
浏览文件 @
7876f8da
body
.el-tab-pane
[
data-v-37870534
]
{
padding-top
:
0
}
.detail-box
[
data-v-37870534
]
{
margin
:
.3rem
;
color
:
#313131
;
overflow
:
hidden
}
.detail-box
.box-thd
[
data-v-37870534
]
{
margin-bottom
:
.1rem
;
overflow
:
hidden
}
.detail-box
.box-thd
.title
[
data-v-37870534
]
{
font-size
:
.22rem
;
line-height
:
1.5
;
font-weight
:
700
}
.detail-box
.box-thd
.title
.rbtn
[
data-v-37870534
]
{
float
:
right
}
.detail-box
.box-thd
.tags
[
data-v-37870534
]
{
float
:
left
;
margin
:
.1rem
.2rem
.05rem
0
;
font-size
:
.14rem
}
.detail-box
.box-thd
.tags
span
[
data-v-37870534
]
{
padding
:
0
.1rem
;
margin
:
0
;
border-right
:
1px
solid
#313131
}
.detail-box
.box-thd
.tags
span
[
data-v-37870534
]
:first-child
{
padding-left
:
0
}
.detail-box
.box-thd
.tags
span
[
data-v-37870534
]
:last-child
{
border
:
none
}
.detail-box
.box-thd
.time
[
data-v-37870534
]
{
float
:
left
;
margin
:
.1rem
0
.05rem
;
font-size
:
.14rem
}
.detail-box
.box-thd
.progress
[
data-v-37870534
]
{
float
:
left
;
width
:
100%
;
font-size
:
14px
}
.detail-box
.box-thd
.progress
.el-progress
[
data-v-37870534
]
{
width
:
45%
;
display
:
inline-block
;
vertical-align
:
text-bottom
}
.detail-box
.box-tbd
[
data-v-37870534
]
{
margin-bottom
:
.2rem
;
overflow
:
hidden
}
.detail-box
.box-tbd
.left-pic
[
data-v-37870534
]
{
float
:
left
;
width
:
1.8rem
;
overflow
:
hidden
}
.detail-box
.box-tbd
.left-pic
.no-img
[
data-v-37870534
]
{
width
:
100%
;
height
:
1rem
;
text-align
:
center
;
line-height
:
1.1rem
;
border
:
1px
solid
#c9c9c9
}
.detail-box
.box-tbd
.left-pic
.no-img
i
[
data-v-37870534
]
{
font-size
:
.4rem
;
color
:
#c9c9c9
}
.detail-box
.box-tbd
.left-pic
img
[
data-v-37870534
]
{
display
:
block
;
width
:
100%
}
.detail-box
.box-tbd
.right-content
[
data-v-37870534
]
{
margin-left
:
2rem
;
line-height
:
1.5
;
font-size
:
14px
}
.detail-box
.course-list
[
data-v-37870534
]
{
padding
:
.2rem
0
.1rem
;
background
:
#fff
}
.detail-box
.course-list
.none
[
data-v-37870534
]
{
display
:
none
}
.detail-box
.course-list
.content-group
[
data-v-37870534
]
{
padding
:
0
.2rem
}
.detail-box
.course-list
.content-group.no-child
[
data-v-37870534
],
.detail-box
.course-list
.content-group.up
[
data-v-37870534
]
{
margin-bottom
:
.1rem
}
.detail-box
.course-list
.content-group.up
.body
[
data-v-37870534
]
{
display
:
none
}
.detail-box
.course-list
.content-group
.title
[
data-v-37870534
]
{
position
:
relative
;
padding
:
.1rem
.54rem
.1rem
.2rem
;
color
:
#313131
;
font-size
:
.16rem
;
line-height
:
.24rem
;
background
:
#e5e5e5
;
-webkit-user-select
:
none
;
-moz-user-select
:
none
;
-ms-user-select
:
none
;
user-select
:
none
;
cursor
:
pointer
}
.detail-box
.course-list
.content-group
.title
.side
[
data-v-37870534
]
{
position
:
absolute
;
top
:
50%
;
right
:
.24rem
;
-webkit-transform
:
translateY
(
-50%
);
-moz-transform
:
translateY
(
-50%
);
-ms-transform
:
translateY
(
-50%
);
-o-transform
:
translateY
(
-50%
);
transform
:
translateY
(
-50%
)}
.detail-box
.course-list
.content-group
.body
[
data-v-37870534
]
{
position
:
relative
;
padding
:
0
.2rem
;
font-size
:
.16rem
;
line-height
:
.24rem
;
color
:
#505050
;
cursor
:
pointer
}
.detail-box
.course-list
.content-group
.body
[
data-v-37870534
]
:hover
{
background
:
#f3f3f3
}
.detail-box
.course-list
.content-group
.body.on
.name
[
data-v-37870534
]
{
color
:
#b2183e
}
.detail-box
.course-list
.content-group
.body
.name
[
data-v-37870534
]
{
padding
:
.1rem
.8rem
.1rem
.2rem
;
border-left
:
.02rem
solid
#c9c9c9
}
.detail-box
.course-list
.content-group
.body
.name
[
data-v-37870534
]
:before
{
width
:
.2rem
;
height
:
.2rem
;
-webkit-border-radius
:
.32rem
;
-moz-border-radius
:
.32rem
;
border-radius
:
.32rem
;
border
:
.02rem
solid
#c9c9c9
;
background
:
#e5e5e5
;
position
:
absolute
;
left
:
.11rem
;
top
:
.12rem
;
content
:
""
;
display
:
block
;
z-index
:
10
}
.detail-box
.course-list
.content-group
.body
.name
.time
[
data-v-37870534
]
{
position
:
absolute
;
right
:
.16rem
;
top
:
.1rem
}
.detail-box
.list-teacher
[
data-v-37870534
]
{
margin-bottom
:
.2rem
;
overflow
:
hidden
}
.detail-box
.list-teacher
.img
[
data-v-37870534
]
{
float
:
left
;
width
:
30%
;
min-height
:
.8rem
;
background
:
#c9c9c9
}
.detail-box
.list-teacher
.ctx
[
data-v-37870534
]
{
position
:
relative
;
margin-left
:
32%
;
min-height
:
.5rem
}
.detail-box
.list-teacher
.ctx
.top-ctx
[
data-v-37870534
]
{
position
:
absolute
;
top
:
0
;
width
:
100%
;
overflow
:
hidden
}
.detail-box
.list-teacher
.ctx
.top-ctx
.tit
[
data-v-37870534
]
{
font-size
:
14px
;
color
:
#313131
;
line-height
:
1.5
;
overflow
:
hidden
;
word-break
:
break-all
}
.detail-box
.list-teacher
.ctx
.bottom-ctx
[
data-v-37870534
]
{
display
:
block
;
padding-top
:
.2rem
;
width
:
100%
;
overflow
:
hidden
}
.detail-box
.list-teacher
.ctx
.bottom-ctx
.t1
[
data-v-37870534
],
.detail-box
.list-teacher
.ctx
.bottom-ctx
.t2
[
data-v-37870534
]
{
font-size
:
12px
;
line-height
:
1.5
;
color
:
#707070
;
overflow
:
hidden
;
word-break
:
break-all
}
.detail-box
.list-teacher
.ctx
.bottom-ctx
.t3
[
data-v-37870534
]
{
font-size
:
12px
;
color
:
#707070
;
-o-text-overflow
:
ellipsis
;
text-overflow
:
ellipsis
;
overflow
:
hidden
;
word-break
:
break-all
}
.detail-box
.pub-ques
[
data-v-37870534
]
{
padding
:
0
.26rem
;
overflow
:
hidden
;
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
}
.detail-box
.pub-ques
.ask
[
data-v-37870534
]
{
position
:
relative
;
float
:
left
;
margin-top
:
.22rem
;
width
:
40%
;
min-width
:
1rem
;
height
:
.42rem
;
-webkit-border-radius
:
.28rem
;
-moz-border-radius
:
.28rem
;
border-radius
:
.28rem
;
border
:
1
rpx
solid
#dcdcdc
;
background
:
#fff
;
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
cursor
:
pointer
}
.detail-box
.pub-ques
.ask
.img
[
data-v-37870534
]
{
position
:
absolute
;
left
:
.15rem
;
font-size
:
.24rem
;
line-height
:
.42rem
}
.detail-box
.pub-ques
.ask
.txt
[
data-v-37870534
]
{
position
:
absolute
;
left
:
.45rem
;
top
:
.01rem
;
height
:
.4rem
;
width
:
80%
;
border
:
none
;
line-height
:
.4rem
;
font-size
:
.2rem
;
color
:
#313131
}
.detail-box
.pub-ques
.item-order
[
data-v-37870534
]
{
float
:
right
;
margin-top
:
.22rem
;
padding
:
0
.3rem
;
margin-left
:
.2rem
;
font-size
:
.2rem
;
color
:
#313131
;
text-align
:
center
;
line-height
:
.42rem
;
-webkit-border-radius
:
.28rem
;
-moz-border-radius
:
.28rem
;
border-radius
:
.28rem
;
background
:
#fff
;
cursor
:
pointer
}
.detail-box
.pub-ques
.item-order.on
[
data-v-37870534
]
{
background
:
#b49441
;
color
:
#fff
}
.detail-box
.discuss-scroll
.item-list
[
data-v-37870534
]
:first-child
{
margin-top
:
.3rem
}
.detail-box
.discuss-scroll
.item-list
[
data-v-37870534
]
{
position
:
relative
;
padding
:
.3rem
.26rem
;
margin-bottom
:
.2rem
;
background
:
#fff
;
-webkit-box-shadow
:
0
2px
4px
rgba
(
10
,
4
,
6
,
.1
);
-moz-box-shadow
:
0
2px
4px
rgba
(
10
,
4
,
6
,
.1
);
box-shadow
:
0
2px
4px
rgba
(
10
,
4
,
6
,
.1
);
cursor
:
pointer
}
.detail-box
.discuss-scroll
.item-list
.user
[
data-v-37870534
]
{
position
:
relative
;
overflow
:
hidden
}
.detail-box
.discuss-scroll
.item-list
.user
.img
[
data-v-37870534
]
{
float
:
left
;
width
:
.6rem
;
height
:
.6rem
;
background
:
#e5e5e5
;
-webkit-border-radius
:
50%
;
-moz-border-radius
:
50%
;
border-radius
:
50%
}
.detail-box
.discuss-scroll
.item-list
.user
.right
[
data-v-37870534
]
{
position
:
absolute
;
left
:
.72rem
;
top
:
50%
;
-webkit-transform
:
translateY
(
-50%
);
-moz-transform
:
translateY
(
-50%
);
-ms-transform
:
translateY
(
-50%
);
-o-transform
:
translateY
(
-50%
);
transform
:
translateY
(
-50%
)}
.detail-box
.discuss-scroll
.item-list
.user
.right
.name
[
data-v-37870534
]
{
font-size
:
.18rem
;
color
:
#313131
;
-o-text-overflow
:
ellipsis
;
text-overflow
:
ellipsis
;
overflow
:
hidden
;
word-break
:
break-all
}
.detail-box
.discuss-scroll
.item-list
.user
.right
.time
[
data-v-37870534
]
{
margin-top
:
.05rem
;
font-size
:
.16rem
;
color
:
#a0a0a0
}
.detail-box
.discuss-scroll
.item-list
.title
[
data-v-37870534
]
{
margin
:
.15rem
0
;
font-size
:
.22rem
;
color
:
#313131
;
font-weight
:
700
;
line-height
:
1.5
;
text-align
:
justify
}
.detail-box
.discuss-scroll
.item-list
.text
[
data-v-37870534
]
{
font-size
:
.18rem
;
color
:
#535353
;
line-height
:
1.5
;
text-align
:
justify
;
word-break
:
break-all
;
overflow
:
hidden
}
.detail-box
.discuss-scroll
.item-list
.ellipsis
[
data-v-37870534
]
{
display
:
none
;
position
:
absolute
;
right
:
.24rem
;
bottom
:
.68rem
;
padding
:
0
.15rem
0
.05rem
;
color
:
#535353
;
background
:
#fff
;
font-size
:
.18rem
}
.detail-box
.discuss-scroll
.item-list
.ellipsis.on
[
data-v-37870534
]
{
display
:
block
}
.detail-box
.discuss-scroll
.item-list
.result
[
data-v-37870534
]
{
margin-top
:
.15rem
;
font-size
:
.16rem
;
color
:
#313131
}
.detail-box
.discuss-scroll
.item-list
.course-name
[
data-v-37870534
]
{
position
:
absolute
;
right
:
.32rem
;
bottom
:
.28rem
;
font-size
:
.16rem
;
color
:
#b49441
}
.detail-box
.discuss-scroll
.no-data
[
data-v-37870534
]
{
margin
:
.2rem
0
;
font-size
:
.24rem
;
color
:
#112c42
;
line-height
:
2rem
;
text-align
:
center
;
background
:
#fff
}
.detail-box
.publish
[
data-v-37870534
]
{
margin-bottom
:
.5rem
;
padding
:
.3rem
;
background
:
#f7f7f7
;
overflow
:
hidden
}
.detail-box
.publish
.right-goback-txt
[
data-v-37870534
]
{
float
:
right
;
font-size
:
.2rem
;
color
:
#000
;
line-height
:
40px
}
.detail-box
.course-assess
[
data-v-37870534
]
{
padding
:
.2rem
;
margin-bottom
:
1rem
;
background
:
#fff
;
overflow
:
hidden
}
.detail-box
.course-assess
.title
[
data-v-37870534
]
{
color
:
#313131
;
font-size
:
.2rem
;
margin
:
.4rem
auto
.2rem
;
text-align
:
center
}
.detail-box
.course-assess
.topic
[
data-v-37870534
]
{
position
:
relative
;
width
:
100%
;
height
:
.5rem
;
overflow
:
hidden
}
.detail-box
.course-assess
.topic
.line
[
data-v-37870534
]
{
width
:
3rem
;
height
:
1px
;
margin
:
.25rem
auto
0
;
background
:
#313131
}
.detail-box
.course-assess
.topic
.tit
[
data-v-37870534
]
{
position
:
absolute
;
top
:
50%
;
left
:
50%
;
padding
:
.1rem
.22rem
;
font-size
:
.14rem
;
font-weight
:
700
;
color
:
#313131
;
background
:
#fff
;
-webkit-transform
:
translate
(
-50%
,
-50%
);
-moz-transform
:
translate
(
-50%
,
-50%
);
-ms-transform
:
translate
(
-50%
,
-50%
);
-o-transform
:
translate
(
-50%
,
-50%
);
transform
:
translate
(
-50%
,
-50%
)}
.detail-box
.course-assess
.detail
[
data-v-37870534
]
{
margin-bottom
:
.4rem
;
padding
:
0
.2rem
}
.detail-box
.course-assess
.table-title
[
data-v-37870534
]
{
font-size
:
.16rem
;
font-weight
:
700
;
margin
:
.2rem
.26rem
;
text-align
:
justify
;
color
:
#b49441
}
.detail-box
.course-assess
.table
[
data-v-37870534
]
{
color
:
#313131
;
padding
:
0
.2rem
.3rem
;
border-bottom
:
.02rem
solid
#c9c9c9
}
.detail-box
.course-assess
.table
.col3-td1
[
data-v-37870534
]
{
float
:
left
;
padding-left
:
.15rem
;
width
:
65%
;
text-align
:
left
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
}
.detail-box
.course-assess
.table
.col3-td2
[
data-v-37870534
]
{
float
:
left
;
width
:
21%
;
text-align
:
center
}
.detail-box
.course-assess
.table
.col3-td3
[
data-v-37870534
]
{
float
:
left
;
width
:
14%
;
text-align
:
right
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
}
.detail-box
.course-assess
.table
.col2-td1
[
data-v-37870534
]
{
float
:
left
;
padding-left
:
.15rem
;
width
:
86%
;
text-align
:
left
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
}
.detail-box
.course-assess
.table
.col2-td2
[
data-v-37870534
]
{
float
:
left
;
width
:
14%
;
text-align
:
right
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
}
.detail-box
.course-assess
.table
.th
[
data-v-37870534
]
{
padding
:
0
.2rem
;
font-size
:
.16rem
;
overflow
:
hidden
;
border-bottom
:
.02rem
solid
#e5e5e5
;
line-height
:
1.5
;
font-weight
:
700
}
.detail-box
.course-assess
.table
.tb
[
data-v-37870534
]
{
padding
:
0
0
0
.2rem
;
font-size
:
.14rem
;
overflow
:
hidden
}
.detail-box
.course-assess
.table
.tb
.tt
[
data-v-37870534
]
{
padding
:
.1rem
0
.02rem
;
line-height
:
.24rem
;
font-weight
:
700
}
.detail-box
.course-assess
.table
.tb
.rd
[
data-v-37870534
]
{
padding-right
:
.2rem
;
overflow
:
hidden
;
line-height
:
.26rem
}
.detail-box
.course-assess
.table
.tb
.rd
[
data-v-37870534
]
:hover
{
background
:
#efefef
}
.detail-box
.course-assess
.status-text
[
data-v-37870534
]
{
padding-left
:
.3rem
;
font-size
:
.14rem
;
color
:
#000
;
line-height
:
1.5
}
@media
(
max-width
:
767px
){
.detail-box
[
data-v-37870534
]
{
margin
:
.2rem
}
.detail-box
.box-thd
.progress
.el-progress
[
data-v-37870534
]
{
width
:
80%
}
.detail-box
.box-tbd
.left-pic
[
data-v-37870534
]
{
width
:
100%
;
margin-bottom
:
.2rem
}
.detail-box
.box-tbd
.right-content
[
data-v-37870534
]
{
margin-left
:
0
;
display
:
block
}
.detail-box
.course-assess
.detail
[
data-v-37870534
]
{
padding
:
0
}
.detail-box
.course-assess
.table
[
data-v-37870534
]
{
padding
:
0
0
.3rem
}}
body
.el-tab-pane
[
data-v-7e87ebe7
]
{
padding-top
:
0
}
.detail-box
[
data-v-7e87ebe7
]
{
margin
:
.3rem
;
color
:
#313131
;
overflow
:
hidden
}
.detail-box
.box-thd
[
data-v-7e87ebe7
]
{
margin-bottom
:
.1rem
;
overflow
:
hidden
}
.detail-box
.box-thd
.title
[
data-v-7e87ebe7
]
{
font-size
:
.22rem
;
line-height
:
1.5
;
font-weight
:
700
}
.detail-box
.box-thd
.title
.rbtn
[
data-v-7e87ebe7
]
{
float
:
right
}
.detail-box
.box-thd
.tags
[
data-v-7e87ebe7
]
{
float
:
left
;
margin
:
.1rem
.2rem
.05rem
0
;
font-size
:
.14rem
}
.detail-box
.box-thd
.tags
span
[
data-v-7e87ebe7
]
{
padding
:
0
.1rem
;
margin
:
0
;
border-right
:
1px
solid
#313131
}
.detail-box
.box-thd
.tags
span
[
data-v-7e87ebe7
]
:first-child
{
padding-left
:
0
}
.detail-box
.box-thd
.tags
span
[
data-v-7e87ebe7
]
:last-child
{
border
:
none
}
.detail-box
.box-thd
.time
[
data-v-7e87ebe7
]
{
float
:
left
;
margin
:
.1rem
0
.05rem
;
font-size
:
.14rem
}
.detail-box
.box-thd
.progress
[
data-v-7e87ebe7
]
{
float
:
left
;
width
:
100%
;
font-size
:
14px
}
.detail-box
.box-thd
.progress
.el-progress
[
data-v-7e87ebe7
]
{
width
:
45%
;
display
:
inline-block
;
vertical-align
:
text-bottom
}
.detail-box
.box-tbd
[
data-v-7e87ebe7
]
{
margin-bottom
:
.2rem
;
overflow
:
hidden
}
.detail-box
.box-tbd
.left-pic
[
data-v-7e87ebe7
]
{
float
:
left
;
width
:
1.8rem
;
overflow
:
hidden
}
.detail-box
.box-tbd
.left-pic
.no-img
[
data-v-7e87ebe7
]
{
width
:
100%
;
height
:
1rem
;
text-align
:
center
;
line-height
:
1.1rem
;
border
:
1px
solid
#c9c9c9
}
.detail-box
.box-tbd
.left-pic
.no-img
i
[
data-v-7e87ebe7
]
{
font-size
:
.4rem
;
color
:
#c9c9c9
}
.detail-box
.box-tbd
.left-pic
img
[
data-v-7e87ebe7
]
{
display
:
block
;
width
:
100%
}
.detail-box
.box-tbd
.right-content
[
data-v-7e87ebe7
]
{
margin-left
:
2rem
;
line-height
:
1.5
;
font-size
:
14px
}
.detail-box
.course-list
[
data-v-7e87ebe7
]
{
padding
:
.2rem
0
.1rem
;
background
:
#fff
}
.detail-box
.course-list
.none
[
data-v-7e87ebe7
]
{
display
:
none
}
.detail-box
.course-list
.content-group
[
data-v-7e87ebe7
]
{
padding
:
0
.2rem
}
.detail-box
.course-list
.content-group.no-child
[
data-v-7e87ebe7
],
.detail-box
.course-list
.content-group.up
[
data-v-7e87ebe7
]
{
margin-bottom
:
.1rem
}
.detail-box
.course-list
.content-group.up
.body
[
data-v-7e87ebe7
]
{
display
:
none
}
.detail-box
.course-list
.content-group
.title
[
data-v-7e87ebe7
]
{
position
:
relative
;
padding
:
.1rem
.54rem
.1rem
.2rem
;
color
:
#313131
;
font-size
:
.16rem
;
line-height
:
.24rem
;
background
:
#e5e5e5
;
-webkit-user-select
:
none
;
-moz-user-select
:
none
;
-ms-user-select
:
none
;
user-select
:
none
;
cursor
:
pointer
}
.detail-box
.course-list
.content-group
.title
.side
[
data-v-7e87ebe7
]
{
position
:
absolute
;
top
:
50%
;
right
:
.24rem
;
-webkit-transform
:
translateY
(
-50%
);
-moz-transform
:
translateY
(
-50%
);
-ms-transform
:
translateY
(
-50%
);
-o-transform
:
translateY
(
-50%
);
transform
:
translateY
(
-50%
)}
.detail-box
.course-list
.content-group
.body
[
data-v-7e87ebe7
]
{
position
:
relative
;
padding
:
0
.2rem
;
font-size
:
.16rem
;
line-height
:
.24rem
;
color
:
#505050
;
cursor
:
pointer
}
.detail-box
.course-list
.content-group
.body
[
data-v-7e87ebe7
]
:hover
{
background
:
#f3f3f3
}
.detail-box
.course-list
.content-group
.body.on
.name
[
data-v-7e87ebe7
]
{
color
:
#b2183e
}
.detail-box
.course-list
.content-group
.body
.name
[
data-v-7e87ebe7
]
{
padding
:
.1rem
.8rem
.1rem
.2rem
;
border-left
:
.02rem
solid
#c9c9c9
}
.detail-box
.course-list
.content-group
.body
.name
[
data-v-7e87ebe7
]
:before
{
width
:
.2rem
;
height
:
.2rem
;
-webkit-border-radius
:
.32rem
;
-moz-border-radius
:
.32rem
;
border-radius
:
.32rem
;
border
:
.02rem
solid
#c9c9c9
;
background
:
#e5e5e5
;
position
:
absolute
;
left
:
.11rem
;
top
:
.12rem
;
content
:
""
;
display
:
block
;
z-index
:
10
}
.detail-box
.course-list
.content-group
.body
.name
.time
[
data-v-7e87ebe7
]
{
position
:
absolute
;
right
:
.16rem
;
top
:
.1rem
}
.detail-box
.list-teacher
[
data-v-7e87ebe7
]
{
margin-bottom
:
.2rem
;
overflow
:
hidden
}
.detail-box
.list-teacher
.img
[
data-v-7e87ebe7
]
{
float
:
left
;
width
:
30%
;
min-height
:
.8rem
;
background
:
#c9c9c9
}
.detail-box
.list-teacher
.ctx
[
data-v-7e87ebe7
]
{
position
:
relative
;
margin-left
:
32%
;
min-height
:
.5rem
}
.detail-box
.list-teacher
.ctx
.top-ctx
[
data-v-7e87ebe7
]
{
position
:
absolute
;
top
:
0
;
width
:
100%
;
overflow
:
hidden
}
.detail-box
.list-teacher
.ctx
.top-ctx
.tit
[
data-v-7e87ebe7
]
{
font-size
:
14px
;
color
:
#313131
;
line-height
:
1.5
;
overflow
:
hidden
;
word-break
:
break-all
}
.detail-box
.list-teacher
.ctx
.bottom-ctx
[
data-v-7e87ebe7
]
{
display
:
block
;
padding-top
:
.2rem
;
width
:
100%
;
overflow
:
hidden
}
.detail-box
.list-teacher
.ctx
.bottom-ctx
.t1
[
data-v-7e87ebe7
],
.detail-box
.list-teacher
.ctx
.bottom-ctx
.t2
[
data-v-7e87ebe7
]
{
font-size
:
12px
;
line-height
:
1.5
;
color
:
#707070
;
overflow
:
hidden
;
word-break
:
break-all
}
.detail-box
.list-teacher
.ctx
.bottom-ctx
.t3
[
data-v-7e87ebe7
]
{
font-size
:
12px
;
color
:
#707070
;
-o-text-overflow
:
ellipsis
;
text-overflow
:
ellipsis
;
overflow
:
hidden
;
word-break
:
break-all
}
.detail-box
.pub-ques
[
data-v-7e87ebe7
]
{
padding
:
0
.26rem
;
overflow
:
hidden
;
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
}
.detail-box
.pub-ques
.ask
[
data-v-7e87ebe7
]
{
position
:
relative
;
float
:
left
;
margin-top
:
.22rem
;
width
:
40%
;
min-width
:
1rem
;
height
:
.42rem
;
-webkit-border-radius
:
.28rem
;
-moz-border-radius
:
.28rem
;
border-radius
:
.28rem
;
border
:
1
rpx
solid
#dcdcdc
;
background
:
#fff
;
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
cursor
:
pointer
}
.detail-box
.pub-ques
.ask
.img
[
data-v-7e87ebe7
]
{
position
:
absolute
;
left
:
.15rem
;
font-size
:
.24rem
;
line-height
:
.42rem
}
.detail-box
.pub-ques
.ask
.txt
[
data-v-7e87ebe7
]
{
position
:
absolute
;
left
:
.45rem
;
top
:
.01rem
;
height
:
.4rem
;
width
:
80%
;
border
:
none
;
line-height
:
.4rem
;
font-size
:
.2rem
;
color
:
#313131
}
.detail-box
.pub-ques
.item-order
[
data-v-7e87ebe7
]
{
float
:
right
;
margin-top
:
.22rem
;
padding
:
0
.3rem
;
margin-left
:
.2rem
;
font-size
:
.2rem
;
color
:
#313131
;
text-align
:
center
;
line-height
:
.42rem
;
-webkit-border-radius
:
.28rem
;
-moz-border-radius
:
.28rem
;
border-radius
:
.28rem
;
background
:
#fff
;
cursor
:
pointer
}
.detail-box
.pub-ques
.item-order.on
[
data-v-7e87ebe7
]
{
background
:
#b49441
;
color
:
#fff
}
.detail-box
.discuss-scroll
.item-list
[
data-v-7e87ebe7
]
:first-child
{
margin-top
:
.3rem
}
.detail-box
.discuss-scroll
.item-list
[
data-v-7e87ebe7
]
{
position
:
relative
;
padding
:
.3rem
.26rem
;
margin-bottom
:
.2rem
;
background
:
#fff
;
-webkit-box-shadow
:
0
2px
4px
rgba
(
10
,
4
,
6
,
.1
);
-moz-box-shadow
:
0
2px
4px
rgba
(
10
,
4
,
6
,
.1
);
box-shadow
:
0
2px
4px
rgba
(
10
,
4
,
6
,
.1
);
cursor
:
pointer
}
.detail-box
.discuss-scroll
.item-list
.user
[
data-v-7e87ebe7
]
{
position
:
relative
;
overflow
:
hidden
}
.detail-box
.discuss-scroll
.item-list
.user
.img
[
data-v-7e87ebe7
]
{
float
:
left
;
width
:
.6rem
;
height
:
.6rem
;
background
:
#e5e5e5
;
-webkit-border-radius
:
50%
;
-moz-border-radius
:
50%
;
border-radius
:
50%
}
.detail-box
.discuss-scroll
.item-list
.user
.right
[
data-v-7e87ebe7
]
{
position
:
absolute
;
left
:
.72rem
;
top
:
50%
;
-webkit-transform
:
translateY
(
-50%
);
-moz-transform
:
translateY
(
-50%
);
-ms-transform
:
translateY
(
-50%
);
-o-transform
:
translateY
(
-50%
);
transform
:
translateY
(
-50%
)}
.detail-box
.discuss-scroll
.item-list
.user
.right
.name
[
data-v-7e87ebe7
]
{
font-size
:
.18rem
;
color
:
#313131
;
-o-text-overflow
:
ellipsis
;
text-overflow
:
ellipsis
;
overflow
:
hidden
;
word-break
:
break-all
}
.detail-box
.discuss-scroll
.item-list
.user
.right
.time
[
data-v-7e87ebe7
]
{
margin-top
:
.05rem
;
font-size
:
.16rem
;
color
:
#a0a0a0
}
.detail-box
.discuss-scroll
.item-list
.title
[
data-v-7e87ebe7
]
{
margin
:
.15rem
0
;
font-size
:
.22rem
;
color
:
#313131
;
font-weight
:
700
;
line-height
:
1.5
;
text-align
:
justify
}
.detail-box
.discuss-scroll
.item-list
.text
[
data-v-7e87ebe7
]
{
font-size
:
.18rem
;
color
:
#535353
;
line-height
:
1.5
;
text-align
:
justify
;
word-break
:
break-all
;
overflow
:
hidden
}
.detail-box
.discuss-scroll
.item-list
.ellipsis
[
data-v-7e87ebe7
]
{
display
:
none
;
position
:
absolute
;
right
:
.24rem
;
bottom
:
.68rem
;
padding
:
0
.15rem
0
.05rem
;
color
:
#535353
;
background
:
#fff
;
font-size
:
.18rem
}
.detail-box
.discuss-scroll
.item-list
.ellipsis.on
[
data-v-7e87ebe7
]
{
display
:
block
}
.detail-box
.discuss-scroll
.item-list
.result
[
data-v-7e87ebe7
]
{
margin-top
:
.15rem
;
font-size
:
.16rem
;
color
:
#313131
}
.detail-box
.discuss-scroll
.item-list
.course-name
[
data-v-7e87ebe7
]
{
position
:
absolute
;
right
:
.32rem
;
bottom
:
.28rem
;
font-size
:
.16rem
;
color
:
#b49441
}
.detail-box
.discuss-scroll
.no-data
[
data-v-7e87ebe7
]
{
margin
:
.2rem
0
;
font-size
:
.24rem
;
color
:
#112c42
;
line-height
:
2rem
;
text-align
:
center
;
background
:
#fff
}
.detail-box
.publish
[
data-v-7e87ebe7
]
{
margin-bottom
:
.5rem
;
padding
:
.3rem
;
background
:
#f7f7f7
;
overflow
:
hidden
}
.detail-box
.publish
.right-goback-txt
[
data-v-7e87ebe7
]
{
float
:
right
;
font-size
:
.2rem
;
color
:
#000
;
line-height
:
40px
}
.detail-box
.course-assess
[
data-v-7e87ebe7
]
{
padding
:
.2rem
;
margin-bottom
:
1rem
;
background
:
#fff
;
overflow
:
hidden
}
.detail-box
.course-assess
.title
[
data-v-7e87ebe7
]
{
color
:
#313131
;
font-size
:
.2rem
;
margin
:
.4rem
auto
.2rem
;
text-align
:
center
}
.detail-box
.course-assess
.topic
[
data-v-7e87ebe7
]
{
position
:
relative
;
width
:
100%
;
height
:
.5rem
;
overflow
:
hidden
}
.detail-box
.course-assess
.topic
.line
[
data-v-7e87ebe7
]
{
width
:
3rem
;
height
:
1px
;
margin
:
.25rem
auto
0
;
background
:
#313131
}
.detail-box
.course-assess
.topic
.tit
[
data-v-7e87ebe7
]
{
position
:
absolute
;
top
:
50%
;
left
:
50%
;
padding
:
.1rem
.22rem
;
font-size
:
.14rem
;
font-weight
:
700
;
color
:
#313131
;
background
:
#fff
;
-webkit-transform
:
translate
(
-50%
,
-50%
);
-moz-transform
:
translate
(
-50%
,
-50%
);
-ms-transform
:
translate
(
-50%
,
-50%
);
-o-transform
:
translate
(
-50%
,
-50%
);
transform
:
translate
(
-50%
,
-50%
)}
.detail-box
.course-assess
.detail
[
data-v-7e87ebe7
]
{
margin-bottom
:
.4rem
;
padding
:
0
.2rem
}
.detail-box
.course-assess
.table-title
[
data-v-7e87ebe7
]
{
font-size
:
.16rem
;
font-weight
:
700
;
margin
:
.2rem
.26rem
;
text-align
:
justify
;
color
:
#b49441
}
.detail-box
.course-assess
.table
[
data-v-7e87ebe7
]
{
color
:
#313131
;
padding
:
0
.2rem
.3rem
;
border-bottom
:
.02rem
solid
#c9c9c9
}
.detail-box
.course-assess
.table
.col3-td1
[
data-v-7e87ebe7
]
{
float
:
left
;
padding-left
:
.15rem
;
width
:
65%
;
text-align
:
left
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
}
.detail-box
.course-assess
.table
.col3-td2
[
data-v-7e87ebe7
]
{
float
:
left
;
width
:
21%
;
text-align
:
center
}
.detail-box
.course-assess
.table
.col3-td3
[
data-v-7e87ebe7
]
{
float
:
left
;
width
:
14%
;
text-align
:
right
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
}
.detail-box
.course-assess
.table
.col2-td1
[
data-v-7e87ebe7
]
{
float
:
left
;
padding-left
:
.15rem
;
width
:
86%
;
text-align
:
left
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
}
.detail-box
.course-assess
.table
.col2-td2
[
data-v-7e87ebe7
]
{
float
:
left
;
width
:
14%
;
text-align
:
right
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
}
.detail-box
.course-assess
.table
.th
[
data-v-7e87ebe7
]
{
padding
:
0
.2rem
;
font-size
:
.16rem
;
overflow
:
hidden
;
border-bottom
:
.02rem
solid
#e5e5e5
;
line-height
:
1.5
;
font-weight
:
700
}
.detail-box
.course-assess
.table
.tb
[
data-v-7e87ebe7
]
{
padding
:
0
0
0
.2rem
;
font-size
:
.14rem
;
overflow
:
hidden
}
.detail-box
.course-assess
.table
.tb
.tt
[
data-v-7e87ebe7
]
{
padding
:
.1rem
0
.02rem
;
line-height
:
.24rem
;
font-weight
:
700
}
.detail-box
.course-assess
.table
.tb
.rd
[
data-v-7e87ebe7
]
{
padding-right
:
.2rem
;
overflow
:
hidden
;
line-height
:
.26rem
}
.detail-box
.course-assess
.table
.tb
.rd
[
data-v-7e87ebe7
]
:hover
{
background
:
#efefef
}
.detail-box
.course-assess
.status-text
[
data-v-7e87ebe7
]
{
padding-left
:
.3rem
;
font-size
:
.14rem
;
color
:
#000
;
line-height
:
1.5
}
@media
(
max-width
:
767px
){
.detail-box
[
data-v-7e87ebe7
]
{
margin
:
.2rem
}
.detail-box
.box-thd
.progress
.el-progress
[
data-v-7e87ebe7
]
{
width
:
80%
}
.detail-box
.box-tbd
.left-pic
[
data-v-7e87ebe7
]
{
width
:
100%
;
margin-bottom
:
.2rem
}
.detail-box
.box-tbd
.right-content
[
data-v-7e87ebe7
]
{
margin-left
:
0
;
display
:
block
}
.detail-box
.course-assess
.detail
[
data-v-7e87ebe7
]
{
padding
:
0
}
.detail-box
.course-assess
.table
[
data-v-7e87ebe7
]
{
padding
:
0
0
.3rem
}}
\ No newline at end of file
\ No newline at end of file
server/client-dist/resources/20.439255ec.js
deleted
100644 → 0
浏览文件 @
61349b8d
(
window
.
webpackJsonp
=
window
.
webpackJsonp
||
[]).
push
([[
20
],{
260
:
function
(
t
,
s
,
e
){
"use strict"
;
e
.
r
(
s
);
var
i
=
e
(
452
),
a
=
e
(
315
);
for
(
var
r
in
a
)
"default"
!==
r
&&
function
(
t
){
e
.
d
(
s
,
t
,
function
(){
return
a
[
t
]})}(
r
);
e
(
410
);
var
c
=
e
(
1
),
n
=
Object
(
c
.
a
)(
a
.
default
,
i
.
a
,
i
.
b
,
!
1
,
null
,
"37870534"
,
null
);
s
.
default
=
n
.
exports
},
315
:
function
(
t
,
s
,
e
){
"use strict"
;
e
.
r
(
s
);
var
i
=
e
(
316
),
a
=
e
.
n
(
i
);
for
(
var
r
in
i
)
"default"
!==
r
&&
function
(
t
){
e
.
d
(
s
,
t
,
function
(){
return
i
[
t
]})}(
r
);
s
.
default
=
a
.
a
},
316
:
function
(
t
,
s
,
e
){
"use strict"
;
Object
.
defineProperty
(
s
,
"__esModule"
,{
value
:
!
0
});
var
l
=
a
(
e
(
45
)),
o
=
a
(
e
(
82
)),
i
=
a
(
e
(
255
));
function
a
(
t
){
return
t
&&
t
.
__esModule
?
t
:{
default
:
t
}}
s
.
default
=
{
components
:{},
props
:{
sid
:{
type
:
String
,
require
:
!
1
},
cid
:{
type
:
String
,
require
:
!
1
}},
data
:
function
(){
return
{
ckeditor
:
null
,
activeName
:
"1"
,
activeName1
:
"1"
,
passCount
:
0
,
headerInfo
:{},
tabs
:[{
title
:
"课程简介"
,
isShow
:
!
0
,
content
:{
text
:
"<p><b>组织心理学</b>是研究组织中人的心理与行为规律的一门科学,是心理学的一个重要分支,也是心理学在管理学方面的一个交叉应用学科。"
,
teachers
:[{
src
:
""
,
name
:
"讲师姓名"
,
edu
:
"学历"
,
job
:
"职称"
,
unit
:
"讲师所在单位"
}]}},{
title
:
"课程内容"
,
isShow
:
!
1
,
chapterList
:{
currentChapterId
:
"11"
,
course
:[{
title
:
"第一章:重要概念"
,
isUp
:
!
0
,
chapters
:[{
id
:
"11"
,
time
:
"28:18"
,
name
:
"1.1 现值(PV)和终值(FV)"
},{
id
:
"12"
,
time
:
"19:09"
,
name
:
"1.2 净现值(NPV)及实际收益率"
}]},{
title
:
"第二章:证券估值"
,
isUp
:
!
0
,
chapters
:[{
id
:
"21"
,
time
:
"27:49"
,
name
:
"2.1 债券和股票的现金流贴现估值方法"
},{
id
:
"22"
,
time
:
"16:04"
,
name
:
"2.2 债券评级及债券协议"
},{
id
:
"23"
,
time
:
""
,
name
:
"公司金融第二周测验"
},{
id
:
"24"
,
time
:
""
,
name
:
"公司金融第二周作业"
}]},{
title
:
"课程大作业"
,
isUp
:
!
0
,
chapters
:[]},{
title
:
"课程资料"
,
isUp
:
!
0
,
chapters
:[]}]}},{
title
:
"课程讨论"
,
isShow
:
!
1
},{
title
:
"课程考核"
,
isShow
:
!
1
,
richText
:
"<div class='h1'>一、最终成绩计算</div> <div class='p'>课程表现得分*30%+每章试题得分*30%+结业大作业得分*40%=该门课程总得分,满分100分,低于80分为不及格,需重修此门课程。84分以上方可申请学位。</div> <img class='b1' src='http://zws-imgs-pub.oss-cn-beijing.aliyuncs.com/static/build/www/course-check.png' mode='aspectFill' /> <div class='h1'>二、具体细则</div> <div class='h2'>课程表现:总分100分(占科目总成绩的30%)</div> <div class='p'>1、每个视频观看完成度50分:以后台数据统计为准,全部看完视频满分50分,其它酌情给分。</div> <div class='em'>注:视频观看考核的是实际播放时长,不是进度条的显示状态,进度条满格并不一定表示观看完这个视频。以下方每日学习时长为准。</div> <div class='p'>2、课程反馈建设性问题及课程完成情况50分:反馈问题以教务老师统计为准,课程完成情况以后台数据为准,是否按时完成视频观看、测试、作业提交,满分50分,酌情给分。</div> <div class='h2'>每章试题:总分100分(占科目总成绩的30%)</div> <div class='p'>本课程所有试题的平均正确率*100分*占总成绩30%=此项得分。(比如正确度为80%,则此项得分:80%*100*30%=24分)</div> <div class='h2'>结业大作业:总分100分(占科目总成绩的40%)</div> <div class='p'>结业大作业满分为100分,以助教老师给分为准。</div>"
,
assess
:{
score
:
"20"
,
duration
:
"00:01:20"
,
progress
:
"0/10"
,
video
:[{
title
:
"第一章 市场营销原理导论"
,
sid
:
""
,
cid
:
""
,
arr
:[{
name
:
"1.1 什么是市场营销什么是市场营销市场营销什么是市场营销什么是市场营销"
,
time
:
"12:08"
,
progress
:
"100%"
,
vid
:
""
}]}],
homewrok
:[{
title
:
"第一章 市场营销原理导论"
,
arr
:[{
name
:
"1.1 什么是市场营销什么是市场营销市场营销什么是市场营销什么是市场营销"
,
score
:
20
}]}],
essay
:{
created_time
:
""
,
status
:
"未提交"
,
score
:
"暂无"
}}}],
sort
:[{
isShow
:
!
1
,
str
:
""
},{
isShow
:
!
1
,
str
:
"tag"
}],
discussList
:[],
param
:{
limit
:
10
,
offset
:
0
,
sort
:
""
},
publish
:{
course_id
:
this
.
cid
,
semester_id
:
this
.
sid
,
title
:
""
,
contents
:
""
},
isPublicShow
:
!
1
,
publishRules
:{
title
:[{
required
:
!
0
,
message
:
"请输入标题"
,
trigger
:
"blur"
}]}}},
mounted
:
function
(){
var
o
=
this
,
d
=
this
.
$loading
({
lock
:
!
0
,
text
:
""
,
spinner
:
""
,
background
:
"rgba(255, 255, 255, 0.9)"
}),
t
=
this
.
cid
+
""
||
"0"
,
s
=
this
.
sid
+
""
||
"0"
;
"0"
===
t
&&
"0"
===
s
&&
(
s
=
"2"
),
l
.
default
.
courseAction
.
getCourseDetail
(
this
.
cid
,
this
.
sid
).
then
(
function
(
n
){
o
.
headerInfo
=
n
.
headerInfo
,
o
.
tabs
[
0
].
content
=
n
.
tabs0Content
,
o
.
tabs
[
1
].
chapterList
=
n
.
tabs1ChapterList
,
n
.
tabs3richTest
&&
(
o
.
tabs
[
3
].
richText
=
n
.
tabs3richTest
),
l
.
default
.
courseAction
.
getCourseAssess
(
o
.
cid
,
o
.
sid
).
then
(
function
(
t
){
for
(
var
s
=
n
.
tabs1ChapterList
.
course
,
e
=
0
;
e
<
t
.
video
.
length
;
e
++
)
for
(
var
i
=
t
.
video
[
e
].
arr
,
a
=
s
[
e
].
chapters
,
r
=
0
;
r
<
i
.
length
;
r
++
)
for
(
var
c
=
r
;
c
<
a
.
length
;
c
++
)
if
(
i
[
r
].
id
===
a
[
c
].
id
){
i
[
r
].
vid
=
a
[
c
].
vid
,
i
[
r
].
duration
=
a
[
c
].
duration
;
break
}
o
.
tabs
[
3
].
assess
=
t
,
d
.
close
()}).
catch
(
function
(
t
){
o
.
$message
.
error
(
t
.
message
)}).
finally
(
function
(){}),
l
.
default
.
discussAction
.
getCourseDiscussList
(
o
.
cid
,
o
.
sid
,
o
.
param
).
then
(
function
(
t
){
o
.
discussList
=
t
}).
catch
(
function
(
t
){
o
.
$message
.
error
(
t
.
message
)}).
finally
(
function
(){})}).
catch
(
function
(
t
){
o
.
$message
.
error
(
t
.
message
),
d
.
close
()}).
finally
(
function
(){}),
window
.
addEventListener
(
"resize"
,
this
.
resizeRoot
.
bind
(
this
),
!
1
)},
destroyed
:
function
(){
window
.
removeEventListener
(
"resize"
,
this
.
resizeRoot
.
bind
(
this
),
!
1
),
this
.
ckeditor
&&
this
.
ckeditor
.
destroy
(
!
0
),
this
.
ckeditor
=
null
},
updated
:
function
(){
this
.
resizeRoot
(),
this
.
isPublicShow
&&
this
.
initckeditor
()},
beforeUpdate
:
function
(){
this
.
isPublicShow
||
(
this
.
ckeditor
&&
this
.
ckeditor
.
destroy
(
!
0
),
this
.
ckeditor
=
null
)},
methods
:{
handleClick
:
function
(
t
,
s
){},
initckeditor
:
function
(){
this
.
ckeditor
||
(
this
.
ckeditor
=
i
.
default
.
replace
(
"editor"
,{
height
:
300
,
uiColor
:
"#eeeeee"
,
filebrowserImageUploadUrl
:
"/api/ckeditor/img/upload"
,
toolbar
:[{
name
:
"styles"
,
items
:[
"Styles"
,
"Format"
,
"Font"
,
"FontSize"
]},{
name
:
"colors"
,
items
:[
"TextColor"
,
"BGColor"
]},{
name
:
"tools"
,
items
:[
"Maximize"
,
"ShowBlocks"
]},{
name
:
"editing"
,
items
:[
"Find"
,
"Replace"
]},
"/"
,{
name
:
"basicstyles"
,
items
:[
"Bold"
,
"Italic"
,
"Underline"
,
"Strike"
,
"Subscript"
,
"Superscript"
,
"-"
,
"RemoveFormat"
]},{
name
:
"paragraph"
,
items
:[
"NumberedList"
,
"BulletedList"
,
"-"
,
"Outdent"
,
"Indent"
,
"-"
,
"Blockquote"
,
"CreateDiv"
,
"-"
,
"JustifyLeft"
,
"JustifyCenter"
,
"JustifyRight"
,
"JustifyBlock"
,
"-"
,
"BidiLtr"
,
"BidiRtl"
]},{
name
:
"links"
,
items
:[
"Link"
,
"Unlink"
,
"Anchor"
]},{
name
:
"insert"
,
items
:[
"Image"
,
"Table"
,
"HorizontalRule"
]}]}))},
clickJumpOrStatus
:
function
(
t
){
var
s
=
t
.
currentTarget
.
dataset
;
if
(
s
.
status
){
var
e
=
s
.
index
,
i
=
this
.
tabs
[
1
].
chapterList
.
course
[
e
];
i
.
isUp
=!
i
.
isUp
}
else
{
window
.
localStorage
.
setItem
(
"headerInfo"
,
JSON
.
stringify
(
this
.
headerInfo
));
var
a
=
this
.
tabs
[
1
].
chapterList
.
course
[
s
.
index
],
r
=
s
.
sid
,
c
=
s
.
cid
;
if
(
"course_info"
===
a
.
type
)
this
.
$router
.
push
({
path
:
"/player/"
+
r
+
"/"
+
c
+
"/course-info/course_info"
});
else
if
(
"course_work"
===
a
.
type
){
if
(
!
this
.
headerInfo
.
survey
)
return
this
.
$message
(
"请先填写教学评估,然后完成大作业。"
),
!
1
;
this
.
$router
.
push
({
path
:
"/player/"
+
r
+
"/"
+
c
+
"/course-work/course_work"
})}
else
"teach_evaluation"
===
a
.
type
&&
this
.
$router
.
push
({
path
:
"/survey/"
+
r
+
"/"
+
c
})}},
jumpToOtherVA
:
function
(
t
){
if
(
this
.
headerInfo
.
isStart
){
var
s
=
t
.
target
.
dataset
,
e
=
s
.
sid
,
i
=
s
.
cid
,
a
=
s
.
vid
,
r
=
s
.
type
;
if
(
!
s
.
hasva
){
window
.
localStorage
.
setItem
(
"headerInfo"
,
JSON
.
stringify
(
this
.
headerInfo
));
var
c
=
s
.
index
,
n
=
s
.
count
,
o
=
this
.
tabs
[
1
].
chapterList
.
course
[
c
];
return
o
&&
o
.
chapters
[
n
]?
void
(
3
===
o
.
chapters
[
n
].
type
?
1
===
o
.
chapters
[
n
].
work_type
?
this
.
$router
.
push
({
path
:
"/player/"
+
e
+
"/"
+
i
+
"/chapter-exam/"
+
a
}):
2
===
o
.
chapters
[
n
].
work_type
&&
this
.
$router
.
push
({
path
:
"/player/"
+
e
+
"/"
+
i
+
"/chapter-work/"
+
a
}):
4
===
o
.
chapters
[
n
].
type
&&
this
.
$router
.
push
({
path
:
"/player/"
+
e
+
"/"
+
i
+
"/chapter-read/"
+
a
})):
void
this
.
$message
.
error
(
"系统未知错误,003"
)}
this
.
$router
.
push
({
path
:
"/player/"
+
e
+
"/"
+
i
+
"/chapter-video/"
+
a
+
"/"
+
r
})}
else
this
.
$message
.
error
(
"先选课,才能学习"
)},
startLearn
:
function
(
t
){
var
s
=
t
.
currentTarget
.
dataset
,
e
=
s
.
sid
,
i
=
s
.
cid
,
a
=
s
.
vid
,
r
=
s
.
type
;
this
.
$router
.
push
({
path
:
"/player/"
+
e
+
"/"
+
i
+
"/chapter-video/"
+
a
+
"/"
+
r
})},
noWantThisCourse
:
function
(){
var
s
=
this
;
if
(
this
.
passCountTimeout
&&
clearTimeout
(
this
.
passCountTimeout
),
this
.
passCountTimeout
=
setTimeout
(
function
(){
s
.
passCount
=
0
},
500
),
this
.
passCount
<
15
)
this
.
passCount
++
;
else
{
var
e
=
this
.
$loading
({
lock
:
!
0
,
text
:
""
,
spinner
:
""
,
background
:
"rgba(255, 255, 255, 0.9)"
});
l
.
default
.
courseAction
.
outSelectCourse
(
this
.
cid
,
this
.
sid
).
then
(
function
(
t
){
s
.
headerInfo
.
isStart
=!
1
,
e
.
close
(),
s
.
$message
({
type
:
"success"
,
message
:
"退课成功"
}),
s
.
passCount
=
0
}).
catch
(
function
(
t
){
s
.
$message
.
error
(
t
.
message
)}).
finally
(
function
(){
e
.
close
()})}},
jumpVAOrfinishVA
:
function
(
t
){
var
s
=
t
.
currentTarget
.
dataset
,
e
=
this
.
_keydownfn
.
bind
(
this
,
s
);
document
.
addEventListener
(
"keydown"
,
e
,
!
1
);
document
.
addEventListener
(
"mouseup"
,
function
t
(){
document
.
removeEventListener
(
"keydown"
,
e
),
document
.
removeEventListener
(
"mouseup"
,
t
)},
!
1
)},
_keydownfn
:
function
(
t
,
s
){
var
e
=
this
,
i
=
t
.
sid
,
a
=
t
.
cid
,
r
=
t
.
vid
,
c
=
t
.
duration
,
n
=
t
.
type
;
79
===
s
.
keyCode
&&
this
.
$router
.
push
({
path
:
"/player/"
+
i
+
"/"
+
a
+
"/chapter-video/"
+
r
+
"/"
+
n
}),
70
===
s
.
keyCode
&&
l
.
default
.
chapterAction
.
updateProgress
({
d
:
o
.
default
.
other
.
getIdt
(),
i
:
o
.
default
.
other
.
getIdt
(),
c
:
a
,
s
:
i
,
v
:
r
,
_p
:
parseInt
(
c
)
+
11
,
_m
:
parseInt
(
c
),
_c
:
parseInt
(
c
),
ps
:
"0,0"
}).
then
(
function
(
t
){
t
.
success
&&
e
.
$message
.
success
(
"补课成功,刷新查看结果"
)}).
catch
(
function
(
t
){
e
.
$message
.
error
(
t
.
message
)}).
finally
(
function
(){})},
wantThisCourse
:
function
(){
var
s
=
this
,
e
=
this
.
$loading
({
lock
:
!
0
,
text
:
""
,
spinner
:
""
,
background
:
"rgba(255, 255, 255, 0.9)"
});
l
.
default
.
courseAction
.
selectCourse
(
this
.
cid
,
this
.
sid
).
then
(
function
(
t
){
s
.
headerInfo
.
isStart
=!
0
,
e
.
close
(),
s
.
$message
({
type
:
"success"
,
message
:
"选课成功"
})}).
catch
(
function
(
t
){
s
.
$message
.
error
(
t
.
message
)}).
finally
(
function
(){
e
.
close
()})},
resizeRoot
:
function
(){
var
a
=
this
,
t
=
document
.
querySelectorAll
(
".ellipsis"
),
r
=
getComputedStyle
(
window
.
document
.
documentElement
)[
"font-size"
].
replace
(
"px"
,
""
);
t
.
forEach
(
function
(
t
,
s
){
t
.
previousSibling
.
style
.
height
=
"auto"
;
var
e
=
t
.
previousSibling
.
offsetHeight
,
i
=
.
18
*
r
*
1.5
*
2
;
i
<
e
?(
a
.
discussList
[
s
]
&&
(
a
.
discussList
[
s
].
isShow
=!
0
),
t
.
previousSibling
.
style
.
height
=
i
+
"px"
):
a
.
discussList
[
s
]
&&
(
a
.
discussList
[
s
].
isShow
=!
1
)})},
publishDiscuss
:
function
(){
this
.
isPublicShow
=!
0
},
gobackDiscuss
:
function
(){
this
.
isPublicShow
=!
1
},
onSubmitPublish
:
function
(){
var
e
=
this
;
this
.
$refs
.
setPublishform
.
validate
(
function
(
t
){
if
(
!
t
)
return
e
.
$message
.
error
(
"请输入标题"
),
!
1
;
if
(
e
.
ckeditor
.
getData
()){
e
.
publish
.
contents
=
e
.
ckeditor
.
getData
();
var
s
=
e
.
$loading
({
lock
:
!
0
,
text
:
""
,
spinner
:
""
,
background
:
"rgba(255, 255, 255, 0.9)"
});
l
.
default
.
discussAction
.
publishQues
(
e
.
publish
).
then
(
function
(
t
){
e
.
$message
({
type
:
"success"
,
message
:
"问题发布成功"
}),
e
.
isPublicShow
=!
1
,
l
.
default
.
discussAction
.
getCourseDiscussList
(
e
.
cid
,
e
.
sid
,
e
.
param
).
then
(
function
(
t
){
e
.
discussList
=
t
}).
catch
(
function
(
t
){
e
.
$message
.
error
(
t
.
message
)}).
finally
(
function
(){})}).
catch
(
function
(
t
){
e
.
$message
.
error
(
t
.
message
)}).
finally
(
function
(){
s
.
close
()})}
else
e
.
$message
.
error
(
"请输入正文内容"
)})},
goDiscussDetail
:
function
(
t
){
var
s
=
t
.
currentTarget
.
dataset
.
id
;
this
.
$router
.
push
({
path
:
"/app/my-learn/discuss-detail/"
+
this
.
sid
+
"/"
+
this
.
cid
+
"/"
+
s
})},
sortFn
:
function
(
t
){
var
s
=
this
,
e
=
t
.
currentTarget
.
dataset
.
index
,
i
=
t
.
currentTarget
.
dataset
.
str
;
this
.
sort
[
e
].
isShow
=!
this
.
sort
[
e
].
isShow
,
this
.
sort
[(
parseInt
(
e
)
+
1
)
%
2
].
isShow
=!
1
,
this
.
param
.
sort
=
this
.
sort
[
e
].
isShow
?
i
:
""
,
this
.
param
.
offset
=
0
;
var
a
=
this
.
$loading
({
lock
:
!
0
,
text
:
""
,
spinner
:
""
,
background
:
"rgba(255, 255, 255, 0.9)"
});
l
.
default
.
discussAction
.
getCourseDiscussList
(
this
.
cid
,
this
.
sid
,
this
.
param
).
then
(
function
(
t
){
s
.
discussList
=
t
}).
catch
(
function
(
t
){
s
.
$message
.
error
(
t
.
message
)}).
finally
(
function
(){
a
.
close
()})}}}},
317
:
function
(
t
,
s
,
e
){},
410
:
function
(
t
,
s
,
e
){
"use strict"
;
var
i
=
e
(
317
);
e
.
n
(
i
).
a
},
452
:
function
(
t
,
s
,
e
){
"use strict"
;
function
i
(){
var
i
=
this
,
t
=
i
.
$createElement
,
a
=
i
.
_self
.
_c
||
t
;
return
a
(
"div"
,[
a
(
"div"
,{
staticClass
:
"con-title"
},[
i
.
_v
(
"课程详情"
)]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"detail-box"
},[
a
(
"div"
,{
staticClass
:
"box-thd"
},[
a
(
"div"
,{
staticClass
:
"title"
,
on
:{
click
:
i
.
noWantThisCourse
}},[
i
.
_v
(
i
.
_s
(
i
.
headerInfo
.
title
)
+
"
\
n "
),
i
.
headerInfo
.
isStart
&&
i
.
tabs
[
1
].
chapterList
.
currentChapterId
?[
a
(
"el-button"
,{
staticClass
:
"rbtn"
,
attrs
:{
type
:
"primary"
,
size
:
"mini"
,
"data-cid"
:
i
.
cid
,
"data-sid"
:
i
.
sid
,
"data-type"
:
i
.
tabs
[
1
].
chapterList
.
currentVideoProvider
,
"data-vid"
:
i
.
tabs
[
1
].
chapterList
.
currentChapterId
},
on
:{
click
:
i
.
startLearn
}},[
i
.
_v
(
"继续学习"
)])]:
i
.
headerInfo
.
isStart
?[
a
(
"el-button"
,{
staticClass
:
"rbtn"
,
attrs
:{
type
:
"primary"
,
size
:
"mini"
,
"data-cid"
:
i
.
cid
,
"data-sid"
:
i
.
sid
,
"data-type"
:
i
.
tabs
[
1
].
chapterList
.
course
[
0
].
chapters
[
0
].
video_provider
,
"data-vid"
:
i
.
tabs
[
1
].
chapterList
.
course
[
0
].
chapters
[
0
].
vid
},
on
:{
click
:
i
.
startLearn
}},[
i
.
_v
(
"开始学习"
)])]:[
a
(
"el-button"
,{
staticClass
:
"rbtn"
,
attrs
:{
type
:
"primary"
,
size
:
"mini"
},
on
:{
click
:
i
.
wantThisCourse
}},[
i
.
_v
(
"选课"
)])]],
2
),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"tags"
},[
i
.
_l
(
i
.
headerInfo
.
arrTab
,
function
(
t
,
s
){
return
[
a
(
"span"
,{
key
:
s
,
staticClass
:
"tabs-item"
},[
i
.
_v
(
i
.
_s
(
t
))])]})],
2
),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"time"
},[
i
.
_v
(
i
.
_s
(
i
.
headerInfo
.
time
)
+
" "
+
i
.
_s
(
i
.
headerInfo
.
status
))]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticStyle
:{
float
:
"left"
,
width
:
"100%"
,
height
:
"1px"
}}),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"progress"
},[
i
.
_v
(
"
\
n 视频观看进度 "
),
a
(
"el-progress"
,{
attrs
:{
percentage
:
i
.
headerInfo
.
progress
,
color
:
"#b49441"
}})],
1
)]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"box-tbd"
},[
a
(
"div"
,{
staticClass
:
"left-pic"
},[
i
.
headerInfo
.
bgSrc
?[
a
(
"img"
,{
attrs
:{
src
:
i
.
headerInfo
.
bgSrc
,
alt
:
""
}})]:[
i
.
_m
(
0
)]],
2
),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"right-content"
,
domProps
:{
innerHTML
:
i
.
_s
(
i
.
tabs
[
0
].
content
.
text
)}})]),
i
.
_v
(
" "
),
a
(
"el-row"
,{
attrs
:{
gutter
:
20
}},[
a
(
"el-col"
,{
attrs
:{
xs
:
24
,
sm
:
15
,
md
:
17
,
lg
:
18
,
xl
:
20
}},[
a
(
"el-tabs"
,{
on
:{
"tab-click"
:
i
.
handleClick
},
model
:{
value
:
i
.
activeName
,
callback
:
function
(
t
){
i
.
activeName
=
t
},
expression
:
"activeName"
}},[
a
(
"el-tab-pane"
,{
attrs
:{
label
:
"课程内容"
,
name
:
"1"
}},[
a
(
"div"
,{
staticClass
:
"course-list"
},[
i
.
_l
(
i
.
tabs
[
1
].
chapterList
.
course
,
function
(
t
,
e
){
return
[
a
(
"div"
,{
key
:
e
,
class
:[
"content-group"
,
t
.
chapters
.
length
?
""
:
"no-child"
,
t
.
isUp
?
"up"
:
""
]},[
a
(
"div"
,{
staticClass
:
"title"
,
attrs
:{
"data-index"
:
e
,
"data-cid"
:
t
.
cid
,
"data-sid"
:
t
.
sid
,
"data-status"
:
!!
t
.
chapters
.
length
},
on
:{
click
:
function
(
t
){
return
i
.
clickJumpOrStatus
(
t
)}}},[
i
.
_v
(
i
.
_s
(
t
.
title
)
+
"
\
n "
),
a
(
"i"
,{
class
:[
"side"
,
t
.
chapters
.
length
?
""
:
"none"
,
t
.
isUp
?
"el-icon-arrow-down"
:
"el-icon-arrow-up"
]})]),
i
.
_v
(
" "
),
i
.
_l
(
t
.
chapters
,
function
(
t
,
s
){
return
[
a
(
"div"
,{
key
:
s
,
class
:[
"body"
,
t
.
id
===
i
.
tabs
[
1
].
chapterList
.
currentChapterId
&&
"on"
]},[
a
(
"div"
,{
staticClass
:
"name"
,
attrs
:{
"data-vid"
:
t
.
vid
,
"data-cid"
:
t
.
cid
,
"data-sid"
:
t
.
sid
,
"data-hasVA"
:
t
.
time
,
"data-type"
:
t
.
video_provider
,
"data-name"
:
t
.
name
,
"data-index"
:
e
,
"data-count"
:
s
},
on
:{
click
:
i
.
jumpToOtherVA
}},[
i
.
_v
(
"
\
n "
+
i
.
_s
(
t
.
name
)
+
"
\
n "
),
a
(
"div"
,{
staticClass
:
"time"
},[
i
.
_v
(
i
.
_s
(
t
.
time
))])])])]})],
2
)]})],
2
)]),
i
.
_v
(
" "
),
a
(
"el-tab-pane"
,{
attrs
:{
label
:
"课程讨论"
,
name
:
"2"
}},[
i
.
isPublicShow
?[
a
(
"div"
,{
staticClass
:
"publish"
},[
a
(
"div"
,{
staticStyle
:{
overflow
:
"hidden"
}},[
a
(
"div"
,{
staticClass
:
"right-goback-txt"
},[
i
.
_v
(
"发布问题"
)]),
i
.
_v
(
" "
),
a
(
"el-button"
,{
attrs
:{
type
:
"text"
},
on
:{
click
:
i
.
gobackDiscuss
}},[
i
.
_v
(
"返回问题列表"
)])],
1
),
i
.
_v
(
" "
),
a
(
"el-form"
,{
ref
:
"setPublishform"
,
attrs
:{
model
:
i
.
publish
,
rules
:
i
.
publishRules
}},[
a
(
"el-form-item"
,{
attrs
:{
label
:
"标题"
,
prop
:
"title"
}},[
a
(
"el-input"
,{
attrs
:{
type
:
"text"
,
placeholder
:
"请输入标题"
},
model
:{
value
:
i
.
publish
.
title
,
callback
:
function
(
t
){
i
.
$set
(
i
.
publish
,
"title"
,
t
)},
expression
:
"publish.title"
}})],
1
),
i
.
_v
(
" "
),
a
(
"div"
,{
staticStyle
:{
"line-height"
:
"1.5"
,
"font-size"
:
"0.16rem"
,
"margin-bottom"
:
"0.2rem"
}},[
i
.
_v
(
"正文内容"
)]),
i
.
_v
(
" "
),
a
(
"textarea"
,{
attrs
:{
id
:
"editor"
}}),
i
.
_v
(
" "
),
a
(
"div"
,{
staticStyle
:{
height
:
"0.2rem"
}}),
i
.
_v
(
" "
),
a
(
"el-form-item"
,[
a
(
"el-button"
,{
attrs
:{
type
:
"primary"
},
on
:{
click
:
i
.
onSubmitPublish
}},[
i
.
_v
(
"发布问题"
)])],
1
)],
1
)],
1
)]:[
a
(
"div"
,{
staticClass
:
"pub-ques"
},[
a
(
"div"
,{
staticClass
:
"ask"
},[
a
(
"i"
,{
staticClass
:
"el-icon-edit img"
}),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"txt"
,
on
:{
click
:
i
.
publishDiscuss
}},[
i
.
_v
(
"发布问题 ..."
)])]),
i
.
_v
(
" "
),
a
(
"div"
,{
class
:[
"item-order"
,
i
.
sort
[
0
].
isShow
?
"on"
:
""
],
attrs
:{
"data-index"
:
0
,
"data-str"
:
i
.
sort
[
0
].
str
},
on
:{
click
:
i
.
sortFn
}},[
i
.
_v
(
"按时间排序"
)]),
i
.
_v
(
" "
),
a
(
"div"
,{
class
:[
"item-order"
,
i
.
sort
[
1
].
isShow
?
"on"
:
""
],
attrs
:{
"data-index"
:
1
,
"data-str"
:
i
.
sort
[
1
].
str
},
on
:{
click
:
i
.
sortFn
}},[
i
.
_v
(
"按投票排序"
)])]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"discuss-scroll"
,
attrs
:{
bindscrolltolower
:
"loadmore"
,
bindscrolltoupper
:
"updatenew"
}},[
i
.
_l
(
i
.
discussList
,
function
(
t
,
s
){
return
[
a
(
"div"
,{
key
:
s
,
staticClass
:
"item-list"
,
attrs
:{
"data-id"
:
t
.
id
,
"data-sid"
:
t
.
sid
,
"data-index"
:
s
},
on
:{
click
:
i
.
goDiscussDetail
}},[
a
(
"div"
,{
staticClass
:
"user"
},[
t
.
user
.
url
?[
a
(
"img"
,{
staticClass
:
"img"
,
attrs
:{
src
:
t
.
user
.
url
}})]:[
a
(
"img"
,{
staticClass
:
"img"
,
attrs
:{
src
:
e
(
121
)}})],
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"right"
},[
a
(
"div"
,{
staticClass
:
"name"
},[
i
.
_v
(
i
.
_s
(
t
.
user
.
name
))]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"time"
},[
i
.
_v
(
i
.
_s
(
t
.
user
.
time
))])])],
2
),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"title"
},[
i
.
_v
(
i
.
_s
(
t
.
title
))]),
i
.
_v
(
" "
),
a
(
"div"
,{
class
:[
"text"
],
domProps
:{
innerHTML
:
i
.
_s
(
t
.
text
)}}),
a
(
"div"
,{
class
:[
"ellipsis"
,
t
.
isShow
?
"on"
:
""
]},[
i
.
_v
(
"...."
)]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"result"
},[
i
.
_v
(
i
.
_s
(
t
.
askCnt
)
+
" 回答"
),
a
(
"div"
,{
staticStyle
:{
display
:
"inline-block"
,
width
:
"20px"
}}),
i
.
_v
(
i
.
_s
(
t
.
TouCnt
)
+
" 投票"
)])])]}),
i
.
_v
(
" "
),
i
.
discussList
.
length
?
i
.
_e
():[
a
(
"div"
,{
staticClass
:
"no-data"
},[
i
.
_v
(
"暂无相关讨论"
)])]],
2
)]],
2
),
i
.
_v
(
" "
),
a
(
"el-tab-pane"
,{
attrs
:{
label
:
"课程考核"
,
name
:
"3"
}},[
a
(
"div"
,{
staticClass
:
"course-assess"
},[
a
(
"div"
,{
staticClass
:
"title"
},[
i
.
_v
(
"最终成绩:"
+
i
.
_s
(
i
.
tabs
[
3
].
assess
.
score
&&
i
.
tabs
[
3
].
assess
.
score
+
"分"
||
"暂无"
))]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"topic"
},[
a
(
"div"
,{
staticClass
:
"line"
}),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"tit"
},[
i
.
_v
(
"课程考核标准"
)])]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"detail"
},[
a
(
"div"
,{
staticClass
:
"detail-rich"
,
domProps
:{
innerHTML
:
i
.
_s
(
i
.
tabs
[
3
].
richText
)}})]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"topic"
},[
a
(
"div"
,{
staticClass
:
"line"
}),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"tit"
},[
i
.
_v
(
"学习进度及成绩"
)])]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"table-title"
},[
i
.
_v
(
"课程“音视频”观看统计( 累计学习时长:"
+
i
.
_s
(
i
.
tabs
[
3
].
assess
.
duration
)
+
",完成率:"
+
i
.
_s
(
i
.
tabs
[
3
].
assess
.
progress
)
+
" )"
)]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"table"
},[
a
(
"div"
,{
staticClass
:
"th"
},[
a
(
"div"
,{
staticClass
:
"col3-td1"
},[
i
.
_v
(
"章节"
)]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"col3-td2"
},[
i
.
_v
(
"学习时长"
)]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"col3-td3"
},[
i
.
_v
(
"百分比"
)])]),
i
.
_v
(
" "
),
i
.
_l
(
i
.
tabs
[
3
].
assess
.
video
,
function
(
e
,
t
){
return
[
a
(
"div"
,{
key
:
t
,
staticClass
:
"tb"
},[
a
(
"div"
,{
staticClass
:
"tt"
},[
i
.
_v
(
i
.
_s
(
e
.
title
))]),
i
.
_v
(
" "
),
i
.
_l
(
e
.
arr
,
function
(
t
,
s
){
return
[
a
(
"div"
,{
key
:
s
,
staticClass
:
"rd"
},[
a
(
"div"
,{
staticClass
:
"col3-td1"
,
attrs
:{
"data-sid"
:
e
.
sid
,
"data-cid"
:
e
.
cid
,
"data-vid"
:
t
.
vid
,
"data-type"
:
t
.
type
,
"data-duration"
:
t
.
duration
},
on
:{
mousedown
:
function
(
t
){
return
i
.
jumpVAOrfinishVA
(
t
)}}},[
i
.
_v
(
i
.
_s
(
t
.
name
))]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"col3-td2"
},[
i
.
_v
(
i
.
_s
(
t
.
time
))]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"col3-td3"
},[
i
.
_v
(
i
.
_s
(
t
.
progress
))])])]})],
2
)]}),
i
.
_v
(
" "
),
i
.
tabs
[
3
].
assess
.
video
.
length
?
i
.
_e
():[
a
(
"div"
,{
staticStyle
:{
width
:
"100%"
,
"font-size"
:
"30rpx"
,
margin
:
"40rpx auto 10rpx auto"
,
"text-align"
:
"center"
}},[
i
.
_v
(
"暂无数据"
)])]],
2
),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"table-title"
},[
i
.
_v
(
"试题及主观题"
)]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"table"
},[
a
(
"div"
,{
staticClass
:
"th"
},[
a
(
"div"
,{
staticClass
:
"col3-td1"
},[
i
.
_v
(
"章节"
)]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"col3-td2"
},[
i
.
_v
(
"提交时间"
)]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"col3-td3"
},[
i
.
_v
(
"得分"
)])]),
i
.
_v
(
" "
),
i
.
_l
(
i
.
tabs
[
3
].
assess
.
homewrok
,
function
(
t
,
s
){
return
[
a
(
"div"
,{
key
:
s
,
staticClass
:
"tb"
},[
a
(
"div"
,{
staticClass
:
"tt"
},[
i
.
_v
(
i
.
_s
(
t
.
title
))]),
i
.
_v
(
" "
),
i
.
_l
(
t
.
arr
,
function
(
t
,
s
){
return
[
a
(
"div"
,{
key
:
s
,
staticClass
:
"rd"
},[
a
(
"div"
,{
staticClass
:
"col3-td1"
},[
i
.
_v
(
i
.
_s
(
t
.
name
))]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"col3-td2"
},[
i
.
_v
(
i
.
_s
(
t
.
created_time
||
"暂无提交"
))]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"col3-td3"
},[
i
.
_v
(
i
.
_s
(
t
.
score
))])])]})],
2
)]}),
i
.
_v
(
" "
),
i
.
tabs
[
3
].
assess
.
homewrok
.
length
?
i
.
_e
():[
a
(
"div"
,{
staticStyle
:{
width
:
"100%"
,
"font-size"
:
"30rpx"
,
margin
:
"40rpx auto 10rpx auto"
,
"text-align"
:
"center"
}},[
i
.
_v
(
"暂无数据"
)])]],
2
),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"table-title"
},[
i
.
_v
(
"大作业"
)]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"status-text"
},[
i
.
_v
(
"状 态:"
+
i
.
_s
(
i
.
tabs
[
3
].
assess
.
essay
.
status
))]),
i
.
_v
(
" "
),
i
.
tabs
[
3
].
assess
.
essay
.
created_time
?
a
(
"div"
,{
staticClass
:
"status-text"
},[
i
.
_v
(
"提交时间:"
+
i
.
_s
(
i
.
tabs
[
3
].
assess
.
essay
.
created_time
))]):
i
.
_e
(),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"status-text"
},[
i
.
_v
(
"得 分:"
+
i
.
_s
(
i
.
tabs
[
3
].
assess
.
essay
.
score
))])])])],
1
)],
1
),
i
.
_v
(
" "
),
a
(
"el-col"
,{
attrs
:{
xs
:
24
,
sm
:
9
,
md
:
7
,
lg
:
6
,
xl
:
4
}},[
i
.
tabs
[
0
].
content
&&
i
.
tabs
[
0
].
content
.
teachers
&&
i
.
tabs
[
0
].
content
.
teachers
.
length
?[
a
(
"el-tabs"
,{
on
:{
"tab-click"
:
i
.
handleClick
},
model
:{
value
:
i
.
activeName1
,
callback
:
function
(
t
){
i
.
activeName1
=
t
},
expression
:
"activeName1"
}},[
a
(
"el-tab-pane"
,{
attrs
:{
label
:
"课程讲师"
,
name
:
"1"
}},[
i
.
_l
(
i
.
tabs
[
0
].
content
.
teachers
,
function
(
t
,
s
){
return
[
a
(
"div"
,{
key
:
s
,
staticClass
:
"list-teacher"
},[
a
(
"img"
,{
staticClass
:
"img"
,
attrs
:{
src
:
t
.
src
,
alt
:
""
}}),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"ctx"
},[
a
(
"div"
,{
staticClass
:
"top-ctx"
},[
a
(
"div"
,{
staticClass
:
"name"
},[
i
.
_v
(
i
.
_s
(
t
.
name
))])]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"bottom-ctx"
},[
a
(
"div"
,{
staticClass
:
"t1"
},[
i
.
_v
(
i
.
_s
(
t
.
edu
))]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"t2"
},[
i
.
_v
(
i
.
_s
(
t
.
job
))]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"t3"
},[
i
.
_v
(
i
.
_s
(
t
.
unit
))])])])])]})],
2
)],
1
)]:
i
.
_e
()],
2
)],
1
)],
1
)])}
var
a
=
[
function
(){
var
t
=
this
.
$createElement
,
s
=
this
.
_self
.
_c
||
t
;
return
s
(
"div"
,{
staticClass
:
"no-img"
},[
s
(
"i"
,{
staticClass
:
"el-icon-self-13"
})])}];
e
.
d
(
s
,
"a"
,
function
(){
return
i
}),
e
.
d
(
s
,
"b"
,
function
(){
return
a
})}}]);
\ No newline at end of file
server/client-dist/resources/20.eb0b0413.js
0 → 100644
浏览文件 @
7876f8da
(
window
.
webpackJsonp
=
window
.
webpackJsonp
||
[]).
push
([[
20
],{
260
:
function
(
t
,
s
,
e
){
"use strict"
;
e
.
r
(
s
);
var
i
=
e
(
452
),
a
=
e
(
315
);
for
(
var
r
in
a
)
"default"
!==
r
&&
function
(
t
){
e
.
d
(
s
,
t
,
function
(){
return
a
[
t
]})}(
r
);
e
(
410
);
var
c
=
e
(
1
),
n
=
Object
(
c
.
a
)(
a
.
default
,
i
.
a
,
i
.
b
,
!
1
,
null
,
"7e87ebe7"
,
null
);
s
.
default
=
n
.
exports
},
315
:
function
(
t
,
s
,
e
){
"use strict"
;
e
.
r
(
s
);
var
i
=
e
(
316
),
a
=
e
.
n
(
i
);
for
(
var
r
in
i
)
"default"
!==
r
&&
function
(
t
){
e
.
d
(
s
,
t
,
function
(){
return
i
[
t
]})}(
r
);
s
.
default
=
a
.
a
},
316
:
function
(
t
,
s
,
e
){
"use strict"
;
Object
.
defineProperty
(
s
,
"__esModule"
,{
value
:
!
0
});
var
l
=
a
(
e
(
45
)),
o
=
a
(
e
(
82
)),
i
=
a
(
e
(
255
));
function
a
(
t
){
return
t
&&
t
.
__esModule
?
t
:{
default
:
t
}}
s
.
default
=
{
components
:{},
props
:{
sid
:{
type
:
String
,
require
:
!
1
},
cid
:{
type
:
String
,
require
:
!
1
}},
data
:
function
(){
return
{
ckeditor
:
null
,
activeName
:
"1"
,
activeName1
:
"1"
,
passCount
:
0
,
headerInfo
:{},
tabs
:[{
title
:
"课程简介"
,
isShow
:
!
0
,
content
:{
text
:
"<p><b>组织心理学</b>是研究组织中人的心理与行为规律的一门科学,是心理学的一个重要分支,也是心理学在管理学方面的一个交叉应用学科。"
,
teachers
:[{
src
:
""
,
name
:
"讲师姓名"
,
edu
:
"学历"
,
job
:
"职称"
,
unit
:
"讲师所在单位"
}]}},{
title
:
"课程内容"
,
isShow
:
!
1
,
chapterList
:{
currentChapterId
:
"11"
,
course
:[{
title
:
"第一章:重要概念"
,
isUp
:
!
0
,
chapters
:[{
id
:
"11"
,
time
:
"28:18"
,
name
:
"1.1 现值(PV)和终值(FV)"
},{
id
:
"12"
,
time
:
"19:09"
,
name
:
"1.2 净现值(NPV)及实际收益率"
}]},{
title
:
"第二章:证券估值"
,
isUp
:
!
0
,
chapters
:[{
id
:
"21"
,
time
:
"27:49"
,
name
:
"2.1 债券和股票的现金流贴现估值方法"
},{
id
:
"22"
,
time
:
"16:04"
,
name
:
"2.2 债券评级及债券协议"
},{
id
:
"23"
,
time
:
""
,
name
:
"公司金融第二周测验"
},{
id
:
"24"
,
time
:
""
,
name
:
"公司金融第二周作业"
}]},{
title
:
"课程大作业"
,
isUp
:
!
0
,
chapters
:[]},{
title
:
"课程资料"
,
isUp
:
!
0
,
chapters
:[]}]}},{
title
:
"课程讨论"
,
isShow
:
!
1
},{
title
:
"课程考核"
,
isShow
:
!
1
,
richText
:
"<div class='h1'>一、最终成绩计算</div> <div class='p'>课程表现得分*30%+每章试题得分*30%+结业大作业得分*40%=该门课程总得分,满分100分,低于80分为不及格,需重修此门课程。84分以上方可申请学位。</div> <img class='b1' src='http://zws-imgs-pub.oss-cn-beijing.aliyuncs.com/static/build/www/course-check.png' mode='aspectFill' /> <div class='h1'>二、具体细则</div> <div class='h2'>课程表现:总分100分(占科目总成绩的30%)</div> <div class='p'>1、每个视频观看完成度50分:以后台数据统计为准,全部看完视频满分50分,其它酌情给分。</div> <div class='em'>注:视频观看考核的是实际播放时长,不是进度条的显示状态,进度条满格并不一定表示观看完这个视频。以下方每日学习时长为准。</div> <div class='p'>2、课程反馈建设性问题及课程完成情况50分:反馈问题以教务老师统计为准,课程完成情况以后台数据为准,是否按时完成视频观看、测试、作业提交,满分50分,酌情给分。</div> <div class='h2'>每章试题:总分100分(占科目总成绩的30%)</div> <div class='p'>本课程所有试题的平均正确率*100分*占总成绩30%=此项得分。(比如正确度为80%,则此项得分:80%*100*30%=24分)</div> <div class='h2'>结业大作业:总分100分(占科目总成绩的40%)</div> <div class='p'>结业大作业满分为100分,以助教老师给分为准。</div>"
,
assess
:{
score
:
"20"
,
duration
:
"00:01:20"
,
progress
:
"0/10"
,
video
:[{
title
:
"第一章 市场营销原理导论"
,
sid
:
""
,
cid
:
""
,
arr
:[{
name
:
"1.1 什么是市场营销什么是市场营销市场营销什么是市场营销什么是市场营销"
,
time
:
"12:08"
,
progress
:
"100%"
,
vid
:
""
}]}],
homewrok
:[{
title
:
"第一章 市场营销原理导论"
,
arr
:[{
name
:
"1.1 什么是市场营销什么是市场营销市场营销什么是市场营销什么是市场营销"
,
score
:
20
}]}],
essay
:{
created_time
:
""
,
status
:
"未提交"
,
score
:
"暂无"
}}}],
sort
:[{
isShow
:
!
1
,
str
:
""
},{
isShow
:
!
1
,
str
:
"tag"
}],
discussList
:[],
param
:{
limit
:
10
,
offset
:
0
,
sort
:
""
},
publish
:{
course_id
:
this
.
cid
,
semester_id
:
this
.
sid
,
title
:
""
,
contents
:
""
},
isPublicShow
:
!
1
,
publishRules
:{
title
:[{
required
:
!
0
,
message
:
"请输入标题"
,
trigger
:
"blur"
}]}}},
mounted
:
function
(){
var
o
=
this
,
d
=
this
.
$loading
({
lock
:
!
0
,
text
:
""
,
spinner
:
""
,
background
:
"rgba(255, 255, 255, 0.9)"
});
if
(
"0"
===
this
.
cid
&&
"0"
===
this
.
sid
)
return
this
.
$message
({
message
:
"URL异常,请点击“返回首页”,重新选择课程学习!!"
,
type
:
"info"
,
duration
:
1
e4
}),
void
d
.
close
();
l
.
default
.
courseAction
.
getCourseDetail
(
this
.
cid
,
this
.
sid
).
then
(
function
(
n
){
o
.
headerInfo
=
n
.
headerInfo
,
o
.
tabs
[
0
].
content
=
n
.
tabs0Content
,
o
.
tabs
[
1
].
chapterList
=
n
.
tabs1ChapterList
,
n
.
tabs3richTest
&&
(
o
.
tabs
[
3
].
richText
=
n
.
tabs3richTest
),
l
.
default
.
courseAction
.
getCourseAssess
(
o
.
cid
,
o
.
sid
).
then
(
function
(
t
){
for
(
var
s
=
n
.
tabs1ChapterList
.
course
,
e
=
0
;
e
<
t
.
video
.
length
;
e
++
)
for
(
var
i
=
t
.
video
[
e
].
arr
,
a
=
s
[
e
].
chapters
,
r
=
0
;
r
<
i
.
length
;
r
++
)
for
(
var
c
=
r
;
c
<
a
.
length
;
c
++
)
if
(
i
[
r
].
id
===
a
[
c
].
id
){
i
[
r
].
vid
=
a
[
c
].
vid
,
i
[
r
].
duration
=
a
[
c
].
duration
;
break
}
o
.
tabs
[
3
].
assess
=
t
,
d
.
close
()}).
catch
(
function
(
t
){
o
.
$message
.
error
(
t
.
message
)}).
finally
(
function
(){}),
l
.
default
.
discussAction
.
getCourseDiscussList
(
o
.
cid
,
o
.
sid
,
o
.
param
).
then
(
function
(
t
){
o
.
discussList
=
t
}).
catch
(
function
(
t
){
o
.
$message
.
error
(
t
.
message
)}).
finally
(
function
(){})}).
catch
(
function
(
t
){
o
.
$message
.
error
(
t
.
message
),
d
.
close
()}).
finally
(
function
(){}),
window
.
addEventListener
(
"resize"
,
this
.
resizeRoot
.
bind
(
this
),
!
1
)},
destroyed
:
function
(){
window
.
removeEventListener
(
"resize"
,
this
.
resizeRoot
.
bind
(
this
),
!
1
),
this
.
ckeditor
&&
this
.
ckeditor
.
destroy
(
!
0
),
this
.
ckeditor
=
null
},
updated
:
function
(){
this
.
resizeRoot
(),
this
.
isPublicShow
&&
this
.
initckeditor
()},
beforeUpdate
:
function
(){
this
.
isPublicShow
||
(
this
.
ckeditor
&&
this
.
ckeditor
.
destroy
(
!
0
),
this
.
ckeditor
=
null
)},
methods
:{
handleClick
:
function
(
t
,
s
){},
initckeditor
:
function
(){
this
.
ckeditor
||
(
this
.
ckeditor
=
i
.
default
.
replace
(
"editor"
,{
height
:
300
,
uiColor
:
"#eeeeee"
,
filebrowserImageUploadUrl
:
"/api/ckeditor/img/upload"
,
toolbar
:[{
name
:
"styles"
,
items
:[
"Styles"
,
"Format"
,
"Font"
,
"FontSize"
]},{
name
:
"colors"
,
items
:[
"TextColor"
,
"BGColor"
]},{
name
:
"tools"
,
items
:[
"Maximize"
,
"ShowBlocks"
]},{
name
:
"editing"
,
items
:[
"Find"
,
"Replace"
]},
"/"
,{
name
:
"basicstyles"
,
items
:[
"Bold"
,
"Italic"
,
"Underline"
,
"Strike"
,
"Subscript"
,
"Superscript"
,
"-"
,
"RemoveFormat"
]},{
name
:
"paragraph"
,
items
:[
"NumberedList"
,
"BulletedList"
,
"-"
,
"Outdent"
,
"Indent"
,
"-"
,
"Blockquote"
,
"CreateDiv"
,
"-"
,
"JustifyLeft"
,
"JustifyCenter"
,
"JustifyRight"
,
"JustifyBlock"
,
"-"
,
"BidiLtr"
,
"BidiRtl"
]},{
name
:
"links"
,
items
:[
"Link"
,
"Unlink"
,
"Anchor"
]},{
name
:
"insert"
,
items
:[
"Image"
,
"Table"
,
"HorizontalRule"
]}]}))},
clickJumpOrStatus
:
function
(
t
){
var
s
=
t
.
currentTarget
.
dataset
;
if
(
s
.
status
){
var
e
=
s
.
index
,
i
=
this
.
tabs
[
1
].
chapterList
.
course
[
e
];
i
.
isUp
=!
i
.
isUp
}
else
{
window
.
localStorage
.
setItem
(
"headerInfo"
,
JSON
.
stringify
(
this
.
headerInfo
));
var
a
=
this
.
tabs
[
1
].
chapterList
.
course
[
s
.
index
],
r
=
s
.
sid
,
c
=
s
.
cid
;
if
(
"course_info"
===
a
.
type
)
this
.
$router
.
push
({
path
:
"/player/"
+
r
+
"/"
+
c
+
"/course-info/course_info"
});
else
if
(
"course_work"
===
a
.
type
){
if
(
!
this
.
headerInfo
.
survey
)
return
this
.
$message
(
"请先填写教学评估,然后完成大作业。"
),
!
1
;
this
.
$router
.
push
({
path
:
"/player/"
+
r
+
"/"
+
c
+
"/course-work/course_work"
})}
else
"teach_evaluation"
===
a
.
type
&&
this
.
$router
.
push
({
path
:
"/survey/"
+
r
+
"/"
+
c
})}},
jumpToOtherVA
:
function
(
t
){
if
(
this
.
headerInfo
.
isStart
){
var
s
=
t
.
target
.
dataset
,
e
=
s
.
sid
,
i
=
s
.
cid
,
a
=
s
.
vid
,
r
=
s
.
type
;
if
(
!
s
.
hasva
){
window
.
localStorage
.
setItem
(
"headerInfo"
,
JSON
.
stringify
(
this
.
headerInfo
));
var
c
=
s
.
index
,
n
=
s
.
count
,
o
=
this
.
tabs
[
1
].
chapterList
.
course
[
c
];
return
o
&&
o
.
chapters
[
n
]?
void
(
3
===
o
.
chapters
[
n
].
type
?
1
===
o
.
chapters
[
n
].
work_type
?
this
.
$router
.
push
({
path
:
"/player/"
+
e
+
"/"
+
i
+
"/chapter-exam/"
+
a
}):
2
===
o
.
chapters
[
n
].
work_type
&&
this
.
$router
.
push
({
path
:
"/player/"
+
e
+
"/"
+
i
+
"/chapter-work/"
+
a
}):
4
===
o
.
chapters
[
n
].
type
&&
this
.
$router
.
push
({
path
:
"/player/"
+
e
+
"/"
+
i
+
"/chapter-read/"
+
a
})):
void
this
.
$message
.
error
(
"系统未知错误,003"
)}
this
.
$router
.
push
({
path
:
"/player/"
+
e
+
"/"
+
i
+
"/chapter-video/"
+
a
+
"/"
+
r
})}
else
this
.
$message
.
error
(
"先选课,才能学习"
)},
startLearn
:
function
(
t
){
var
s
=
t
.
currentTarget
.
dataset
,
e
=
s
.
sid
,
i
=
s
.
cid
,
a
=
s
.
vid
,
r
=
s
.
type
;
this
.
$router
.
push
({
path
:
"/player/"
+
e
+
"/"
+
i
+
"/chapter-video/"
+
a
+
"/"
+
r
})},
noWantThisCourse
:
function
(){
var
s
=
this
;
if
(
this
.
passCountTimeout
&&
clearTimeout
(
this
.
passCountTimeout
),
this
.
passCountTimeout
=
setTimeout
(
function
(){
s
.
passCount
=
0
},
500
),
this
.
passCount
<
15
)
this
.
passCount
++
;
else
{
var
e
=
this
.
$loading
({
lock
:
!
0
,
text
:
""
,
spinner
:
""
,
background
:
"rgba(255, 255, 255, 0.9)"
});
l
.
default
.
courseAction
.
outSelectCourse
(
this
.
cid
,
this
.
sid
).
then
(
function
(
t
){
s
.
headerInfo
.
isStart
=!
1
,
e
.
close
(),
s
.
$message
({
type
:
"success"
,
message
:
"退课成功"
}),
s
.
passCount
=
0
}).
catch
(
function
(
t
){
s
.
$message
.
error
(
t
.
message
)}).
finally
(
function
(){
e
.
close
()})}},
jumpVAOrfinishVA
:
function
(
t
){
var
s
=
t
.
currentTarget
.
dataset
,
e
=
this
.
_keydownfn
.
bind
(
this
,
s
);
document
.
addEventListener
(
"keydown"
,
e
,
!
1
);
document
.
addEventListener
(
"mouseup"
,
function
t
(){
document
.
removeEventListener
(
"keydown"
,
e
),
document
.
removeEventListener
(
"mouseup"
,
t
)},
!
1
)},
_keydownfn
:
function
(
t
,
s
){
var
e
=
this
,
i
=
t
.
sid
,
a
=
t
.
cid
,
r
=
t
.
vid
,
c
=
t
.
duration
,
n
=
t
.
type
;
79
===
s
.
keyCode
&&
this
.
$router
.
push
({
path
:
"/player/"
+
i
+
"/"
+
a
+
"/chapter-video/"
+
r
+
"/"
+
n
}),
70
===
s
.
keyCode
&&
l
.
default
.
chapterAction
.
updateProgress
({
d
:
o
.
default
.
other
.
getIdt
(),
i
:
o
.
default
.
other
.
getIdt
(),
c
:
a
,
s
:
i
,
v
:
r
,
_p
:
parseInt
(
c
)
+
11
,
_m
:
parseInt
(
c
),
_c
:
parseInt
(
c
),
ps
:
"0,0"
}).
then
(
function
(
t
){
t
.
success
&&
e
.
$message
.
success
(
"补课成功,刷新查看结果"
)}).
catch
(
function
(
t
){
e
.
$message
.
error
(
t
.
message
)}).
finally
(
function
(){})},
wantThisCourse
:
function
(){
var
s
=
this
,
e
=
this
.
$loading
({
lock
:
!
0
,
text
:
""
,
spinner
:
""
,
background
:
"rgba(255, 255, 255, 0.9)"
});
l
.
default
.
courseAction
.
selectCourse
(
this
.
cid
,
this
.
sid
).
then
(
function
(
t
){
s
.
headerInfo
.
isStart
=!
0
,
e
.
close
(),
s
.
$message
({
type
:
"success"
,
message
:
"选课成功"
})}).
catch
(
function
(
t
){
s
.
$message
.
error
(
t
.
message
)}).
finally
(
function
(){
e
.
close
()})},
resizeRoot
:
function
(){
var
a
=
this
,
t
=
document
.
querySelectorAll
(
".ellipsis"
),
r
=
getComputedStyle
(
window
.
document
.
documentElement
)[
"font-size"
].
replace
(
"px"
,
""
);
t
.
forEach
(
function
(
t
,
s
){
t
.
previousSibling
.
style
.
height
=
"auto"
;
var
e
=
t
.
previousSibling
.
offsetHeight
,
i
=
.
18
*
r
*
1.5
*
2
;
i
<
e
?(
a
.
discussList
[
s
]
&&
(
a
.
discussList
[
s
].
isShow
=!
0
),
t
.
previousSibling
.
style
.
height
=
i
+
"px"
):
a
.
discussList
[
s
]
&&
(
a
.
discussList
[
s
].
isShow
=!
1
)})},
publishDiscuss
:
function
(){
this
.
isPublicShow
=!
0
},
gobackDiscuss
:
function
(){
this
.
isPublicShow
=!
1
},
onSubmitPublish
:
function
(){
var
e
=
this
;
this
.
$refs
.
setPublishform
.
validate
(
function
(
t
){
if
(
!
t
)
return
e
.
$message
.
error
(
"请输入标题"
),
!
1
;
if
(
e
.
ckeditor
.
getData
()){
e
.
publish
.
contents
=
e
.
ckeditor
.
getData
();
var
s
=
e
.
$loading
({
lock
:
!
0
,
text
:
""
,
spinner
:
""
,
background
:
"rgba(255, 255, 255, 0.9)"
});
l
.
default
.
discussAction
.
publishQues
(
e
.
publish
).
then
(
function
(
t
){
e
.
$message
({
type
:
"success"
,
message
:
"问题发布成功"
}),
e
.
isPublicShow
=!
1
,
l
.
default
.
discussAction
.
getCourseDiscussList
(
e
.
cid
,
e
.
sid
,
e
.
param
).
then
(
function
(
t
){
e
.
discussList
=
t
}).
catch
(
function
(
t
){
e
.
$message
.
error
(
t
.
message
)}).
finally
(
function
(){})}).
catch
(
function
(
t
){
e
.
$message
.
error
(
t
.
message
)}).
finally
(
function
(){
s
.
close
()})}
else
e
.
$message
.
error
(
"请输入正文内容"
)})},
goDiscussDetail
:
function
(
t
){
var
s
=
t
.
currentTarget
.
dataset
.
id
;
this
.
$router
.
push
({
path
:
"/app/my-learn/discuss-detail/"
+
this
.
sid
+
"/"
+
this
.
cid
+
"/"
+
s
})},
sortFn
:
function
(
t
){
var
s
=
this
,
e
=
t
.
currentTarget
.
dataset
.
index
,
i
=
t
.
currentTarget
.
dataset
.
str
;
this
.
sort
[
e
].
isShow
=!
this
.
sort
[
e
].
isShow
,
this
.
sort
[(
parseInt
(
e
)
+
1
)
%
2
].
isShow
=!
1
,
this
.
param
.
sort
=
this
.
sort
[
e
].
isShow
?
i
:
""
,
this
.
param
.
offset
=
0
;
var
a
=
this
.
$loading
({
lock
:
!
0
,
text
:
""
,
spinner
:
""
,
background
:
"rgba(255, 255, 255, 0.9)"
});
l
.
default
.
discussAction
.
getCourseDiscussList
(
this
.
cid
,
this
.
sid
,
this
.
param
).
then
(
function
(
t
){
s
.
discussList
=
t
}).
catch
(
function
(
t
){
s
.
$message
.
error
(
t
.
message
)}).
finally
(
function
(){
a
.
close
()})}}}},
317
:
function
(
t
,
s
,
e
){},
410
:
function
(
t
,
s
,
e
){
"use strict"
;
var
i
=
e
(
317
);
e
.
n
(
i
).
a
},
452
:
function
(
t
,
s
,
e
){
"use strict"
;
function
i
(){
var
i
=
this
,
t
=
i
.
$createElement
,
a
=
i
.
_self
.
_c
||
t
;
return
a
(
"div"
,[
a
(
"div"
,{
staticClass
:
"con-title"
},[
i
.
_v
(
"课程详情"
)]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"detail-box"
},[
a
(
"div"
,{
staticClass
:
"box-thd"
},[
a
(
"div"
,{
staticClass
:
"title"
,
on
:{
click
:
i
.
noWantThisCourse
}},[
i
.
_v
(
i
.
_s
(
i
.
headerInfo
.
title
)
+
"
\
n "
),
i
.
headerInfo
.
isStart
&&
i
.
tabs
[
1
].
chapterList
.
currentChapterId
?[
a
(
"el-button"
,{
staticClass
:
"rbtn"
,
attrs
:{
type
:
"primary"
,
size
:
"mini"
,
"data-cid"
:
i
.
cid
,
"data-sid"
:
i
.
sid
,
"data-type"
:
i
.
tabs
[
1
].
chapterList
.
currentVideoProvider
,
"data-vid"
:
i
.
tabs
[
1
].
chapterList
.
currentChapterId
},
on
:{
click
:
i
.
startLearn
}},[
i
.
_v
(
"继续学习"
)])]:
i
.
headerInfo
.
isStart
?[
a
(
"el-button"
,{
staticClass
:
"rbtn"
,
attrs
:{
type
:
"primary"
,
size
:
"mini"
,
"data-cid"
:
i
.
cid
,
"data-sid"
:
i
.
sid
,
"data-type"
:
i
.
tabs
[
1
].
chapterList
.
course
[
0
].
chapters
[
0
].
video_provider
,
"data-vid"
:
i
.
tabs
[
1
].
chapterList
.
course
[
0
].
chapters
[
0
].
vid
},
on
:{
click
:
i
.
startLearn
}},[
i
.
_v
(
"开始学习"
)])]:[
a
(
"el-button"
,{
staticClass
:
"rbtn"
,
attrs
:{
type
:
"primary"
,
size
:
"mini"
},
on
:{
click
:
i
.
wantThisCourse
}},[
i
.
_v
(
"选课"
)])]],
2
),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"tags"
},[
i
.
_l
(
i
.
headerInfo
.
arrTab
,
function
(
t
,
s
){
return
[
a
(
"span"
,{
key
:
s
,
staticClass
:
"tabs-item"
},[
i
.
_v
(
i
.
_s
(
t
))])]})],
2
),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"time"
},[
i
.
_v
(
i
.
_s
(
i
.
headerInfo
.
time
)
+
" "
+
i
.
_s
(
i
.
headerInfo
.
status
))]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticStyle
:{
float
:
"left"
,
width
:
"100%"
,
height
:
"1px"
}}),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"progress"
},[
i
.
_v
(
"
\
n 视频观看进度 "
),
a
(
"el-progress"
,{
attrs
:{
percentage
:
i
.
headerInfo
.
progress
,
color
:
"#b49441"
}})],
1
)]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"box-tbd"
},[
a
(
"div"
,{
staticClass
:
"left-pic"
},[
i
.
headerInfo
.
bgSrc
?[
a
(
"img"
,{
attrs
:{
src
:
i
.
headerInfo
.
bgSrc
,
alt
:
""
}})]:[
i
.
_m
(
0
)]],
2
),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"right-content"
,
domProps
:{
innerHTML
:
i
.
_s
(
i
.
tabs
[
0
].
content
.
text
)}})]),
i
.
_v
(
" "
),
a
(
"el-row"
,{
attrs
:{
gutter
:
20
}},[
a
(
"el-col"
,{
attrs
:{
xs
:
24
,
sm
:
15
,
md
:
17
,
lg
:
18
,
xl
:
20
}},[
a
(
"el-tabs"
,{
on
:{
"tab-click"
:
i
.
handleClick
},
model
:{
value
:
i
.
activeName
,
callback
:
function
(
t
){
i
.
activeName
=
t
},
expression
:
"activeName"
}},[
a
(
"el-tab-pane"
,{
attrs
:{
label
:
"课程内容"
,
name
:
"1"
}},[
a
(
"div"
,{
staticClass
:
"course-list"
},[
i
.
_l
(
i
.
tabs
[
1
].
chapterList
.
course
,
function
(
t
,
e
){
return
[
a
(
"div"
,{
key
:
e
,
class
:[
"content-group"
,
t
.
chapters
.
length
?
""
:
"no-child"
,
t
.
isUp
?
"up"
:
""
]},[
a
(
"div"
,{
staticClass
:
"title"
,
attrs
:{
"data-index"
:
e
,
"data-cid"
:
t
.
cid
,
"data-sid"
:
t
.
sid
,
"data-status"
:
!!
t
.
chapters
.
length
},
on
:{
click
:
function
(
t
){
return
i
.
clickJumpOrStatus
(
t
)}}},[
i
.
_v
(
i
.
_s
(
t
.
title
)
+
"
\
n "
),
a
(
"i"
,{
class
:[
"side"
,
t
.
chapters
.
length
?
""
:
"none"
,
t
.
isUp
?
"el-icon-arrow-down"
:
"el-icon-arrow-up"
]})]),
i
.
_v
(
" "
),
i
.
_l
(
t
.
chapters
,
function
(
t
,
s
){
return
[
a
(
"div"
,{
key
:
s
,
class
:[
"body"
,
t
.
id
===
i
.
tabs
[
1
].
chapterList
.
currentChapterId
&&
"on"
]},[
a
(
"div"
,{
staticClass
:
"name"
,
attrs
:{
"data-vid"
:
t
.
vid
,
"data-cid"
:
t
.
cid
,
"data-sid"
:
t
.
sid
,
"data-hasVA"
:
t
.
time
,
"data-type"
:
t
.
video_provider
,
"data-name"
:
t
.
name
,
"data-index"
:
e
,
"data-count"
:
s
},
on
:{
click
:
i
.
jumpToOtherVA
}},[
i
.
_v
(
"
\
n "
+
i
.
_s
(
t
.
name
)
+
"
\
n "
),
a
(
"div"
,{
staticClass
:
"time"
},[
i
.
_v
(
i
.
_s
(
t
.
time
))])])])]})],
2
)]})],
2
)]),
i
.
_v
(
" "
),
a
(
"el-tab-pane"
,{
attrs
:{
label
:
"课程讨论"
,
name
:
"2"
}},[
i
.
isPublicShow
?[
a
(
"div"
,{
staticClass
:
"publish"
},[
a
(
"div"
,{
staticStyle
:{
overflow
:
"hidden"
}},[
a
(
"div"
,{
staticClass
:
"right-goback-txt"
},[
i
.
_v
(
"发布问题"
)]),
i
.
_v
(
" "
),
a
(
"el-button"
,{
attrs
:{
type
:
"text"
},
on
:{
click
:
i
.
gobackDiscuss
}},[
i
.
_v
(
"返回问题列表"
)])],
1
),
i
.
_v
(
" "
),
a
(
"el-form"
,{
ref
:
"setPublishform"
,
attrs
:{
model
:
i
.
publish
,
rules
:
i
.
publishRules
}},[
a
(
"el-form-item"
,{
attrs
:{
label
:
"标题"
,
prop
:
"title"
}},[
a
(
"el-input"
,{
attrs
:{
type
:
"text"
,
placeholder
:
"请输入标题"
},
model
:{
value
:
i
.
publish
.
title
,
callback
:
function
(
t
){
i
.
$set
(
i
.
publish
,
"title"
,
t
)},
expression
:
"publish.title"
}})],
1
),
i
.
_v
(
" "
),
a
(
"div"
,{
staticStyle
:{
"line-height"
:
"1.5"
,
"font-size"
:
"0.16rem"
,
"margin-bottom"
:
"0.2rem"
}},[
i
.
_v
(
"正文内容"
)]),
i
.
_v
(
" "
),
a
(
"textarea"
,{
attrs
:{
id
:
"editor"
}}),
i
.
_v
(
" "
),
a
(
"div"
,{
staticStyle
:{
height
:
"0.2rem"
}}),
i
.
_v
(
" "
),
a
(
"el-form-item"
,[
a
(
"el-button"
,{
attrs
:{
type
:
"primary"
},
on
:{
click
:
i
.
onSubmitPublish
}},[
i
.
_v
(
"发布问题"
)])],
1
)],
1
)],
1
)]:[
a
(
"div"
,{
staticClass
:
"pub-ques"
},[
a
(
"div"
,{
staticClass
:
"ask"
},[
a
(
"i"
,{
staticClass
:
"el-icon-edit img"
}),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"txt"
,
on
:{
click
:
i
.
publishDiscuss
}},[
i
.
_v
(
"发布问题 ..."
)])]),
i
.
_v
(
" "
),
a
(
"div"
,{
class
:[
"item-order"
,
i
.
sort
[
0
].
isShow
?
"on"
:
""
],
attrs
:{
"data-index"
:
0
,
"data-str"
:
i
.
sort
[
0
].
str
},
on
:{
click
:
i
.
sortFn
}},[
i
.
_v
(
"按时间排序"
)]),
i
.
_v
(
" "
),
a
(
"div"
,{
class
:[
"item-order"
,
i
.
sort
[
1
].
isShow
?
"on"
:
""
],
attrs
:{
"data-index"
:
1
,
"data-str"
:
i
.
sort
[
1
].
str
},
on
:{
click
:
i
.
sortFn
}},[
i
.
_v
(
"按投票排序"
)])]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"discuss-scroll"
,
attrs
:{
bindscrolltolower
:
"loadmore"
,
bindscrolltoupper
:
"updatenew"
}},[
i
.
_l
(
i
.
discussList
,
function
(
t
,
s
){
return
[
a
(
"div"
,{
key
:
s
,
staticClass
:
"item-list"
,
attrs
:{
"data-id"
:
t
.
id
,
"data-sid"
:
t
.
sid
,
"data-index"
:
s
},
on
:{
click
:
i
.
goDiscussDetail
}},[
a
(
"div"
,{
staticClass
:
"user"
},[
t
.
user
.
url
?[
a
(
"img"
,{
staticClass
:
"img"
,
attrs
:{
src
:
t
.
user
.
url
}})]:[
a
(
"img"
,{
staticClass
:
"img"
,
attrs
:{
src
:
e
(
121
)}})],
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"right"
},[
a
(
"div"
,{
staticClass
:
"name"
},[
i
.
_v
(
i
.
_s
(
t
.
user
.
name
))]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"time"
},[
i
.
_v
(
i
.
_s
(
t
.
user
.
time
))])])],
2
),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"title"
},[
i
.
_v
(
i
.
_s
(
t
.
title
))]),
i
.
_v
(
" "
),
a
(
"div"
,{
class
:[
"text"
],
domProps
:{
innerHTML
:
i
.
_s
(
t
.
text
)}}),
a
(
"div"
,{
class
:[
"ellipsis"
,
t
.
isShow
?
"on"
:
""
]},[
i
.
_v
(
"...."
)]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"result"
},[
i
.
_v
(
i
.
_s
(
t
.
askCnt
)
+
" 回答"
),
a
(
"div"
,{
staticStyle
:{
display
:
"inline-block"
,
width
:
"20px"
}}),
i
.
_v
(
i
.
_s
(
t
.
TouCnt
)
+
" 投票"
)])])]}),
i
.
_v
(
" "
),
i
.
discussList
.
length
?
i
.
_e
():[
a
(
"div"
,{
staticClass
:
"no-data"
},[
i
.
_v
(
"暂无相关讨论"
)])]],
2
)]],
2
),
i
.
_v
(
" "
),
a
(
"el-tab-pane"
,{
attrs
:{
label
:
"课程考核"
,
name
:
"3"
}},[
a
(
"div"
,{
staticClass
:
"course-assess"
},[
a
(
"div"
,{
staticClass
:
"title"
},[
i
.
_v
(
"最终成绩:"
+
i
.
_s
(
i
.
tabs
[
3
].
assess
.
score
&&
i
.
tabs
[
3
].
assess
.
score
+
"分"
||
"暂无"
))]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"topic"
},[
a
(
"div"
,{
staticClass
:
"line"
}),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"tit"
},[
i
.
_v
(
"课程考核标准"
)])]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"detail"
},[
a
(
"div"
,{
staticClass
:
"detail-rich"
,
domProps
:{
innerHTML
:
i
.
_s
(
i
.
tabs
[
3
].
richText
)}})]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"topic"
},[
a
(
"div"
,{
staticClass
:
"line"
}),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"tit"
},[
i
.
_v
(
"学习进度及成绩"
)])]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"table-title"
},[
i
.
_v
(
"课程“音视频”观看统计( 累计学习时长:"
+
i
.
_s
(
i
.
tabs
[
3
].
assess
.
duration
)
+
",完成率:"
+
i
.
_s
(
i
.
tabs
[
3
].
assess
.
progress
)
+
" )"
)]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"table"
},[
a
(
"div"
,{
staticClass
:
"th"
},[
a
(
"div"
,{
staticClass
:
"col3-td1"
},[
i
.
_v
(
"章节"
)]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"col3-td2"
},[
i
.
_v
(
"学习时长"
)]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"col3-td3"
},[
i
.
_v
(
"百分比"
)])]),
i
.
_v
(
" "
),
i
.
_l
(
i
.
tabs
[
3
].
assess
.
video
,
function
(
e
,
t
){
return
[
a
(
"div"
,{
key
:
t
,
staticClass
:
"tb"
},[
a
(
"div"
,{
staticClass
:
"tt"
},[
i
.
_v
(
i
.
_s
(
e
.
title
))]),
i
.
_v
(
" "
),
i
.
_l
(
e
.
arr
,
function
(
t
,
s
){
return
[
a
(
"div"
,{
key
:
s
,
staticClass
:
"rd"
},[
a
(
"div"
,{
staticClass
:
"col3-td1"
,
attrs
:{
"data-sid"
:
e
.
sid
,
"data-cid"
:
e
.
cid
,
"data-vid"
:
t
.
vid
,
"data-type"
:
t
.
type
,
"data-duration"
:
t
.
duration
},
on
:{
mousedown
:
function
(
t
){
return
i
.
jumpVAOrfinishVA
(
t
)}}},[
i
.
_v
(
i
.
_s
(
t
.
name
))]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"col3-td2"
},[
i
.
_v
(
i
.
_s
(
t
.
time
))]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"col3-td3"
},[
i
.
_v
(
i
.
_s
(
t
.
progress
))])])]})],
2
)]}),
i
.
_v
(
" "
),
i
.
tabs
[
3
].
assess
.
video
.
length
?
i
.
_e
():[
a
(
"div"
,{
staticStyle
:{
width
:
"100%"
,
"font-size"
:
"30rpx"
,
margin
:
"40rpx auto 10rpx auto"
,
"text-align"
:
"center"
}},[
i
.
_v
(
"暂无数据"
)])]],
2
),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"table-title"
},[
i
.
_v
(
"试题及主观题"
)]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"table"
},[
a
(
"div"
,{
staticClass
:
"th"
},[
a
(
"div"
,{
staticClass
:
"col3-td1"
},[
i
.
_v
(
"章节"
)]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"col3-td2"
},[
i
.
_v
(
"提交时间"
)]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"col3-td3"
},[
i
.
_v
(
"得分"
)])]),
i
.
_v
(
" "
),
i
.
_l
(
i
.
tabs
[
3
].
assess
.
homewrok
,
function
(
t
,
s
){
return
[
a
(
"div"
,{
key
:
s
,
staticClass
:
"tb"
},[
a
(
"div"
,{
staticClass
:
"tt"
},[
i
.
_v
(
i
.
_s
(
t
.
title
))]),
i
.
_v
(
" "
),
i
.
_l
(
t
.
arr
,
function
(
t
,
s
){
return
[
a
(
"div"
,{
key
:
s
,
staticClass
:
"rd"
},[
a
(
"div"
,{
staticClass
:
"col3-td1"
},[
i
.
_v
(
i
.
_s
(
t
.
name
))]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"col3-td2"
},[
i
.
_v
(
i
.
_s
(
t
.
created_time
||
"暂无提交"
))]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"col3-td3"
},[
i
.
_v
(
i
.
_s
(
t
.
score
))])])]})],
2
)]}),
i
.
_v
(
" "
),
i
.
tabs
[
3
].
assess
.
homewrok
.
length
?
i
.
_e
():[
a
(
"div"
,{
staticStyle
:{
width
:
"100%"
,
"font-size"
:
"30rpx"
,
margin
:
"40rpx auto 10rpx auto"
,
"text-align"
:
"center"
}},[
i
.
_v
(
"暂无数据"
)])]],
2
),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"table-title"
},[
i
.
_v
(
"大作业"
)]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"status-text"
},[
i
.
_v
(
"状 态:"
+
i
.
_s
(
i
.
tabs
[
3
].
assess
.
essay
.
status
))]),
i
.
_v
(
" "
),
i
.
tabs
[
3
].
assess
.
essay
.
created_time
?
a
(
"div"
,{
staticClass
:
"status-text"
},[
i
.
_v
(
"提交时间:"
+
i
.
_s
(
i
.
tabs
[
3
].
assess
.
essay
.
created_time
))]):
i
.
_e
(),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"status-text"
},[
i
.
_v
(
"得 分:"
+
i
.
_s
(
i
.
tabs
[
3
].
assess
.
essay
.
score
))])])])],
1
)],
1
),
i
.
_v
(
" "
),
a
(
"el-col"
,{
attrs
:{
xs
:
24
,
sm
:
9
,
md
:
7
,
lg
:
6
,
xl
:
4
}},[
i
.
tabs
[
0
].
content
&&
i
.
tabs
[
0
].
content
.
teachers
&&
i
.
tabs
[
0
].
content
.
teachers
.
length
?[
a
(
"el-tabs"
,{
on
:{
"tab-click"
:
i
.
handleClick
},
model
:{
value
:
i
.
activeName1
,
callback
:
function
(
t
){
i
.
activeName1
=
t
},
expression
:
"activeName1"
}},[
a
(
"el-tab-pane"
,{
attrs
:{
label
:
"课程讲师"
,
name
:
"1"
}},[
i
.
_l
(
i
.
tabs
[
0
].
content
.
teachers
,
function
(
t
,
s
){
return
[
a
(
"div"
,{
key
:
s
,
staticClass
:
"list-teacher"
},[
a
(
"img"
,{
staticClass
:
"img"
,
attrs
:{
src
:
t
.
src
,
alt
:
""
}}),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"ctx"
},[
a
(
"div"
,{
staticClass
:
"top-ctx"
},[
a
(
"div"
,{
staticClass
:
"name"
},[
i
.
_v
(
i
.
_s
(
t
.
name
))])]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"bottom-ctx"
},[
a
(
"div"
,{
staticClass
:
"t1"
},[
i
.
_v
(
i
.
_s
(
t
.
edu
))]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"t2"
},[
i
.
_v
(
i
.
_s
(
t
.
job
))]),
i
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"t3"
},[
i
.
_v
(
i
.
_s
(
t
.
unit
))])])])])]})],
2
)],
1
)]:
i
.
_e
()],
2
)],
1
)],
1
)])}
var
a
=
[
function
(){
var
t
=
this
.
$createElement
,
s
=
this
.
_self
.
_c
||
t
;
return
s
(
"div"
,{
staticClass
:
"no-img"
},[
s
(
"i"
,{
staticClass
:
"el-icon-self-13"
})])}];
e
.
d
(
s
,
"a"
,
function
(){
return
i
}),
e
.
d
(
s
,
"b"
,
function
(){
return
a
})}}]);
\ No newline at end of file
server/client-dist/resources/6.173cd28c.js
0 → 100644
浏览文件 @
7876f8da
(
window
.
webpackJsonp
=
window
.
webpackJsonp
||
[]).
push
([[
6
],{
275
:
function
(
t
,
e
,
r
){
"use strict"
;
r
.
r
(
e
);
var
a
=
r
(
468
),
s
=
r
(
359
);
for
(
var
i
in
s
)
"default"
!==
i
&&
function
(
t
){
r
.
d
(
e
,
t
,
function
(){
return
s
[
t
]})}(
i
);
r
(
427
);
var
n
=
r
(
1
),
c
=
Object
(
n
.
a
)(
s
.
default
,
a
.
a
,
a
.
b
,
!
1
,
null
,
"2595e4f6"
,
null
);
e
.
default
=
c
.
exports
},
359
:
function
(
t
,
e
,
r
){
"use strict"
;
r
.
r
(
e
);
var
a
=
r
(
360
),
s
=
r
.
n
(
a
);
for
(
var
i
in
a
)
"default"
!==
i
&&
function
(
t
){
r
.
d
(
e
,
t
,
function
(){
return
a
[
t
]})}(
i
);
e
.
default
=
s
.
a
},
360
:
function
(
t
,
e
,
r
){
"use strict"
;
Object
.
defineProperty
(
e
,
"__esModule"
,{
value
:
!
0
});
var
u
=
i
(
r
(
45
)),
p
=
i
(
r
(
82
)),
a
=
i
(
r
(
423
)),
s
=
i
(
r
(
425
));
function
i
(
t
){
return
t
&&
t
.
__esModule
?
t
:{
default
:
t
}}
e
.
default
=
{
components
:{
sideChapterList
:
a
.
default
,
sideChapterPpt
:
s
.
default
},
props
:{
sid
:{
type
:
String
,
require
:
!
1
},
cid
:{
type
:
String
,
require
:
!
1
},
id
:{
type
:
String
,
require
:
!
1
},
videoType
:{
type
:
String
,
require
:
!
1
}},
data
:
function
(){
return
{
SIDEBAR_CHAPTER
:
"sidebar_chapter"
,
SIDEBAR_PPT
:
"sidebar_ppt"
,
state
:{
sideBar
:
"sidebar_chapter"
,
isChapterVideo
:
!
1
},
chapterList
:{},
pptList
:{},
courseInfo
:[],
courseWork
:{},
curChapterName
:
""
,
chapterId
:
""
,
chapterRead
:{},
chapterWork
:{},
chapterExam
:{},
chapterVideo
:{},
chapterPpts
:[]}},
beforeRouteUpdate
:
function
(
t
,
e
,
r
){
var
a
=
this
;
if
(
"chapterVideo"
===
t
.
name
){
this
.
state
.
isChapterVideo
=!
0
;
var
s
=
this
.
$loading
({
lock
:
!
0
,
text
:
""
,
spinner
:
""
,
background
:
"rgba(255, 255, 255, 0.9)"
}),
i
=
"3"
!==
t
.
params
.
videoType
?
"getCurrentChapterDetail"
:
"getCurrentChapterDetailAliyun"
;
u
.
default
.
chapterAction
[
i
](
t
.
params
.
id
).
then
(
function
(
t
){
a
.
pptList
=
t
.
image
,
a
.
chapterPpts
=
t
.
rData
.
ppts
}).
catch
(
function
(
t
){
a
.
$message
.
error
(
t
.
message
)}).
finally
(
function
(){
s
.
close
()})}
else
this
.
state
.
isChapterVideo
=!
1
;
var
n
=
this
.
$loading
({
lock
:
!
0
,
text
:
""
,
spinner
:
""
,
background
:
"rgba(255, 255, 255, 0.9)"
});
if
(
"0"
===
t
.
params
.
cid
&&
"0"
===
t
.
params
.
sid
)
return
this
.
$message
({
message
:
"URL异常,重新选择课程学习!!!"
,
type
:
"info"
,
duration
:
1
e4
}),
void
n
.
close
();
u
.
default
.
chapterAction
.
getChapterList
(
t
.
params
.
cid
,
t
.
params
.
sid
,
t
.
params
.
id
).
then
(
function
(
e
){
a
.
chapterList
=
e
.
json
,
a
.
courseInfo
=
e
.
courseInfo
,
a
.
courseWork
=
e
.
courseWork
,
a
.
curChapterName
=
e
.
curJson
.
name
,
a
.
chapterId
=
e
.
curJson
.
chapterId
,
2
===
e
.
curJson
.
type
&&
u
.
default
.
chapterAction
.
getProgress
(
a
.
id
,
p
.
default
.
other
.
getIdt
(),
a
.
sid
).
then
(
function
(
t
){
a
.
chapterVideo
=
2
===
e
.
curJson
.
type
&&
e
.
curJson
.
chapterVideo
||
{},
a
.
chapterVideo
.
progress
=
t
}).
catch
(
function
(
t
){
a
.
$message
.
error
(
t
.
message
)}),
a
.
chapterRead
=
4
===
e
.
curJson
.
type
&&
e
.
curJson
.
chapterRead
||
{},
a
.
chapterExam
=
3
===
e
.
curJson
.
type
&&
1
===
e
.
curJson
.
work_type
&&
e
.
curJson
.
homework
||
{},
a
.
chapterWork
=
3
===
e
.
curJson
.
type
&&
2
===
e
.
curJson
.
work_type
&&
e
.
curJson
.
chapterWork
||
{}}).
catch
(
function
(
t
){
a
.
$message
.
error
(
t
.
message
)}).
finally
(
function
(){
n
.
close
()}),
r
()},
mounted
:
function
(){
var
r
=
this
;
if
(
"chapterVideo"
===
this
.
$route
.
name
){
this
.
state
.
isChapterVideo
=!
0
;
var
t
=
this
.
$loading
({
lock
:
!
0
,
text
:
""
,
spinner
:
""
,
background
:
"rgba(255, 255, 255, 0.9)"
}),
e
=
"3"
!==
this
.
videoType
?
"getCurrentChapterDetail"
:
"getCurrentChapterDetailAliyun"
;
u
.
default
.
chapterAction
[
e
](
this
.
id
).
then
(
function
(
t
){
r
.
pptList
=
t
.
image
,
r
.
chapterPpts
=
t
.
rData
.
ppts
}).
catch
(
function
(
t
){
r
.
$message
.
error
(
t
.
message
)}).
finally
(
function
(){
t
.
close
()})}
var
a
=
this
.
$loading
({
lock
:
!
0
,
text
:
""
,
spinner
:
""
,
background
:
"rgba(255, 255, 255, 0.9)"
});
if
(
"0"
===
this
.
cid
&&
"0"
===
this
.
sid
)
return
this
.
$message
({
message
:
"URL异常,请点击“返回首页”,重新选择课程学习!"
,
type
:
"info"
,
duration
:
1
e4
}),
void
a
.
close
();
u
.
default
.
chapterAction
.
getChapterList
(
this
.
cid
,
this
.
sid
,
this
.
id
).
then
(
function
(
e
){
r
.
chapterList
=
e
.
json
,
r
.
courseInfo
=
e
.
courseInfo
,
r
.
courseWork
=
e
.
courseWork
,
r
.
curChapterName
=
e
.
curJson
.
name
,
r
.
chapterId
=
e
.
curJson
.
chapterId
,
2
===
e
.
curJson
.
type
&&
u
.
default
.
chapterAction
.
getProgress
(
r
.
id
,
p
.
default
.
other
.
getIdt
(),
r
.
sid
).
then
(
function
(
t
){
r
.
chapterVideo
=
2
===
e
.
curJson
.
type
&&
e
.
curJson
.
chapterVideo
||
{},
r
.
chapterVideo
.
progress
=
t
}).
catch
(
function
(
t
){
r
.
$message
.
error
(
t
.
message
)}),
r
.
chapterRead
=
4
===
e
.
curJson
.
type
&&
e
.
curJson
.
chapterRead
||
{},
r
.
chapterExam
=
3
===
e
.
curJson
.
type
&&
1
===
e
.
curJson
.
work_type
&&
e
.
curJson
.
homework
||
{},
r
.
chapterWork
=
3
===
e
.
curJson
.
type
&&
2
===
e
.
curJson
.
work_type
&&
e
.
curJson
.
chapterWork
||
{}}).
catch
(
function
(
t
){
r
.
$message
.
error
(
t
.
message
)}).
finally
(
function
(){
a
.
close
()})},
methods
:{
changeSideBar
:
function
(
t
){
this
.
state
.
sideBar
=
t
},
handlePlayTime
:
function
(
t
){
this
.
$refs
.
sidePpt
&&
this
.
$refs
.
sidePpt
.
setIndexByPoint
(
t
)},
handleClickSidePpt
:
function
(
t
){
var
e
=
this
.
chapterPpts
||
[];
if
(
e
.
length
>
t
&&
this
.
$refs
.
comTotalChapter
){
var
r
=
e
[
t
];
this
.
$refs
.
comTotalChapter
.
setVideoTime
(
r
.
ppt_point
)}},
updateProgress
:
function
(
a
){
var
r
=
this
;
if
(
a
.
cpt
){
for
(
var
s
=
[],
t
=
0
,
e
=
0
;
e
<
a
.
ps
.
length
;
e
++
){
s
[
e
]
=
a
.
ps
[
e
];
var
i
=
Math
.
floor
(
a
.
ps
[
e
])
||
1
;
i
!==
t
&&
(
a
.
map
[
i
-
1
]
+=
1
,
t
=
i
)}
var
n
=
s
;
s
=
[];
for
(
var
c
=
t
=
0
;
c
<
n
.
length
;
c
++
)
Math
.
floor
(
n
[
c
])
!==
t
&&
(
s
.
push
(
Math
.
floor
(
n
[
c
])),
t
=
Math
.
floor
(
n
[
c
]));
var
o
=
window
.
G
.
UserInfo
;
u
.
default
.
chapterAction
.
updateProgress
({
sid
:
o
&&
o
.
student_info
&&
o
.
student_info
.
id
||
""
,
uid
:
o
&&
o
.
uid
||
""
,
d
:
p
.
default
.
other
.
getIdt
(),
i
:
p
.
default
.
other
.
getIdt
(),
c
:
this
.
cid
,
s
:
this
.
sid
,
v
:
a
.
vid
,
_p
:
parseInt
(
a
.
pt
),
_m
:
parseInt
(
a
.
mpt
),
_c
:
parseInt
(
a
.
cpt
),
ps
:
s
.
join
(
","
)}).
then
(
function
(
t
){
if
(
t
.
success
)
for
(
var
e
=
0
;
e
<
s
.
length
;
e
++
)
a
.
ps
.
shift
();
else
{
var
r
=
document
.
getElementById
(
"player"
);
!!
r
.
callAction
?
r
.
callAction
(
"pause"
):
r
.
children
[
0
].
pause
()}}).
catch
(
function
(
t
){
r
.
$message
.
error
(
t
.
message
);
var
e
=
document
.
getElementById
(
"player"
);
!!
e
.
callAction
?
e
.
callAction
(
"pause"
):
e
.
children
[
0
].
pause
()}).
finally
(
function
(){})}},
changeVideoArr
:
function
(
t
){
console
.
log
(
"已经实现"
),
t
.
callback
&&
t
.
callback
()}}}},
361
:
function
(
t
,
e
,
r
){
"use strict"
;
r
.
r
(
e
);
var
a
=
r
(
362
),
s
=
r
.
n
(
a
);
for
(
var
i
in
a
)
"default"
!==
i
&&
function
(
t
){
r
.
d
(
e
,
t
,
function
(){
return
a
[
t
]})}(
i
);
e
.
default
=
s
.
a
},
362
:
function
(
t
,
e
,
r
){
"use strict"
;
Object
.
defineProperty
(
e
,
"__esModule"
,{
value
:
!
0
}),
e
.
default
=
{
props
:{
list
:{
type
:
Object
,
require
:
!
1
},
sid
:{
type
:
String
,
require
:
!
1
},
cid
:{
type
:
String
,
require
:
!
1
}},
methods
:{
jumpToOtherVA
:
function
(
t
){
var
e
=
t
.
target
.
dataset
,
r
=
this
.
sid
,
a
=
this
.
cid
,
s
=
e
.
vid
,
i
=
e
.
type
;
if
(
e
.
hasva
)
this
.
$router
.
push
({
path
:
"/player/"
+
r
+
"/"
+
a
+
"/chapter-video/"
+
s
+
"/"
+
i
});
else
{
var
n
=
e
.
index
,
c
=
e
.
count
,
o
=
this
.
list
.
course
[
n
];
if
(
o
&&
o
.
chapters
[
c
]){
if
(
"course_info"
===
o
.
chapters
[
c
].
id
)
this
.
$router
.
push
({
path
:
"/player/"
+
r
+
"/"
+
a
+
"/course-info/course_info"
});
else
if
(
"course_work"
===
o
.
chapters
[
c
].
id
){
if
(
!
this
.
list
.
survey
)
return
void
this
.
$message
(
"请先填写教学评估,然后完成大作业。"
);
this
.
$router
.
push
({
path
:
"/player/"
+
r
+
"/"
+
a
+
"/course-work/course_work"
})}
else
3
===
o
.
chapters
[
c
].
type
?
1
===
o
.
chapters
[
c
].
work_type
?
this
.
$router
.
push
({
path
:
"/player/"
+
r
+
"/"
+
a
+
"/chapter-exam/"
+
s
}):
2
===
o
.
chapters
[
c
].
work_type
&&
this
.
$router
.
push
({
path
:
"/player/"
+
r
+
"/"
+
a
+
"/chapter-work/"
+
s
}):
4
===
o
.
chapters
[
c
].
type
?
this
.
$router
.
push
({
path
:
"/player/"
+
r
+
"/"
+
a
+
"/chapter-read/"
+
s
}):
"teach_evaluation"
===
o
.
chapters
[
c
].
id
&&
this
.
$router
.
push
({
path
:
"/survey/"
+
r
+
"/"
+
a
});
return
}
this
.
$message
.
error
(
"系统未知错误,002"
)}}}}},
363
:
function
(
t
,
e
,
r
){},
364
:
function
(
t
,
e
,
r
){
"use strict"
;
r
.
r
(
e
);
var
a
=
r
(
365
),
s
=
r
.
n
(
a
);
for
(
var
i
in
a
)
"default"
!==
i
&&
function
(
t
){
r
.
d
(
e
,
t
,
function
(){
return
a
[
t
]})}(
i
);
e
.
default
=
s
.
a
},
365
:
function
(
t
,
e
,
r
){
"use strict"
;
Object
.
defineProperty
(
e
,
"__esModule"
,{
value
:
!
0
}),
e
.
default
=
{
props
:{
ppt
:{
type
:
Object
,
require
:
!
1
}},
methods
:{
setIndexByPoint
:
function
(
t
){
for
(
var
e
=
(
this
.
ppt
.
imgUrls
||
[]).
length
,
r
=
0
;
r
<
e
&&!
(
t
<
this
.
ppt
.
timeArr
[
r
]);
r
++
);
this
.
ppt
.
selectIndex
!==
r
-
1
&&
(
this
.
ppt
.
selectIndex
=
r
-
1
)},
onClickPpt
:
function
(
t
){
var
e
=
t
.
currentTarget
.
dataset
.
index
-
0
;
this
.
ppt
.
selectIndex
!==
e
&&
(
this
.
ppt
.
selectIndex
=
e
,
this
.
$emit
(
"handleClickPpt"
,
e
))}}}},
366
:
function
(
t
,
e
,
r
){},
367
:
function
(
t
,
e
,
r
){},
423
:
function
(
t
,
e
,
r
){
"use strict"
;
r
.
r
(
e
);
var
a
=
r
(
473
),
s
=
r
(
361
);
for
(
var
i
in
s
)
"default"
!==
i
&&
function
(
t
){
r
.
d
(
e
,
t
,
function
(){
return
s
[
t
]})}(
i
);
r
(
424
);
var
n
=
r
(
1
),
c
=
Object
(
n
.
a
)(
s
.
default
,
a
.
a
,
a
.
b
,
!
1
,
null
,
"4954b36b"
,
null
);
e
.
default
=
c
.
exports
},
424
:
function
(
t
,
e
,
r
){
"use strict"
;
var
a
=
r
(
363
);
r
.
n
(
a
).
a
},
425
:
function
(
t
,
e
,
r
){
"use strict"
;
r
.
r
(
e
);
var
a
=
r
(
472
),
s
=
r
(
364
);
for
(
var
i
in
s
)
"default"
!==
i
&&
function
(
t
){
r
.
d
(
e
,
t
,
function
(){
return
s
[
t
]})}(
i
);
r
(
426
);
var
n
=
r
(
1
),
c
=
Object
(
n
.
a
)(
s
.
default
,
a
.
a
,
a
.
b
,
!
1
,
null
,
"8ec544e6"
,
null
);
e
.
default
=
c
.
exports
},
426
:
function
(
t
,
e
,
r
){
"use strict"
;
var
a
=
r
(
366
);
r
.
n
(
a
).
a
},
427
:
function
(
t
,
e
,
r
){
"use strict"
;
var
a
=
r
(
367
);
r
.
n
(
a
).
a
},
468
:
function
(
t
,
e
,
r
){
"use strict"
;
function
a
(){
var
e
=
this
,
t
=
e
.
$createElement
,
r
=
e
.
_self
.
_c
||
t
;
return
r
(
"div"
,{
class
:[
"play"
,
e
.
state
.
sideBar
?
""
:
"sidebar-hide"
]},[
r
(
"div"
,{
staticClass
:
"left-content"
},[
r
(
"div"
,{
staticClass
:
"play-top cl"
,
style
:
e
.
state
.
sideBar
?{}:{
marginRight
:
0
}},[
r
(
"router-link"
,{
staticClass
:
"router-link-class"
,
attrs
:{
to
:{
path
:
"/app/my-learn/course-detail/"
+
e
.
sid
+
"/"
+
e
.
cid
}}},[
r
(
"i"
,{
staticClass
:
"play-back el-icon-arrow-left"
})]),
e
.
_v
(
" "
),
r
(
"p"
,[
e
.
_v
(
e
.
_s
(
e
.
chapterList
.
title
))])],
1
),
e
.
_v
(
" "
),
r
(
"div"
,{
staticClass
:
"play-content"
},[
r
(
"router-view"
,{
ref
:
"comTotalChapter"
,
attrs
:{
chapterName
:
e
.
curChapterName
,
chapterId
:
e
.
chapterId
,
courseInfo
:
e
.
courseInfo
,
courseWork
:
e
.
courseWork
,
chapterRead
:
e
.
chapterRead
,
chapterWork
:
e
.
chapterWork
,
chapterExam
:
e
.
chapterExam
,
chapterVideo
:
e
.
chapterVideo
,
ppts
:
e
.
chapterPpts
,
videoType
:
e
.
videoType
},
on
:{
changeVideoArr
:
e
.
changeVideoArr
,
handlePlayTime
:
e
.
handlePlayTime
,
updateProgress
:
e
.
updateProgress
}})],
1
)]),
e
.
_v
(
" "
),
r
(
"div"
,{
staticClass
:
"right-ctrl"
,
style
:{
right
:(
e
.
state
.
sideBar
?
0
:
-
388
)
+
"px"
}},[
r
(
"p"
,{
staticClass
:
"ctrl-arrow"
,
on
:{
click
:
function
(
t
){
return
e
.
changeSideBar
(
""
)}}},[
r
(
"span"
,[
e
.
_v
(
">"
)])]),
e
.
_v
(
" "
),
r
(
"div"
,{
staticClass
:
"ctrl-pl"
},[
r
(
"ul"
,{
staticClass
:
"pl-tab-hd"
},[
r
(
"li"
,{
class
:[
e
.
state
.
sideBar
===
e
.
SIDEBAR_CHAPTER
?
"on"
:
""
]},[
r
(
"a"
,{
attrs
:{
href
:
"#"
+
e
.
SIDEBAR_CHAPTER
},
on
:{
click
:
function
(
t
){
return
e
.
changeSideBar
(
e
.
SIDEBAR_CHAPTER
)}}},[
e
.
_v
(
"章节"
)])]),
e
.
_v
(
" "
),
e
.
state
.
isChapterVideo
?[
r
(
"li"
,{
class
:[
"br-l-line"
,
e
.
state
.
sideBar
===
e
.
SIDEBAR_PPT
?
"on"
:
""
]},[
r
(
"a"
,{
attrs
:{
href
:
"#"
+
e
.
SIDEBAR_PPT
},
on
:{
click
:
function
(
t
){
return
e
.
changeSideBar
(
e
.
SIDEBAR_PPT
)}}},[
e
.
_v
(
"讲义"
)])])]:
e
.
_e
()],
2
),
e
.
_v
(
" "
),
r
(
"div"
,{
staticClass
:
"pl-tab-bd"
},[
e
.
state
.
sideBar
===
e
.
SIDEBAR_CHAPTER
?[
r
(
"side-chapter-list"
,{
attrs
:{
list
:
e
.
chapterList
,
sid
:
e
.
sid
,
cid
:
e
.
cid
}})]:
e
.
_e
(),
e
.
_v
(
" "
),
e
.
state
.
sideBar
===
e
.
SIDEBAR_PPT
?[
r
(
"side-chapter-ppt"
,{
ref
:
"sidePpt"
,
attrs
:{
ppt
:
e
.
pptList
},
on
:{
handleClickPpt
:
e
.
handleClickSidePpt
}})]:
e
.
_e
()],
2
)])]),
e
.
_v
(
" "
),
e
.
state
.
sideBar
?
e
.
_e
():[
r
(
"div"
,{
staticClass
:
"switch"
},[
r
(
"a"
,{
staticClass
:
"switch-chapter"
,
attrs
:{
href
:
"#"
+
e
.
SIDEBAR_CHAPTER
},
on
:{
click
:
function
(
t
){
return
e
.
changeSideBar
(
e
.
SIDEBAR_CHAPTER
)}}},[
r
(
"i"
,{
staticClass
:
"el-icon-self-wenjian"
}),
e
.
_v
(
" "
),
r
(
"div"
,[
e
.
_v
(
"章节"
)])]),
e
.
_v
(
" "
),
e
.
state
.
isChapterVideo
?[
r
(
"a"
,{
staticClass
:
"switch-handout"
,
attrs
:{
href
:
"#"
+
e
.
SIDEBAR_PPT
},
on
:{
click
:
function
(
t
){
return
e
.
changeSideBar
(
e
.
SIDEBAR_PPT
)}}},[
r
(
"i"
,{
staticClass
:
"el-icon-self-PPT"
}),
e
.
_v
(
" "
),
r
(
"div"
,[
e
.
_v
(
"讲义"
)])])]:
e
.
_e
()],
2
)]],
2
)}
var
s
=
[];
r
.
d
(
e
,
"a"
,
function
(){
return
a
}),
r
.
d
(
e
,
"b"
,
function
(){
return
s
})},
472
:
function
(
t
,
e
,
r
){
"use strict"
;
function
a
(){
var
r
=
this
,
t
=
r
.
$createElement
,
a
=
r
.
_self
.
_c
||
t
;
return
a
(
"div"
,{
staticClass
:
"tab-pane"
},[
a
(
"ul"
,{
staticClass
:
"lecture-list"
},[
r
.
_l
(
r
.
ppt
.
imgUrls
,
function
(
t
,
e
){
return
[
a
(
"li"
,{
key
:
e
,
class
:[
e
===
r
.
ppt
.
selectIndex
?
"on"
:
""
],
attrs
:{
"data-index"
:
e
},
on
:{
click
:
r
.
onClickPpt
}},[
a
(
"img"
,{
attrs
:{
src
:
t
,
alt
:
""
}})])]})],
2
)])}
var
s
=
[];
r
.
d
(
e
,
"a"
,
function
(){
return
a
}),
r
.
d
(
e
,
"b"
,
function
(){
return
s
})},
473
:
function
(
t
,
e
,
r
){
"use strict"
;
function
a
(){
var
a
=
this
,
t
=
a
.
$createElement
,
s
=
a
.
_self
.
_c
||
t
;
return
s
(
"div"
,{
staticClass
:
"tab-pane"
},[
s
(
"ul"
,{
staticClass
:
"chapter-list"
},[
a
.
_l
(
a
.
list
.
course
,
function
(
t
,
r
){
return
[
s
(
"li"
,{
key
:
r
,
staticClass
:
"chapter-item"
},[
s
(
"h4"
,[
a
.
_v
(
a
.
_s
(
t
.
title
))]),
a
.
_v
(
" "
),
s
(
"ul"
,{
staticClass
:
"knot-list"
},[
a
.
_l
(
t
.
chapters
,
function
(
t
,
e
){
return
[
s
(
"li"
,{
key
:
e
,
class
:[
"knob-item"
,
t
.
id
===
a
.
list
.
currentChapterId
?
"on"
:
""
]},[
s
(
"a"
,{
staticClass
:
"knot-name"
,
attrs
:{
"data-vid"
:
t
.
id
,
"data-type"
:
t
.
video_provider
,
"data-hasVA"
:
t
.
time
,
"data-index"
:
r
,
"data-count"
:
e
},
on
:{
click
:
a
.
jumpToOtherVA
}},[
a
.
_v
(
a
.
_s
(
t
.
name
))]),
a
.
_v
(
" "
),
s
(
"i"
,{
class
:[
"el-icon"
,
t
.
time
?
"el-icon-self-iconset0481"
:
3
===
t
.
type
?
"el-icon-edit-outline"
:
"el-icon-self-cc-book"
]})])]})],
2
)])]})],
2
)])}
var
s
=
[];
r
.
d
(
e
,
"a"
,
function
(){
return
a
}),
r
.
d
(
e
,
"b"
,
function
(){
return
s
})}}]);
\ No newline at end of file
server/client-dist/resources/6.
9f3ffa49e4b0
.css
→
server/client-dist/resources/6.
1f5b7a073162
.css
浏览文件 @
7876f8da
.tab-pane
[
data-v-4954b36b
]
{
display
:
block
;
height
:
100%
;
overflow
:
auto
}
.tab-pane
.chapter-list
[
data-v-4954b36b
]
{
margin
:
0
;
padding
:
0
;
line-height
:
1.6
;
overflow
:
hidden
}
.tab-pane
.chapter-list
.chapter-item
h4
[
data-v-4954b36b
]
{
padding
:
10px
22px
;
margin
:
0
;
font-size
:
15px
;
color
:
#b0b0b0
;
background-color
:
#2f2f2f
}
.tab-pane
.chapter-list
.chapter-item
.knot-list
[
data-v-4954b36b
]
{
margin
:
0
;
padding
:
0
;
line-height
:
1.6
;
overflow
:
hidden
}
.tab-pane
.chapter-list
.chapter-item
.knot-list
li
[
data-v-4954b36b
]
{
position
:
relative
}
.tab-pane
.chapter-list
.chapter-item
.knot-list
li
.on
[
data-v-4954b36b
]
{
background
:
#3c3c3c
}
.tab-pane
.chapter-list
.chapter-item
.knot-list
li
.on
a
[
data-v-4954b36b
]
{
color
:
#b49441
}
.tab-pane
.chapter-list
.chapter-item
.knot-list
li
[
data-v-4954b36b
]
:hover
{
background
:
#3c3c3c
}
.tab-pane
.chapter-list
.chapter-item
.knot-list
li
[
data-v-4954b36b
]
:before
{
display
:
block
;
content
:
""
;
position
:
absolute
;
left
:
13px
;
top
:
16px
;
z-index
:
10
;
width
:
18px
;
height
:
18px
;
background
:
#5b5b5b
;
border
:
2px
solid
#5b5b5b
;
-webkit-border-radius
:
50%
;
-moz-border-radius
:
50%
;
border-radius
:
50%
}
.tab-pane
.chapter-list
.chapter-item
.knot-list
li
[
data-v-4954b36b
]
:after
{
display
:
block
;
content
:
""
;
position
:
absolute
;
left
:
22px
;
top
:
0
;
z-index
:
5
;
width
:
1px
;
height
:
100px
;
background
:
#616161
}
.tab-pane
.chapter-list
.chapter-item
.knot-list
.knot-name
[
data-v-4954b36b
]
{
display
:
block
;
padding
:
15px
35px
15px
40px
;
font-size
:
14px
;
color
:
#909090
;
text-decoration
:
none
;
cursor
:
pointer
}
.tab-pane
.chapter-list
.chapter-item
.el-icon
[
data-v-4954b36b
]
{
position
:
absolute
;
font-size
:
16px
;
right
:
10px
;
top
:
50%
;
-webkit-transform
:
translateY
(
-50%
);
-moz-transform
:
translateY
(
-50%
);
-ms-transform
:
translateY
(
-50%
);
-o-transform
:
translateY
(
-50%
);
transform
:
translateY
(
-50%
)}
.tab-pane
[
data-v-8ec544e6
]
{
display
:
block
;
height
:
100%
;
overflow
:
auto
}
.tab-pane
.lecture-list
[
data-v-8ec544e6
]
{
padding
:
8px
16px
}
.tab-pane
.lecture-list
li
[
data-v-8ec544e6
]
{
padding
:
8px
16px
;
cursor
:
pointer
;
list-style
:
none
}
.tab-pane
.lecture-list
li
.on
[
data-v-8ec544e6
]
{
background
:
#888
}
.tab-pane
.lecture-list
li
img
[
data-v-8ec544e6
]
{
width
:
100%
}
.play
{
overflow
:
hidden
;
position
:
fixed
;
top
:
0
;
z-index
:
800
;
width
:
100%
;
height
:
100%
;
background-color
:
#3f3f3f
;
color
:
#a0a0a0
}
.play
.left-content
{
position
:
absolute
;
right
:
350px
;
top
:
0
;
left
:
0
;
bottom
:
0
;
min-width
:
705px
;
height
:
100%
}
.play.sidebar-hide
.left-content
{
right
:
0
}
.play
.play-top
{
line-height
:
56px
}
.play
.play-top
p
{
font-size
:
1.5em
;
text-align
:
center
;
margin
:
0
}
.play
.play-back
{
position
:
absolute
;
top
:
6px
;
left
:
10px
;
width
:
40px
;
height
:
40px
;
overflow
:
hidden
;
color
:
#fff
;
font-size
:
24px
;
line-height
:
40px
;
text-align
:
center
}
.play
.play-content
{
position
:
absolute
;
top
:
56px
;
bottom
:
0
;
left
:
0
;
right
:
0
}
.play
.play-content-video
{
height
:
100%
}
.play
.play-center
.text-error
{
font-size
:
.875em
;
line-height
:
1.5em
}
.play
.play-video-hide
{
visibility
:
hidden
;
overflow
:
hidden
;
width
:
0
}
.play
.play-video-init-center
{
position
:
absolute
;
top
:
50%
;
left
:
50%
;
margin
:
-180px
0
0
-275px
}
.play
.play-ppt
{
position
:
relative
;
width
:
550px
;
height
:
363.375px
;
background-color
:
#000
}
.play
.play-ppt-img
{
width
:
100%
;
height
:
100%
}
.play
.play-controls
{
position
:
absolute
;
bottom
:
0
;
left
:
0
;
right
:
0
;
height
:
44px
;
line-height
:
42px
;
padding
:
0
14px
;
background-color
:
#000
}
.play
.play-controls
.fl
i
{
color
:
#8c8c8b
}
.play
.play-page
{
position
:
absolute
;
left
:
50%
;
margin-left
:
-75px
;
color
:
#fff
;
width
:
150px
;
text-align
:
center
;
font-size
:
.875em
}
.play
.play-page
.play-now
{
color
:
#d29f29
}
.play
.play-amazing
{
float
:
right
}
.play
.play-amazing
i
{
color
:
#fff
;
margin
:
0
10px
;
cursor
:
pointer
}
.play
.play-amazing
i
.active
,
.play
.play-amazing
i
:hover
{
color
:
#d29f29
}
.play
.play-amazing
.icon-rotate
{
font-size
:
1.125em
}
.play
.play-footer
{
position
:
absolute
;
bottom
:
0
;
left
:
0
;
right
:
0
;
z-index
:
200
;
padding
:
18px
20px
15px
}
.play
.play-footer
a
:hover
{
color
:
#a0a0a0
}
.play
.play-state
{
display
:
inline-block
;
color
:
#a0a0a0
;
padding-left
:
25px
;
font-size
:
14px
;
line-height
:
18px
;
margin
:
0
20px
;
background
:
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAGLCAMAAAFly2nyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3NpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyMDA3NTdkYS1iNTY5LTQ5MGEtYTA4MS02YWNlYWZlMGM2YzMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDg4NUE2RkFFMkVCMTFFN0FBREZBNkNDMUEwRTI3OTkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDg4NUE2RjlFMkVCMTFFN0FBREZBNkNDMUEwRTI3OTkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YzU0NDA3MDYtMWE4Mi00MDk4LTg2NWYtMzYwMmY4NWY1NThkIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjIwMDc1N2RhLWI1NjktNDkwYS1hMDgxLTZhY2VhZmUwYzZjMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pn/9WLEAAAGAUExURV9WQIWFhbGSQVVVVXR0dFNTU7SUQUBAQE5OTkFBQU9PT0JCQp6enpiYmFFMP6mMQUBAP5aWllFRUWpqaqqNQZGRkVhYWEpKSouLi5CQkJqBQYGBgXp6emVlZXJkQFJNP52dnUJBP5OTk6GGQYKCgpubm2hoaFlZWZWVlWFhYUtLS319fXl5eZ+fn4CAgFtTP0NDQ1xUP4ZyQE1NTUREREVFRUZGRpmZmVtbW2xsbIODg1paWlxcXFdXV3FjQGdnZ0hISHNzc1BQUF5eXmlpaYiIiIl1QHNlQKKHQZeXl2FYQF1dXWBXQFZWVl9fX0dHR0pHP1hRP6+QQYaGhnt7e0NCP6uOQYVyQFVPP6CFQWRkZHpqQHFxcZKSkqOIQV5VQH5tQG9iQI+Pj0VDP5d/QKSIQaSJQaCGQXBjQFJSUm9vb35+fmNjY2tra2hdQI14QEVEP4mJiWZbQFlSP6iLQV1VQHZ2dpycnIqKioRxQJR9QE5KP5SUlHx8fKCgoD8/P7j7iVMAAAVKSURBVHjabM3RCYAwDEXRR6GBQkEcoUMIDuFMuatrBW2DflwCB8KTg9wRjLZuRMu9HO3xYBVViiiTJZRoog3b3e+Ndfo9zGTXXfjuvPmvnwKIAUyhII16LIJwxIrMFQOREpIwbjyIlFKGcoEORdYIdCNWA+swzOeqBwgghjobaDhiJYHhjkeW1ZQVn6w4iPSvx22CBIN1vWR9Eg5ZKQafeuX6SGyuQiIxZdmQyHoCZB0kvrDKWkLZsvX1AAEEJE3BKsHqBeuIMBndFkg419WTqpcdRLKCw1mIlUS9kNQPzhccEL1Em6ATCyTVoCJZQJKdG8x24eIgqDc8DkjaQUWigaRAKJgtJ89HSG8dEFiA2XUYpCcBvWxA4ANms2GQ/CSHG2pogNKAngrYhZyQPM5OpF5RCFsBTGqASF2QCEAAgVOvKzQh54K8DRcVQkrY9VRi1rnWg5MhNIiFoUwnuChVbQOmsnpQggMxHVhZWVnhogas1LdNCERCrQACThiTHSZKVdvqbe2BFLs5kCkDFuGtFwbHsqCJTX09F1ABL1hYnYsqthkmAimBMCDTCCwiUi9Xz+ABTNAFXvX18kAFIhCF8lRJJTBWHWEm5baxwVhshJnUjUJimN4wZkidNIQZXGeFUFAHLgegaus0qWWxMy+SqFYdjKkqhqEWIIAQcQFiccGKjxpYQaKAKFI0kQoXCVRjBgkL6j4ORBmlhCitFGAsP6hYIWapNQhYrMgsbliR5wQr/DIRxaAZUoHINSjjA8IyQypX2RElrDGcBfOlOHJJyzpo/CEWy6MDZvECq4J6NVtgAxoip1bPIAyitYTqZRhA7Zp6xvp6HgaOemZ/JSBHiSGpvl4UKM5uzcAhBi3kGeo5JDkMXCQGwB+lcUzhYJaIAJCyMwS2/CFyGfUMciC6OqLeiEERxKqqr2di4KsPDEgDctIYIuvrPYBtLwEGBr54aPXBUM+nzJcsJ0V3fwjWQYAgUo6nhOULZTHT2R/8bBAAaVIiuhnksvShLP1BWgqQx/KGserqUGtMBkTVCWPUM1jVqcD0ZsOqW1DNqwczhWVgy/s6cbiYAitc1twZrk4U1lnk0IWKialC1UVpYJgHEKAd8+ppGIaisBlR0owOaCmFlkIZpZRd9i6jZYgtIQQ8gNgSAgkQ4wH7r2PHcbHjIt4Qorkvib5c+1i2ont86bWaxJ0lssG8CSFX2WG0w/lt+LxclcxwjLyYEiNeNVHGaiCPcSyUYb6W3z9onhgSI9EclVhVTswza0dc8x0hWcPb+/JMYWZqrE5kapRdJx3myyk0+DxDkxkbLGugbW/vf2AqexP2TzNkhmNxVGaKcrvgYnVjrrH6oKTh7f23TFuJ1euGodfHVjTKNCv9lZK2MAXpWOnkUOYEqbE0AimdEfWNuGAthUAnKcT5LWym1hbsSmIikLUtcr4520uzl7NYo9FuCdY4f+U8dcOz1rwjo3aNz5bWPB1Pma+R+HRlnIf/or2YbGtLFtsv/JT5w/x1PYwpANfBErk/RsFrgMBlkpFgU5FMdInAHjHzp48IPQV2yJfzagQKttU/fSi80+yWAtZouiGvu4cUnVFXPxQ+c2SCcwdDX63I4avqvdVhUAn1fJPVWue5GeJ6V+X6Wb/LJtagGKGJf30egQHWyXOeAwGuu1eu4/e7bJ1d6lg8r3t15m+yWggzIovj/6df5VmWeHQfP3YKkw6fMN8+RlM+t0a/O9HW+BAndNZChOW71cxGBZ9Roq9bk/MaOlkDmx+rd/clpPl6InBSZIrVuiWOXWodV0SNSRjpca3lE672gHeiUdU0AAAAAElFTkSuQmCC)
no-repeat
0
0
;
cursor
:
pointer
}
.play
.play-state
a
{
color
:
#a0a0a0
;
text-decoration
:
none
}
.play
.play-state-prev
{
background-position
:
0
2px
}
.play
.play-state-prev-disable
{
background-position
:
0
-78px
;
color
:
#666
}
.play
.play-state-next
{
background-position
:
0
-38px
}
.play
.play-state-next-disable
{
background-position
:
0
-118px
;
color
:
#666
}
.play
.play-state-check
{
background-position
:
0
-160px
}
.play
.play-state-check-active
{
background-position
:
0
-200px
;
color
:
#b19241
}
.play
.play-state-ppt
{
background-position
:
0
-240px
}
.play
.play-state-ppt-active
{
background-position
:
0
-280px
;
color
:
#b19241
}
.play
.play-state-next-disable
:hover
,
.play
.play-state-prev-disable
:hover
{
color
:
#666
!important
}
.play
.switch
{
display
:
block
;
width
:
36px
;
height
:
125px
;
position
:
absolute
;
right
:
0
;
top
:
50%
;
text-align
:
center
;
margin
:
-63px
0
0
;
z-index
:
998
;
cursor
:
pointer
}
.play
.switch
a
{
color
:
#a0a0a0
;
text-decoration
:
none
;
font-size
:
14px
;
line-height
:
2
;
margin-bottom
:
20px
}
.play
.switch
a
i
{
font-size
:
24px
;
padding
:
5px
;
background
:
#666
;
border-radius
:
4px
}
.play
.play-paper
{
position
:
absolute
;
top
:
0
;
bottom
:
0
;
left
:
0
;
right
:
0
;
overflow
:
auto
;
background-color
:
#e5e5e5
}
.play
.play-paper-body
{
min-height
:
500px
;
margin
:
25px
;
padding
:
15px
45px
25px
;
color
:
#313131
;
box-shadow
:
0
0
2px
rgba
(
0
,
0
,
0
,
.05
);
background-color
:
#f2f2f2
}
.play
.play-paper-title
{
margin
:
0
10px
;
text-align
:
center
}
.play
.play-paper-title
div
{
padding-bottom
:
3px
;
display
:
inline-block
;
border-bottom
:
1px
solid
#707070
}
.play
.play-paper-title
h3
{
padding
:
0
0
5px
;
margin
:
0
;
display
:
inline-block
;
font-size
:
20px
;
border-bottom
:
3px
solid
#707070
}
.play
.play-paper-body
.help
{
color
:
#999
;
font-size
:
12px
}
.play
.play-paper-body
.help-file
{
margin-top
:
-10px
}
.play
.play-paper-body
.area-btns
{
margin
:
20px
0
}
.play
.play-paper-body
.area-btns
.btn
{
padding
:
6px
25px
}
.play
.play-paper-body
.area-btns
.help
{
margin-top
:
10px
;
font-size
:
14px
}
.play
.play-paper-body
.area-btns
.help-info
{
display
:
inline-block
;
vertical-align
:
middle
}
.play
.play-paper-body
.webuploader-btn
.upbtn
{
color
:
#b49441
;
text-decoration
:
underline
;
padding
:
3px
15px
;
font-size
:
.9em
;
display
:
inline-block
}
.play
.play-paper-body
.webuploader-btn
.loading
.fa-spin
{
font-size
:
1.2em
!important
}
.play
.play-paper-body
label
{
font-weight
:
400
}
.play
.play-paper-body
input
{
vertical-align
:
middle
}
.play
.play-paper-check
{
margin-top
:
20px
;
padding
:
20px
;
border
:
1px
solid
#dedede
}
.play
.play-paper-check
h4
{
font-size
:
16px
;
margin
:
0
0
10px
}
.play
.play-paper-check-item
{
padding-left
:
3em
}
.play
.play-paper-check-item
b
{
margin-left
:
-3em
;
margin-top
:
1px
}
.play
.play-paper-check-item
.edit_html
,
.play
.play-paper-check-item
b
{
display
:
inline-block
;
vertical-align
:
top
}
.play
.play-read-files
{
padding
:
30px
;
margin
:
0
}
.play
.play-read-files
li
{
font-size
:
16px
;
padding
:
20px
30px
;
margin-bottom
:
10px
;
background-color
:
#fff
;
list-style
:
none
}
.play
.play-read-files
li
a
{
color
:
#333
;
text-decoration
:
none
}
.play
.play-read-files
li
a
:hover
{
color
:
#b49441
}
.play
.play-chapter-work
{
padding
:
25px
}
.play
.play-chapter-work
.work-number
{
margin-left
:
-25px
}
.play
.play-chapter-work
.work-title
{
margin-top
:
-20px
;
margin-bottom
:
10px
}
.play
.play-chapter-work
.area-btns
{
margin
:
20px
-25px
0
;
border-top
:
1px
solid
#eaeaea
;
padding-top
:
20px
}
.play
.play-chapter-exam
{
padding
:
25px
}
.play
.play-chapter-exam
li
{
position
:
relative
;
margin-top
:
15px
;
border-bottom
:
1px
solid
#b49441
}
.play
.play-chapter-exam
.exam-title
{
margin
:
-20px
0
10px
25px
}
.play
.play-chapter-exam
.wrong
{
color
:
#d80000
}
.play
.play-chapter-exam
.correct
{
color
:
#090
}
.play
.play-chapter-exam
.answer
{
position
:
absolute
;
right
:
25px
;
bottom
:
10px
}
.play
.play-chapter-exam
.result
{
float
:
right
;
margin-top
:
-20px
;
margin-right
:
-20px
;
font-size
:
16px
;
font-weight
:
700
}
.play
dd
,
.play
dl
,
.play
dt
,
.play
li
,
.play
ol
,
.play
ul
{
margin
:
0
;
padding
:
0
;
list-style
:
none
}
.play
.edit_html
p
{
padding
:
0
;
margin
:
0
0
15px
}
.play
.play-paper-step
{
font-weight
:
700
;
font-size
:
16px
;
margin
:
30px
-20px
15px
;
padding-bottom
:
10px
;
border-bottom
:
1px
dashed
#cecece
}
.play
.no-data
{
color
:
#c9c9c9
;
font-size
:
36px
;
padding
:
160px
0
;
text-align
:
center
}
.play
.hide
{
display
:
none
}
.play
.play-jiangyi
,
.play
.play-video
{
float
:
left
}
@media
(
max-width
:
768px
){
.play
.left-content
{
min-width
:
0
;
right
:
0
}
.play
.play-back
{
margin
:
0
}
.play
.play-chapter-work
{
padding
:
25px
0
;
margin-right
:
-20px
}
.play
.play-read-files
{
padding
:
30px
0
;
margin
:
0
-20px
}
.play
.switch
{
top
:
80%
}
.play
.play-paper-body
{
padding
:
15px
25px
25px
}
.play
.play-paper-step
{
margin
:
30px
0
15px
}}
.exam
.q-group
.q-title
p
{
padding
:
0
;
margin
:
0
}
.exam
.el-radio
+
.el-radio
{
margin-left
:
0
}
.exam
.el-radio__input.is-disabled
+
span
.el-radio__label
{
color
:
inherit
}
.exam
.el-checkbox
+
.el-checkbox
{
margin-left
:
0
}
.exam
.el-checkbox__input.is-disabled
+
span
.el-checkbox__label
{
color
:
inherit
}
.exam
.el-checkbox__label
,
.exam
.el-radio__label
{
white-space
:
normal
}
#player
.prism-cc-btn
,
#player
.prism-setting-btn
{
display
:
none
}
#player
.prism-player
.prism-progress
{
z-index
:
99
}
.right-ctrl
[
data-v-14399049
]
{
position
:
absolute
;
top
:
0
;
bottom
:
0
;
right
:
0
;
z-index
:
200
;
width
:
350px
;
background
:
#212121
;
border-left
:
19px
solid
#1b1b1b
}
.right-ctrl
.ctrl-arrow
[
data-v-14399049
]
{
position
:
absolute
;
top
:
0
;
left
:
-19px
;
bottom
:
0
;
width
:
19px
;
height
:
100%
;
font-size
:
14px
;
color
:
#969696
;
cursor
:
pointer
}
.right-ctrl
.ctrl-arrow
span
[
data-v-14399049
]
{
position
:
absolute
;
top
:
50%
;
left
:
0
;
width
:
19px
;
margin-top
:
-10px
;
text-align
:
center
;
color
:
#fff
}
.right-ctrl
.ctrl-pl
[
data-v-14399049
]
{
position
:
relative
;
height
:
100%
}
.right-ctrl
.ctrl-pl
.pl-tab-hd
[
data-v-14399049
]
{
margin
:
0
;
padding
:
15px
0
;
line-height
:
1.6
;
background-color
:
#232323
;
overflow
:
hidden
}
.right-ctrl
.ctrl-pl
.pl-tab-hd
li
[
data-v-14399049
]
{
float
:
left
;
position
:
relative
;
width
:
50%
;
padding
:
0
;
font-size
:
16px
;
color
:
#909090
;
text-align
:
center
;
list-style
:
none
;
cursor
:
pointer
}
.right-ctrl
.ctrl-pl
.pl-tab-hd
li
a
[
data-v-14399049
]
{
color
:
#909090
;
text-decoration
:
none
}
.right-ctrl
.ctrl-pl
.pl-tab-hd
li
.on
a
[
data-v-14399049
]
{
color
:
#b49441
}
.right-ctrl
.ctrl-pl
.pl-tab-hd
.br-l-line
[
data-v-14399049
]
{
border-left
:
1px
solid
#3f3f3f
}
.right-ctrl
.ctrl-pl
.pl-tab-bd
[
data-v-14399049
]
{
height
:
94%
}
.tab-pane
[
data-v-4954b36b
]
{
display
:
block
;
height
:
100%
;
overflow
:
auto
}
.tab-pane
.chapter-list
[
data-v-4954b36b
]
{
margin
:
0
;
padding
:
0
;
line-height
:
1.6
;
overflow
:
hidden
}
.tab-pane
.chapter-list
.chapter-item
h4
[
data-v-4954b36b
]
{
padding
:
10px
22px
;
margin
:
0
;
font-size
:
15px
;
color
:
#b0b0b0
;
background-color
:
#2f2f2f
}
.tab-pane
.chapter-list
.chapter-item
.knot-list
[
data-v-4954b36b
]
{
margin
:
0
;
padding
:
0
;
line-height
:
1.6
;
overflow
:
hidden
}
.tab-pane
.chapter-list
.chapter-item
.knot-list
li
[
data-v-4954b36b
]
{
position
:
relative
}
.tab-pane
.chapter-list
.chapter-item
.knot-list
li
.on
[
data-v-4954b36b
]
{
background
:
#3c3c3c
}
.tab-pane
.chapter-list
.chapter-item
.knot-list
li
.on
a
[
data-v-4954b36b
]
{
color
:
#b49441
}
.tab-pane
.chapter-list
.chapter-item
.knot-list
li
[
data-v-4954b36b
]
:hover
{
background
:
#3c3c3c
}
.tab-pane
.chapter-list
.chapter-item
.knot-list
li
[
data-v-4954b36b
]
:before
{
display
:
block
;
content
:
""
;
position
:
absolute
;
left
:
13px
;
top
:
16px
;
z-index
:
10
;
width
:
18px
;
height
:
18px
;
background
:
#5b5b5b
;
border
:
2px
solid
#5b5b5b
;
-webkit-border-radius
:
50%
;
-moz-border-radius
:
50%
;
border-radius
:
50%
}
.tab-pane
.chapter-list
.chapter-item
.knot-list
li
[
data-v-4954b36b
]
:after
{
display
:
block
;
content
:
""
;
position
:
absolute
;
left
:
22px
;
top
:
0
;
z-index
:
5
;
width
:
1px
;
height
:
100px
;
background
:
#616161
}
.tab-pane
.chapter-list
.chapter-item
.knot-list
.knot-name
[
data-v-4954b36b
]
{
display
:
block
;
padding
:
15px
35px
15px
40px
;
font-size
:
14px
;
color
:
#909090
;
text-decoration
:
none
;
cursor
:
pointer
}
.tab-pane
.chapter-list
.chapter-item
.el-icon
[
data-v-4954b36b
]
{
position
:
absolute
;
font-size
:
16px
;
right
:
10px
;
top
:
50%
;
-webkit-transform
:
translateY
(
-50%
);
-moz-transform
:
translateY
(
-50%
);
-ms-transform
:
translateY
(
-50%
);
-o-transform
:
translateY
(
-50%
);
transform
:
translateY
(
-50%
)}
.tab-pane
[
data-v-8ec544e6
]
{
display
:
block
;
height
:
100%
;
overflow
:
auto
}
.tab-pane
.lecture-list
[
data-v-8ec544e6
]
{
padding
:
8px
16px
}
.tab-pane
.lecture-list
li
[
data-v-8ec544e6
]
{
padding
:
8px
16px
;
cursor
:
pointer
;
list-style
:
none
}
.tab-pane
.lecture-list
li
.on
[
data-v-8ec544e6
]
{
background
:
#888
}
.tab-pane
.lecture-list
li
img
[
data-v-8ec544e6
]
{
width
:
100%
}
.play
{
overflow
:
hidden
;
position
:
fixed
;
top
:
0
;
z-index
:
800
;
width
:
100%
;
height
:
100%
;
background-color
:
#3f3f3f
;
color
:
#a0a0a0
}
.play
.left-content
{
position
:
absolute
;
right
:
350px
;
top
:
0
;
left
:
0
;
bottom
:
0
;
min-width
:
705px
;
height
:
100%
}
.play.sidebar-hide
.left-content
{
right
:
0
}
.play
.play-top
{
line-height
:
56px
}
.play
.play-top
p
{
font-size
:
1.5em
;
text-align
:
center
;
margin
:
0
}
.play
.play-back
{
position
:
absolute
;
top
:
6px
;
left
:
10px
;
width
:
40px
;
height
:
40px
;
overflow
:
hidden
;
color
:
#fff
;
font-size
:
24px
;
line-height
:
40px
;
text-align
:
center
}
.play
.play-content
{
position
:
absolute
;
top
:
56px
;
bottom
:
0
;
left
:
0
;
right
:
0
}
.play
.play-content-video
{
height
:
100%
}
.play
.play-center
.text-error
{
font-size
:
.875em
;
line-height
:
1.5em
}
.play
.play-video-hide
{
visibility
:
hidden
;
overflow
:
hidden
;
width
:
0
}
.play
.play-video-init-center
{
position
:
absolute
;
top
:
50%
;
left
:
50%
;
margin
:
-180px
0
0
-275px
}
.play
.play-ppt
{
position
:
relative
;
width
:
550px
;
height
:
363.375px
;
background-color
:
#000
}
.play
.play-ppt-img
{
width
:
100%
;
height
:
100%
}
.play
.play-controls
{
position
:
absolute
;
bottom
:
0
;
left
:
0
;
right
:
0
;
height
:
44px
;
line-height
:
42px
;
padding
:
0
14px
;
background-color
:
#000
}
.play
.play-controls
.fl
i
{
color
:
#8c8c8b
}
.play
.play-page
{
position
:
absolute
;
left
:
50%
;
margin-left
:
-75px
;
color
:
#fff
;
width
:
150px
;
text-align
:
center
;
font-size
:
.875em
}
.play
.play-page
.play-now
{
color
:
#d29f29
}
.play
.play-amazing
{
float
:
right
}
.play
.play-amazing
i
{
color
:
#fff
;
margin
:
0
10px
;
cursor
:
pointer
}
.play
.play-amazing
i
.active
,
.play
.play-amazing
i
:hover
{
color
:
#d29f29
}
.play
.play-amazing
.icon-rotate
{
font-size
:
1.125em
}
.play
.play-footer
{
position
:
absolute
;
bottom
:
0
;
left
:
0
;
right
:
0
;
z-index
:
200
;
padding
:
18px
20px
15px
}
.play
.play-footer
a
:hover
{
color
:
#a0a0a0
}
.play
.play-state
{
display
:
inline-block
;
color
:
#a0a0a0
;
padding-left
:
25px
;
font-size
:
14px
;
line-height
:
18px
;
margin
:
0
20px
;
background
:
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAGLCAMAAAFly2nyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3NpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyMDA3NTdkYS1iNTY5LTQ5MGEtYTA4MS02YWNlYWZlMGM2YzMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDg4NUE2RkFFMkVCMTFFN0FBREZBNkNDMUEwRTI3OTkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDg4NUE2RjlFMkVCMTFFN0FBREZBNkNDMUEwRTI3OTkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YzU0NDA3MDYtMWE4Mi00MDk4LTg2NWYtMzYwMmY4NWY1NThkIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjIwMDc1N2RhLWI1NjktNDkwYS1hMDgxLTZhY2VhZmUwYzZjMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pn/9WLEAAAGAUExURV9WQIWFhbGSQVVVVXR0dFNTU7SUQUBAQE5OTkFBQU9PT0JCQp6enpiYmFFMP6mMQUBAP5aWllFRUWpqaqqNQZGRkVhYWEpKSouLi5CQkJqBQYGBgXp6emVlZXJkQFJNP52dnUJBP5OTk6GGQYKCgpubm2hoaFlZWZWVlWFhYUtLS319fXl5eZ+fn4CAgFtTP0NDQ1xUP4ZyQE1NTUREREVFRUZGRpmZmVtbW2xsbIODg1paWlxcXFdXV3FjQGdnZ0hISHNzc1BQUF5eXmlpaYiIiIl1QHNlQKKHQZeXl2FYQF1dXWBXQFZWVl9fX0dHR0pHP1hRP6+QQYaGhnt7e0NCP6uOQYVyQFVPP6CFQWRkZHpqQHFxcZKSkqOIQV5VQH5tQG9iQI+Pj0VDP5d/QKSIQaSJQaCGQXBjQFJSUm9vb35+fmNjY2tra2hdQI14QEVEP4mJiWZbQFlSP6iLQV1VQHZ2dpycnIqKioRxQJR9QE5KP5SUlHx8fKCgoD8/P7j7iVMAAAVKSURBVHjabM3RCYAwDEXRR6GBQkEcoUMIDuFMuatrBW2DflwCB8KTg9wRjLZuRMu9HO3xYBVViiiTJZRoog3b3e+Ndfo9zGTXXfjuvPmvnwKIAUyhII16LIJwxIrMFQOREpIwbjyIlFKGcoEORdYIdCNWA+swzOeqBwgghjobaDhiJYHhjkeW1ZQVn6w4iPSvx22CBIN1vWR9Eg5ZKQafeuX6SGyuQiIxZdmQyHoCZB0kvrDKWkLZsvX1AAEEJE3BKsHqBeuIMBndFkg419WTqpcdRLKCw1mIlUS9kNQPzhccEL1Em6ATCyTVoCJZQJKdG8x24eIgqDc8DkjaQUWigaRAKJgtJ89HSG8dEFiA2XUYpCcBvWxA4ANms2GQ/CSHG2pogNKAngrYhZyQPM5OpF5RCFsBTGqASF2QCEAAgVOvKzQh54K8DRcVQkrY9VRi1rnWg5MhNIiFoUwnuChVbQOmsnpQggMxHVhZWVnhogas1LdNCERCrQACThiTHSZKVdvqbe2BFLs5kCkDFuGtFwbHsqCJTX09F1ABL1hYnYsqthkmAimBMCDTCCwiUi9Xz+ABTNAFXvX18kAFIhCF8lRJJTBWHWEm5baxwVhshJnUjUJimN4wZkidNIQZXGeFUFAHLgegaus0qWWxMy+SqFYdjKkqhqEWIIAQcQFiccGKjxpYQaKAKFI0kQoXCVRjBgkL6j4ORBmlhCitFGAsP6hYIWapNQhYrMgsbliR5wQr/DIRxaAZUoHINSjjA8IyQypX2RElrDGcBfOlOHJJyzpo/CEWy6MDZvECq4J6NVtgAxoip1bPIAyitYTqZRhA7Zp6xvp6HgaOemZ/JSBHiSGpvl4UKM5uzcAhBi3kGeo5JDkMXCQGwB+lcUzhYJaIAJCyMwS2/CFyGfUMciC6OqLeiEERxKqqr2di4KsPDEgDctIYIuvrPYBtLwEGBr54aPXBUM+nzJcsJ0V3fwjWQYAgUo6nhOULZTHT2R/8bBAAaVIiuhnksvShLP1BWgqQx/KGserqUGtMBkTVCWPUM1jVqcD0ZsOqW1DNqwczhWVgy/s6cbiYAitc1twZrk4U1lnk0IWKialC1UVpYJgHEKAd8+ppGIaisBlR0owOaCmFlkIZpZRd9i6jZYgtIQQ8gNgSAgkQ4wH7r2PHcbHjIt4Qorkvib5c+1i2ont86bWaxJ0lssG8CSFX2WG0w/lt+LxclcxwjLyYEiNeNVHGaiCPcSyUYb6W3z9onhgSI9EclVhVTswza0dc8x0hWcPb+/JMYWZqrE5kapRdJx3myyk0+DxDkxkbLGugbW/vf2AqexP2TzNkhmNxVGaKcrvgYnVjrrH6oKTh7f23TFuJ1euGodfHVjTKNCv9lZK2MAXpWOnkUOYEqbE0AimdEfWNuGAthUAnKcT5LWym1hbsSmIikLUtcr4520uzl7NYo9FuCdY4f+U8dcOz1rwjo3aNz5bWPB1Pma+R+HRlnIf/or2YbGtLFtsv/JT5w/x1PYwpANfBErk/RsFrgMBlkpFgU5FMdInAHjHzp48IPQV2yJfzagQKttU/fSi80+yWAtZouiGvu4cUnVFXPxQ+c2SCcwdDX63I4avqvdVhUAn1fJPVWue5GeJ6V+X6Wb/LJtagGKGJf30egQHWyXOeAwGuu1eu4/e7bJ1d6lg8r3t15m+yWggzIovj/6df5VmWeHQfP3YKkw6fMN8+RlM+t0a/O9HW+BAndNZChOW71cxGBZ9Roq9bk/MaOlkDmx+rd/clpPl6InBSZIrVuiWOXWodV0SNSRjpca3lE672gHeiUdU0AAAAAElFTkSuQmCC)
no-repeat
0
0
;
cursor
:
pointer
}
.play
.play-state
a
{
color
:
#a0a0a0
;
text-decoration
:
none
}
.play
.play-state-prev
{
background-position
:
0
2px
}
.play
.play-state-prev-disable
{
background-position
:
0
-78px
;
color
:
#666
}
.play
.play-state-next
{
background-position
:
0
-38px
}
.play
.play-state-next-disable
{
background-position
:
0
-118px
;
color
:
#666
}
.play
.play-state-check
{
background-position
:
0
-160px
}
.play
.play-state-check-active
{
background-position
:
0
-200px
;
color
:
#b19241
}
.play
.play-state-ppt
{
background-position
:
0
-240px
}
.play
.play-state-ppt-active
{
background-position
:
0
-280px
;
color
:
#b19241
}
.play
.play-state-next-disable
:hover
,
.play
.play-state-prev-disable
:hover
{
color
:
#666
!important
}
.play
.switch
{
display
:
block
;
width
:
36px
;
height
:
125px
;
position
:
absolute
;
right
:
0
;
top
:
50%
;
text-align
:
center
;
margin
:
-63px
0
0
;
z-index
:
998
;
cursor
:
pointer
}
.play
.switch
a
{
color
:
#a0a0a0
;
text-decoration
:
none
;
font-size
:
14px
;
line-height
:
2
;
margin-bottom
:
20px
}
.play
.switch
a
i
{
font-size
:
24px
;
padding
:
5px
;
background
:
#666
;
border-radius
:
4px
}
.play
.play-paper
{
position
:
absolute
;
top
:
0
;
bottom
:
0
;
left
:
0
;
right
:
0
;
overflow
:
auto
;
background-color
:
#e5e5e5
}
.play
.play-paper-body
{
min-height
:
500px
;
margin
:
25px
;
padding
:
15px
45px
25px
;
color
:
#313131
;
box-shadow
:
0
0
2px
rgba
(
0
,
0
,
0
,
.05
);
background-color
:
#f2f2f2
}
.play
.play-paper-title
{
margin
:
0
10px
;
text-align
:
center
}
.play
.play-paper-title
div
{
padding-bottom
:
3px
;
display
:
inline-block
;
border-bottom
:
1px
solid
#707070
}
.play
.play-paper-title
h3
{
padding
:
0
0
5px
;
margin
:
0
;
display
:
inline-block
;
font-size
:
20px
;
border-bottom
:
3px
solid
#707070
}
.play
.play-paper-body
.help
{
color
:
#999
;
font-size
:
12px
}
.play
.play-paper-body
.help-file
{
margin-top
:
-10px
}
.play
.play-paper-body
.area-btns
{
margin
:
20px
0
}
.play
.play-paper-body
.area-btns
.btn
{
padding
:
6px
25px
}
.play
.play-paper-body
.area-btns
.help
{
margin-top
:
10px
;
font-size
:
14px
}
.play
.play-paper-body
.area-btns
.help-info
{
display
:
inline-block
;
vertical-align
:
middle
}
.play
.play-paper-body
.webuploader-btn
.upbtn
{
color
:
#b49441
;
text-decoration
:
underline
;
padding
:
3px
15px
;
font-size
:
.9em
;
display
:
inline-block
}
.play
.play-paper-body
.webuploader-btn
.loading
.fa-spin
{
font-size
:
1.2em
!important
}
.play
.play-paper-body
label
{
font-weight
:
400
}
.play
.play-paper-body
input
{
vertical-align
:
middle
}
.play
.play-paper-check
{
margin-top
:
20px
;
padding
:
20px
;
border
:
1px
solid
#dedede
}
.play
.play-paper-check
h4
{
font-size
:
16px
;
margin
:
0
0
10px
}
.play
.play-paper-check-item
{
padding-left
:
3em
}
.play
.play-paper-check-item
b
{
margin-left
:
-3em
;
margin-top
:
1px
}
.play
.play-paper-check-item
.edit_html
,
.play
.play-paper-check-item
b
{
display
:
inline-block
;
vertical-align
:
top
}
.play
.play-read-files
{
padding
:
30px
;
margin
:
0
}
.play
.play-read-files
li
{
font-size
:
16px
;
padding
:
20px
30px
;
margin-bottom
:
10px
;
background-color
:
#fff
;
list-style
:
none
}
.play
.play-read-files
li
a
{
color
:
#333
;
text-decoration
:
none
}
.play
.play-read-files
li
a
:hover
{
color
:
#b49441
}
.play
.play-chapter-work
{
padding
:
25px
}
.play
.play-chapter-work
.work-number
{
margin-left
:
-25px
}
.play
.play-chapter-work
.work-title
{
margin-top
:
-20px
;
margin-bottom
:
10px
}
.play
.play-chapter-work
.area-btns
{
margin
:
20px
-25px
0
;
border-top
:
1px
solid
#eaeaea
;
padding-top
:
20px
}
.play
.play-chapter-exam
{
padding
:
25px
}
.play
.play-chapter-exam
li
{
position
:
relative
;
margin-top
:
15px
;
border-bottom
:
1px
solid
#b49441
}
.play
.play-chapter-exam
.exam-title
{
margin
:
-20px
0
10px
25px
}
.play
.play-chapter-exam
.wrong
{
color
:
#d80000
}
.play
.play-chapter-exam
.correct
{
color
:
#090
}
.play
.play-chapter-exam
.answer
{
position
:
absolute
;
right
:
25px
;
bottom
:
10px
}
.play
.play-chapter-exam
.result
{
float
:
right
;
margin-top
:
-20px
;
margin-right
:
-20px
;
font-size
:
16px
;
font-weight
:
700
}
.play
dd
,
.play
dl
,
.play
dt
,
.play
li
,
.play
ol
,
.play
ul
{
margin
:
0
;
padding
:
0
;
list-style
:
none
}
.play
.edit_html
p
{
padding
:
0
;
margin
:
0
0
15px
}
.play
.play-paper-step
{
font-weight
:
700
;
font-size
:
16px
;
margin
:
30px
-20px
15px
;
padding-bottom
:
10px
;
border-bottom
:
1px
dashed
#cecece
}
.play
.no-data
{
color
:
#c9c9c9
;
font-size
:
36px
;
padding
:
160px
0
;
text-align
:
center
}
.play
.hide
{
display
:
none
}
.play
.play-jiangyi
,
.play
.play-video
{
float
:
left
}
@media
(
max-width
:
768px
){
.play
.left-content
{
min-width
:
0
;
right
:
0
}
.play
.play-back
{
margin
:
0
}
.play
.play-chapter-work
{
padding
:
25px
0
;
margin-right
:
-20px
}
.play
.play-read-files
{
padding
:
30px
0
;
margin
:
0
-20px
}
.play
.switch
{
top
:
80%
}
.play
.play-paper-body
{
padding
:
15px
25px
25px
}
.play
.play-paper-step
{
margin
:
30px
0
15px
}}
.exam
.q-group
.q-title
p
{
padding
:
0
;
margin
:
0
}
.exam
.el-radio
+
.el-radio
{
margin-left
:
0
}
.exam
.el-radio__input.is-disabled
+
span
.el-radio__label
{
color
:
inherit
}
.exam
.el-checkbox
+
.el-checkbox
{
margin-left
:
0
}
.exam
.el-checkbox__input.is-disabled
+
span
.el-checkbox__label
{
color
:
inherit
}
.exam
.el-checkbox__label
,
.exam
.el-radio__label
{
white-space
:
normal
}
#player
.prism-cc-btn
,
#player
.prism-setting-btn
{
display
:
none
}
#player
.prism-player
.prism-progress
{
z-index
:
99
}
.right-ctrl
[
data-v-2595e4f6
]
{
position
:
absolute
;
top
:
0
;
bottom
:
0
;
right
:
0
;
z-index
:
200
;
width
:
350px
;
background
:
#212121
;
border-left
:
19px
solid
#1b1b1b
}
.right-ctrl
.ctrl-arrow
[
data-v-2595e4f6
]
{
position
:
absolute
;
top
:
0
;
left
:
-19px
;
bottom
:
0
;
width
:
19px
;
height
:
100%
;
font-size
:
14px
;
color
:
#969696
;
cursor
:
pointer
}
.right-ctrl
.ctrl-arrow
span
[
data-v-2595e4f6
]
{
position
:
absolute
;
top
:
50%
;
left
:
0
;
width
:
19px
;
margin-top
:
-10px
;
text-align
:
center
;
color
:
#fff
}
.right-ctrl
.ctrl-pl
[
data-v-2595e4f6
]
{
position
:
relative
;
height
:
100%
}
.right-ctrl
.ctrl-pl
.pl-tab-hd
[
data-v-2595e4f6
]
{
margin
:
0
;
padding
:
15px
0
;
line-height
:
1.6
;
background-color
:
#232323
;
overflow
:
hidden
}
.right-ctrl
.ctrl-pl
.pl-tab-hd
li
[
data-v-2595e4f6
]
{
float
:
left
;
position
:
relative
;
width
:
50%
;
padding
:
0
;
font-size
:
16px
;
color
:
#909090
;
text-align
:
center
;
list-style
:
none
;
cursor
:
pointer
}
.right-ctrl
.ctrl-pl
.pl-tab-hd
li
a
[
data-v-2595e4f6
]
{
color
:
#909090
;
text-decoration
:
none
}
.right-ctrl
.ctrl-pl
.pl-tab-hd
li
.on
a
[
data-v-2595e4f6
]
{
color
:
#b49441
}
.right-ctrl
.ctrl-pl
.pl-tab-hd
.br-l-line
[
data-v-2595e4f6
]
{
border-left
:
1px
solid
#3f3f3f
}
.right-ctrl
.ctrl-pl
.pl-tab-bd
[
data-v-2595e4f6
]
{
height
:
94%
}
\ No newline at end of file
\ No newline at end of file
server/client-dist/resources/6.f4ce6540.js
deleted
100644 → 0
浏览文件 @
61349b8d
(
window
.
webpackJsonp
=
window
.
webpackJsonp
||
[]).
push
([[
6
],{
275
:
function
(
t
,
e
,
r
){
"use strict"
;
r
.
r
(
e
);
var
a
=
r
(
468
),
s
=
r
(
359
);
for
(
var
i
in
s
)
"default"
!==
i
&&
function
(
t
){
r
.
d
(
e
,
t
,
function
(){
return
s
[
t
]})}(
i
);
r
(
427
);
var
n
=
r
(
1
),
c
=
Object
(
n
.
a
)(
s
.
default
,
a
.
a
,
a
.
b
,
!
1
,
null
,
"14399049"
,
null
);
e
.
default
=
c
.
exports
},
359
:
function
(
t
,
e
,
r
){
"use strict"
;
r
.
r
(
e
);
var
a
=
r
(
360
),
s
=
r
.
n
(
a
);
for
(
var
i
in
a
)
"default"
!==
i
&&
function
(
t
){
r
.
d
(
e
,
t
,
function
(){
return
a
[
t
]})}(
i
);
e
.
default
=
s
.
a
},
360
:
function
(
t
,
e
,
r
){
"use strict"
;
Object
.
defineProperty
(
e
,
"__esModule"
,{
value
:
!
0
});
var
u
=
i
(
r
(
45
)),
p
=
i
(
r
(
82
)),
a
=
i
(
r
(
423
)),
s
=
i
(
r
(
425
));
function
i
(
t
){
return
t
&&
t
.
__esModule
?
t
:{
default
:
t
}}
e
.
default
=
{
components
:{
sideChapterList
:
a
.
default
,
sideChapterPpt
:
s
.
default
},
props
:{
sid
:{
type
:
String
,
require
:
!
1
},
cid
:{
type
:
String
,
require
:
!
1
},
id
:{
type
:
String
,
require
:
!
1
},
videoType
:{
type
:
String
,
require
:
!
1
}},
data
:
function
(){
return
{
SIDEBAR_CHAPTER
:
"sidebar_chapter"
,
SIDEBAR_PPT
:
"sidebar_ppt"
,
state
:{
sideBar
:
"sidebar_chapter"
,
isChapterVideo
:
!
1
},
chapterList
:{},
pptList
:{},
courseInfo
:[],
courseWork
:{},
curChapterName
:
""
,
chapterId
:
""
,
chapterRead
:{},
chapterWork
:{},
chapterExam
:{},
chapterVideo
:{},
chapterPpts
:[]}},
beforeRouteUpdate
:
function
(
t
,
e
,
r
){
var
a
=
this
;
if
(
"chapterVideo"
===
t
.
name
){
this
.
state
.
isChapterVideo
=!
0
;
var
s
=
this
.
$loading
({
lock
:
!
0
,
text
:
""
,
spinner
:
""
,
background
:
"rgba(255, 255, 255, 0.9)"
}),
i
=
"3"
!==
t
.
params
.
videoType
?
"getCurrentChapterDetail"
:
"getCurrentChapterDetailAliyun"
;
u
.
default
.
chapterAction
[
i
](
t
.
params
.
id
).
then
(
function
(
t
){
a
.
pptList
=
t
.
image
,
a
.
chapterPpts
=
t
.
rData
.
ppts
}).
catch
(
function
(
t
){
a
.
$message
.
error
(
t
.
message
)}).
finally
(
function
(){
s
.
close
()})}
else
this
.
state
.
isChapterVideo
=!
1
;
var
n
=
this
.
$loading
({
lock
:
!
0
,
text
:
""
,
spinner
:
""
,
background
:
"rgba(255, 255, 255, 0.9)"
}),
c
=
t
.
params
.
cid
+
""
||
"0"
,
o
=
t
.
params
.
sid
+
""
||
"0"
;
"0"
===
c
&&
"0"
===
o
&&
(
o
=
"1"
),
u
.
default
.
chapterAction
.
getChapterList
(
t
.
params
.
cid
,
t
.
params
.
sid
,
t
.
params
.
id
).
then
(
function
(
e
){
a
.
chapterList
=
e
.
json
,
a
.
courseInfo
=
e
.
courseInfo
,
a
.
courseWork
=
e
.
courseWork
,
a
.
curChapterName
=
e
.
curJson
.
name
,
a
.
chapterId
=
e
.
curJson
.
chapterId
,
2
===
e
.
curJson
.
type
&&
u
.
default
.
chapterAction
.
getProgress
(
a
.
id
,
p
.
default
.
other
.
getIdt
(),
a
.
sid
).
then
(
function
(
t
){
a
.
chapterVideo
=
2
===
e
.
curJson
.
type
&&
e
.
curJson
.
chapterVideo
||
{},
a
.
chapterVideo
.
progress
=
t
}).
catch
(
function
(
t
){
a
.
$message
.
error
(
t
.
message
)}),
a
.
chapterRead
=
4
===
e
.
curJson
.
type
&&
e
.
curJson
.
chapterRead
||
{},
a
.
chapterExam
=
3
===
e
.
curJson
.
type
&&
1
===
e
.
curJson
.
work_type
&&
e
.
curJson
.
homework
||
{},
a
.
chapterWork
=
3
===
e
.
curJson
.
type
&&
2
===
e
.
curJson
.
work_type
&&
e
.
curJson
.
chapterWork
||
{}}).
catch
(
function
(
t
){
a
.
$message
.
error
(
t
.
message
)}).
finally
(
function
(){
n
.
close
()}),
r
()},
mounted
:
function
(){
var
r
=
this
;
if
(
"chapterVideo"
===
this
.
$route
.
name
){
this
.
state
.
isChapterVideo
=!
0
;
var
t
=
this
.
$loading
({
lock
:
!
0
,
text
:
""
,
spinner
:
""
,
background
:
"rgba(255, 255, 255, 0.9)"
}),
e
=
"3"
!==
this
.
videoType
?
"getCurrentChapterDetail"
:
"getCurrentChapterDetailAliyun"
;
u
.
default
.
chapterAction
[
e
](
this
.
id
).
then
(
function
(
t
){
r
.
pptList
=
t
.
image
,
r
.
chapterPpts
=
t
.
rData
.
ppts
}).
catch
(
function
(
t
){
r
.
$message
.
error
(
t
.
message
)}).
finally
(
function
(){
t
.
close
()})}
var
a
=
this
.
$loading
({
lock
:
!
0
,
text
:
""
,
spinner
:
""
,
background
:
"rgba(255, 255, 255, 0.9)"
});
if
(
"0"
===
this
.
cid
&&
"0"
===
this
.
sid
)
return
this
.
$message
({
message
:
"URL异常,请点击“返回首页”,重新选择课程学习!"
,
type
:
"info"
,
duration
:
1
e4
}),
void
a
.
close
();
u
.
default
.
chapterAction
.
getChapterList
(
this
.
cid
,
this
.
sid
,
this
.
id
).
then
(
function
(
e
){
r
.
chapterList
=
e
.
json
,
r
.
courseInfo
=
e
.
courseInfo
,
r
.
courseWork
=
e
.
courseWork
,
r
.
curChapterName
=
e
.
curJson
.
name
,
r
.
chapterId
=
e
.
curJson
.
chapterId
,
2
===
e
.
curJson
.
type
&&
u
.
default
.
chapterAction
.
getProgress
(
r
.
id
,
p
.
default
.
other
.
getIdt
(),
r
.
sid
).
then
(
function
(
t
){
r
.
chapterVideo
=
2
===
e
.
curJson
.
type
&&
e
.
curJson
.
chapterVideo
||
{},
r
.
chapterVideo
.
progress
=
t
}).
catch
(
function
(
t
){
r
.
$message
.
error
(
t
.
message
)}),
r
.
chapterRead
=
4
===
e
.
curJson
.
type
&&
e
.
curJson
.
chapterRead
||
{},
r
.
chapterExam
=
3
===
e
.
curJson
.
type
&&
1
===
e
.
curJson
.
work_type
&&
e
.
curJson
.
homework
||
{},
r
.
chapterWork
=
3
===
e
.
curJson
.
type
&&
2
===
e
.
curJson
.
work_type
&&
e
.
curJson
.
chapterWork
||
{}}).
catch
(
function
(
t
){
r
.
$message
.
error
(
t
.
message
)}).
finally
(
function
(){
a
.
close
()})},
methods
:{
changeSideBar
:
function
(
t
){
this
.
state
.
sideBar
=
t
},
handlePlayTime
:
function
(
t
){
this
.
$refs
.
sidePpt
&&
this
.
$refs
.
sidePpt
.
setIndexByPoint
(
t
)},
handleClickSidePpt
:
function
(
t
){
var
e
=
this
.
chapterPpts
||
[];
if
(
e
.
length
>
t
&&
this
.
$refs
.
comTotalChapter
){
var
r
=
e
[
t
];
this
.
$refs
.
comTotalChapter
.
setVideoTime
(
r
.
ppt_point
)}},
updateProgress
:
function
(
a
){
var
r
=
this
;
if
(
a
.
cpt
){
for
(
var
s
=
[],
t
=
0
,
e
=
0
;
e
<
a
.
ps
.
length
;
e
++
){
s
[
e
]
=
a
.
ps
[
e
];
var
i
=
Math
.
floor
(
a
.
ps
[
e
])
||
1
;
i
!==
t
&&
(
a
.
map
[
i
-
1
]
+=
1
,
t
=
i
)}
var
n
=
s
;
s
=
[];
for
(
var
c
=
t
=
0
;
c
<
n
.
length
;
c
++
)
Math
.
floor
(
n
[
c
])
!==
t
&&
(
s
.
push
(
Math
.
floor
(
n
[
c
])),
t
=
Math
.
floor
(
n
[
c
]));
var
o
=
window
.
G
.
UserInfo
;
u
.
default
.
chapterAction
.
updateProgress
({
sid
:
o
&&
o
.
student_info
&&
o
.
student_info
.
id
||
""
,
uid
:
o
&&
o
.
uid
||
""
,
d
:
p
.
default
.
other
.
getIdt
(),
i
:
p
.
default
.
other
.
getIdt
(),
c
:
this
.
cid
,
s
:
this
.
sid
,
v
:
a
.
vid
,
_p
:
parseInt
(
a
.
pt
),
_m
:
parseInt
(
a
.
mpt
),
_c
:
parseInt
(
a
.
cpt
),
ps
:
s
.
join
(
","
)}).
then
(
function
(
t
){
if
(
t
.
success
)
for
(
var
e
=
0
;
e
<
s
.
length
;
e
++
)
a
.
ps
.
shift
();
else
{
var
r
=
document
.
getElementById
(
"player"
);
!!
r
.
callAction
?
r
.
callAction
(
"pause"
):
r
.
children
[
0
].
pause
()}}).
catch
(
function
(
t
){
r
.
$message
.
error
(
t
.
message
);
var
e
=
document
.
getElementById
(
"player"
);
!!
e
.
callAction
?
e
.
callAction
(
"pause"
):
e
.
children
[
0
].
pause
()}).
finally
(
function
(){})}},
changeVideoArr
:
function
(
t
){
console
.
log
(
"已经实现"
),
t
.
callback
&&
t
.
callback
()}}}},
361
:
function
(
t
,
e
,
r
){
"use strict"
;
r
.
r
(
e
);
var
a
=
r
(
362
),
s
=
r
.
n
(
a
);
for
(
var
i
in
a
)
"default"
!==
i
&&
function
(
t
){
r
.
d
(
e
,
t
,
function
(){
return
a
[
t
]})}(
i
);
e
.
default
=
s
.
a
},
362
:
function
(
t
,
e
,
r
){
"use strict"
;
Object
.
defineProperty
(
e
,
"__esModule"
,{
value
:
!
0
}),
e
.
default
=
{
props
:{
list
:{
type
:
Object
,
require
:
!
1
},
sid
:{
type
:
String
,
require
:
!
1
},
cid
:{
type
:
String
,
require
:
!
1
}},
methods
:{
jumpToOtherVA
:
function
(
t
){
var
e
=
t
.
target
.
dataset
,
r
=
this
.
sid
,
a
=
this
.
cid
,
s
=
e
.
vid
,
i
=
e
.
type
;
if
(
e
.
hasva
)
this
.
$router
.
push
({
path
:
"/player/"
+
r
+
"/"
+
a
+
"/chapter-video/"
+
s
+
"/"
+
i
});
else
{
var
n
=
e
.
index
,
c
=
e
.
count
,
o
=
this
.
list
.
course
[
n
];
if
(
o
&&
o
.
chapters
[
c
]){
if
(
"course_info"
===
o
.
chapters
[
c
].
id
)
this
.
$router
.
push
({
path
:
"/player/"
+
r
+
"/"
+
a
+
"/course-info/course_info"
});
else
if
(
"course_work"
===
o
.
chapters
[
c
].
id
){
if
(
!
this
.
list
.
survey
)
return
void
this
.
$message
(
"请先填写教学评估,然后完成大作业。"
);
this
.
$router
.
push
({
path
:
"/player/"
+
r
+
"/"
+
a
+
"/course-work/course_work"
})}
else
3
===
o
.
chapters
[
c
].
type
?
1
===
o
.
chapters
[
c
].
work_type
?
this
.
$router
.
push
({
path
:
"/player/"
+
r
+
"/"
+
a
+
"/chapter-exam/"
+
s
}):
2
===
o
.
chapters
[
c
].
work_type
&&
this
.
$router
.
push
({
path
:
"/player/"
+
r
+
"/"
+
a
+
"/chapter-work/"
+
s
}):
4
===
o
.
chapters
[
c
].
type
?
this
.
$router
.
push
({
path
:
"/player/"
+
r
+
"/"
+
a
+
"/chapter-read/"
+
s
}):
"teach_evaluation"
===
o
.
chapters
[
c
].
id
&&
this
.
$router
.
push
({
path
:
"/survey/"
+
r
+
"/"
+
a
});
return
}
this
.
$message
.
error
(
"系统未知错误,002"
)}}}}},
363
:
function
(
t
,
e
,
r
){},
364
:
function
(
t
,
e
,
r
){
"use strict"
;
r
.
r
(
e
);
var
a
=
r
(
365
),
s
=
r
.
n
(
a
);
for
(
var
i
in
a
)
"default"
!==
i
&&
function
(
t
){
r
.
d
(
e
,
t
,
function
(){
return
a
[
t
]})}(
i
);
e
.
default
=
s
.
a
},
365
:
function
(
t
,
e
,
r
){
"use strict"
;
Object
.
defineProperty
(
e
,
"__esModule"
,{
value
:
!
0
}),
e
.
default
=
{
props
:{
ppt
:{
type
:
Object
,
require
:
!
1
}},
methods
:{
setIndexByPoint
:
function
(
t
){
for
(
var
e
=
(
this
.
ppt
.
imgUrls
||
[]).
length
,
r
=
0
;
r
<
e
&&!
(
t
<
this
.
ppt
.
timeArr
[
r
]);
r
++
);
this
.
ppt
.
selectIndex
!==
r
-
1
&&
(
this
.
ppt
.
selectIndex
=
r
-
1
)},
onClickPpt
:
function
(
t
){
var
e
=
t
.
currentTarget
.
dataset
.
index
-
0
;
this
.
ppt
.
selectIndex
!==
e
&&
(
this
.
ppt
.
selectIndex
=
e
,
this
.
$emit
(
"handleClickPpt"
,
e
))}}}},
366
:
function
(
t
,
e
,
r
){},
367
:
function
(
t
,
e
,
r
){},
423
:
function
(
t
,
e
,
r
){
"use strict"
;
r
.
r
(
e
);
var
a
=
r
(
473
),
s
=
r
(
361
);
for
(
var
i
in
s
)
"default"
!==
i
&&
function
(
t
){
r
.
d
(
e
,
t
,
function
(){
return
s
[
t
]})}(
i
);
r
(
424
);
var
n
=
r
(
1
),
c
=
Object
(
n
.
a
)(
s
.
default
,
a
.
a
,
a
.
b
,
!
1
,
null
,
"4954b36b"
,
null
);
e
.
default
=
c
.
exports
},
424
:
function
(
t
,
e
,
r
){
"use strict"
;
var
a
=
r
(
363
);
r
.
n
(
a
).
a
},
425
:
function
(
t
,
e
,
r
){
"use strict"
;
r
.
r
(
e
);
var
a
=
r
(
472
),
s
=
r
(
364
);
for
(
var
i
in
s
)
"default"
!==
i
&&
function
(
t
){
r
.
d
(
e
,
t
,
function
(){
return
s
[
t
]})}(
i
);
r
(
426
);
var
n
=
r
(
1
),
c
=
Object
(
n
.
a
)(
s
.
default
,
a
.
a
,
a
.
b
,
!
1
,
null
,
"8ec544e6"
,
null
);
e
.
default
=
c
.
exports
},
426
:
function
(
t
,
e
,
r
){
"use strict"
;
var
a
=
r
(
366
);
r
.
n
(
a
).
a
},
427
:
function
(
t
,
e
,
r
){
"use strict"
;
var
a
=
r
(
367
);
r
.
n
(
a
).
a
},
468
:
function
(
t
,
e
,
r
){
"use strict"
;
function
a
(){
var
e
=
this
,
t
=
e
.
$createElement
,
r
=
e
.
_self
.
_c
||
t
;
return
r
(
"div"
,{
class
:[
"play"
,
e
.
state
.
sideBar
?
""
:
"sidebar-hide"
]},[
r
(
"div"
,{
staticClass
:
"left-content"
},[
r
(
"div"
,{
staticClass
:
"play-top cl"
,
style
:
e
.
state
.
sideBar
?{}:{
marginRight
:
0
}},[
r
(
"router-link"
,{
staticClass
:
"router-link-class"
,
attrs
:{
to
:{
path
:
"/app/my-learn/course-detail/"
+
e
.
sid
+
"/"
+
e
.
cid
}}},[
r
(
"i"
,{
staticClass
:
"play-back el-icon-arrow-left"
})]),
e
.
_v
(
" "
),
r
(
"p"
,[
e
.
_v
(
e
.
_s
(
e
.
chapterList
.
title
))])],
1
),
e
.
_v
(
" "
),
r
(
"div"
,{
staticClass
:
"play-content"
},[
r
(
"router-view"
,{
ref
:
"comTotalChapter"
,
attrs
:{
chapterName
:
e
.
curChapterName
,
chapterId
:
e
.
chapterId
,
courseInfo
:
e
.
courseInfo
,
courseWork
:
e
.
courseWork
,
chapterRead
:
e
.
chapterRead
,
chapterWork
:
e
.
chapterWork
,
chapterExam
:
e
.
chapterExam
,
chapterVideo
:
e
.
chapterVideo
,
ppts
:
e
.
chapterPpts
,
videoType
:
e
.
videoType
},
on
:{
changeVideoArr
:
e
.
changeVideoArr
,
handlePlayTime
:
e
.
handlePlayTime
,
updateProgress
:
e
.
updateProgress
}})],
1
)]),
e
.
_v
(
" "
),
r
(
"div"
,{
staticClass
:
"right-ctrl"
,
style
:{
right
:(
e
.
state
.
sideBar
?
0
:
-
388
)
+
"px"
}},[
r
(
"p"
,{
staticClass
:
"ctrl-arrow"
,
on
:{
click
:
function
(
t
){
return
e
.
changeSideBar
(
""
)}}},[
r
(
"span"
,[
e
.
_v
(
">"
)])]),
e
.
_v
(
" "
),
r
(
"div"
,{
staticClass
:
"ctrl-pl"
},[
r
(
"ul"
,{
staticClass
:
"pl-tab-hd"
},[
r
(
"li"
,{
class
:[
e
.
state
.
sideBar
===
e
.
SIDEBAR_CHAPTER
?
"on"
:
""
]},[
r
(
"a"
,{
attrs
:{
href
:
"#"
+
e
.
SIDEBAR_CHAPTER
},
on
:{
click
:
function
(
t
){
return
e
.
changeSideBar
(
e
.
SIDEBAR_CHAPTER
)}}},[
e
.
_v
(
"章节"
)])]),
e
.
_v
(
" "
),
e
.
state
.
isChapterVideo
?[
r
(
"li"
,{
class
:[
"br-l-line"
,
e
.
state
.
sideBar
===
e
.
SIDEBAR_PPT
?
"on"
:
""
]},[
r
(
"a"
,{
attrs
:{
href
:
"#"
+
e
.
SIDEBAR_PPT
},
on
:{
click
:
function
(
t
){
return
e
.
changeSideBar
(
e
.
SIDEBAR_PPT
)}}},[
e
.
_v
(
"讲义"
)])])]:
e
.
_e
()],
2
),
e
.
_v
(
" "
),
r
(
"div"
,{
staticClass
:
"pl-tab-bd"
},[
e
.
state
.
sideBar
===
e
.
SIDEBAR_CHAPTER
?[
r
(
"side-chapter-list"
,{
attrs
:{
list
:
e
.
chapterList
,
sid
:
e
.
sid
,
cid
:
e
.
cid
}})]:
e
.
_e
(),
e
.
_v
(
" "
),
e
.
state
.
sideBar
===
e
.
SIDEBAR_PPT
?[
r
(
"side-chapter-ppt"
,{
ref
:
"sidePpt"
,
attrs
:{
ppt
:
e
.
pptList
},
on
:{
handleClickPpt
:
e
.
handleClickSidePpt
}})]:
e
.
_e
()],
2
)])]),
e
.
_v
(
" "
),
e
.
state
.
sideBar
?
e
.
_e
():[
r
(
"div"
,{
staticClass
:
"switch"
},[
r
(
"a"
,{
staticClass
:
"switch-chapter"
,
attrs
:{
href
:
"#"
+
e
.
SIDEBAR_CHAPTER
},
on
:{
click
:
function
(
t
){
return
e
.
changeSideBar
(
e
.
SIDEBAR_CHAPTER
)}}},[
r
(
"i"
,{
staticClass
:
"el-icon-self-wenjian"
}),
e
.
_v
(
" "
),
r
(
"div"
,[
e
.
_v
(
"章节"
)])]),
e
.
_v
(
" "
),
e
.
state
.
isChapterVideo
?[
r
(
"a"
,{
staticClass
:
"switch-handout"
,
attrs
:{
href
:
"#"
+
e
.
SIDEBAR_PPT
},
on
:{
click
:
function
(
t
){
return
e
.
changeSideBar
(
e
.
SIDEBAR_PPT
)}}},[
r
(
"i"
,{
staticClass
:
"el-icon-self-PPT"
}),
e
.
_v
(
" "
),
r
(
"div"
,[
e
.
_v
(
"讲义"
)])])]:
e
.
_e
()],
2
)]],
2
)}
var
s
=
[];
r
.
d
(
e
,
"a"
,
function
(){
return
a
}),
r
.
d
(
e
,
"b"
,
function
(){
return
s
})},
472
:
function
(
t
,
e
,
r
){
"use strict"
;
function
a
(){
var
r
=
this
,
t
=
r
.
$createElement
,
a
=
r
.
_self
.
_c
||
t
;
return
a
(
"div"
,{
staticClass
:
"tab-pane"
},[
a
(
"ul"
,{
staticClass
:
"lecture-list"
},[
r
.
_l
(
r
.
ppt
.
imgUrls
,
function
(
t
,
e
){
return
[
a
(
"li"
,{
key
:
e
,
class
:[
e
===
r
.
ppt
.
selectIndex
?
"on"
:
""
],
attrs
:{
"data-index"
:
e
},
on
:{
click
:
r
.
onClickPpt
}},[
a
(
"img"
,{
attrs
:{
src
:
t
,
alt
:
""
}})])]})],
2
)])}
var
s
=
[];
r
.
d
(
e
,
"a"
,
function
(){
return
a
}),
r
.
d
(
e
,
"b"
,
function
(){
return
s
})},
473
:
function
(
t
,
e
,
r
){
"use strict"
;
function
a
(){
var
a
=
this
,
t
=
a
.
$createElement
,
s
=
a
.
_self
.
_c
||
t
;
return
s
(
"div"
,{
staticClass
:
"tab-pane"
},[
s
(
"ul"
,{
staticClass
:
"chapter-list"
},[
a
.
_l
(
a
.
list
.
course
,
function
(
t
,
r
){
return
[
s
(
"li"
,{
key
:
r
,
staticClass
:
"chapter-item"
},[
s
(
"h4"
,[
a
.
_v
(
a
.
_s
(
t
.
title
))]),
a
.
_v
(
" "
),
s
(
"ul"
,{
staticClass
:
"knot-list"
},[
a
.
_l
(
t
.
chapters
,
function
(
t
,
e
){
return
[
s
(
"li"
,{
key
:
e
,
class
:[
"knob-item"
,
t
.
id
===
a
.
list
.
currentChapterId
?
"on"
:
""
]},[
s
(
"a"
,{
staticClass
:
"knot-name"
,
attrs
:{
"data-vid"
:
t
.
id
,
"data-type"
:
t
.
video_provider
,
"data-hasVA"
:
t
.
time
,
"data-index"
:
r
,
"data-count"
:
e
},
on
:{
click
:
a
.
jumpToOtherVA
}},[
a
.
_v
(
a
.
_s
(
t
.
name
))]),
a
.
_v
(
" "
),
s
(
"i"
,{
class
:[
"el-icon"
,
t
.
time
?
"el-icon-self-iconset0481"
:
3
===
t
.
type
?
"el-icon-edit-outline"
:
"el-icon-self-cc-book"
]})])]})],
2
)])]})],
2
)])}
var
s
=
[];
r
.
d
(
e
,
"a"
,
function
(){
return
a
}),
r
.
d
(
e
,
"b"
,
function
(){
return
s
})}}]);
\ No newline at end of file
server/client-dist/resources/app.
81ab0a5c
.js
→
server/client-dist/resources/app.
9fb6a8bb
.js
浏览文件 @
7876f8da
This source diff could not be displayed because it is too large. You can
view the blob
instead.
server/client-dist/resources/manifest.
02a0e90d
.js
→
server/client-dist/resources/manifest.
b6547921
.js
浏览文件 @
7876f8da
!
function
(
d
){
function
e
(
e
){
for
(
var
t
,
r
,
n
=
e
[
0
],
a
=
e
[
1
],
o
=
e
[
2
],
c
=
0
,
f
=
[];
c
<
n
.
length
;
c
++
)
r
=
n
[
c
],
Object
.
prototype
.
hasOwnProperty
.
call
(
s
,
r
)
&&
s
[
r
]
&&
f
.
push
(
s
[
r
][
0
]),
s
[
r
]
=
0
;
for
(
t
in
a
)
Object
.
prototype
.
hasOwnProperty
.
call
(
a
,
t
)
&&
(
d
[
t
]
=
a
[
t
]);
for
(
p
&&
p
(
e
);
f
.
length
;)
f
.
shift
()();
return
i
.
push
.
apply
(
i
,
o
||
[]),
u
()}
function
u
(){
for
(
var
e
,
t
=
0
;
t
<
i
.
length
;
t
++
){
for
(
var
r
=
i
[
t
],
n
=!
0
,
a
=
1
;
a
<
r
.
length
;
a
++
){
var
o
=
r
[
a
];
0
!==
s
[
o
]
&&
(
n
=!
1
)}
n
&&
(
i
.
splice
(
t
--
,
1
),
e
=
b
(
b
.
s
=
r
[
0
]))}
return
e
}
var
r
=
{},
l
=
{
3
:
0
},
s
=
{
3
:
0
},
i
=
[];
function
b
(
e
){
if
(
r
[
e
])
return
r
[
e
].
exports
;
var
t
=
r
[
e
]
=
{
i
:
e
,
l
:
!
1
,
exports
:{}};
return
d
[
e
].
call
(
t
.
exports
,
t
,
t
.
exports
,
b
),
t
.
l
=!
0
,
t
.
exports
}
b
.
e
=
function
(
i
){
var
e
=
[];
l
[
i
]?
e
.
push
(
l
[
i
]):
0
!==
l
[
i
]
&&
{
0
:
1
,
5
:
1
,
6
:
1
,
7
:
1
,
8
:
1
,
9
:
1
,
10
:
1
,
11
:
1
,
12
:
1
,
13
:
1
,
14
:
1
,
15
:
1
,
16
:
1
,
17
:
1
,
18
:
1
,
19
:
1
,
20
:
1
,
21
:
1
,
22
:
1
,
23
:
1
,
24
:
1
,
25
:
1
}[
i
]
&&
e
.
push
(
l
[
i
]
=
new
Promise
(
function
(
e
,
n
){
for
(
var
t
=
"resources/"
+
({}[
i
]
||
i
)
+
"."
+
{
0
:
"8c0fccc8dcdf"
,
1
:
"31d6cfe0d16a"
,
5
:
"930984a29124"
,
6
:
"9f3ffa49e4b0"
,
7
:
"eeb045eabfe1"
,
8
:
"0f44f155a214"
,
9
:
"7acee47d5dff"
,
10
:
"7af67fe88b2d"
,
11
:
"5429a27bb7bb"
,
12
:
"233ef3b61b0f"
,
13
:
"35e9fd271343"
,
14
:
"96e432718f45"
,
15
:
"fcef4db14df7"
,
16
:
"e49666539688"
,
17
:
"0ba27a54f3b2"
,
18
:
"a029dc0f3a68"
,
19
:
"1781a847a9fa"
,
20
:
"e0903edc8300"
,
21
:
"ea3ddb59c757"
,
22
:
"ac46a7f215a5"
,
23
:
"d0a83561e812"
,
24
:
"074cd78c0ecf"
,
25
:
"f9edc40b7bd4"
,
26
:
"31d6cfe0d16a"
,
27
:
"31d6cfe0d16a"
,
28
:
"31d6cfe0d16a"
,
29
:
"31d6cfe0d16a"
,
30
:
"31d6cfe0d16a"
,
31
:
"31d6cfe0d16a"
,
32
:
"31d6cfe0d16a"
,
33
:
"31d6cfe0d16a"
,
34
:
"31d6cfe0d16a"
}[
i
]
+
".css"
,
a
=
b
.
p
+
t
,
r
=
document
.
getElementsByTagName
(
"link"
),
o
=
0
;
o
<
r
.
length
;
o
++
){
var
c
=
(
d
=
r
[
o
]).
getAttribute
(
"data-href"
)
||
d
.
getAttribute
(
"href"
);
if
(
"stylesheet"
===
d
.
rel
&&
(
c
===
t
||
c
===
a
))
return
e
()}
var
f
=
document
.
getElementsByTagName
(
"style"
);
for
(
o
=
0
;
o
<
f
.
length
;
o
++
){
var
d
;
if
((
c
=
(
d
=
f
[
o
]).
getAttribute
(
"data-href"
))
===
t
||
c
===
a
)
return
e
()}
var
u
=
document
.
createElement
(
"link"
);
u
.
rel
=
"stylesheet"
,
u
.
type
=
"text/css"
,
u
.
onload
=
e
,
u
.
onerror
=
function
(
e
){
var
t
=
e
&&
e
.
target
&&
e
.
target
.
src
||
a
,
r
=
new
Error
(
"Loading CSS chunk "
+
i
+
" failed.
\
n("
+
t
+
")"
);
r
.
request
=
t
,
delete
l
[
i
],
u
.
parentNode
.
removeChild
(
u
),
n
(
r
)},
u
.
href
=
a
,
document
.
getElementsByTagName
(
"head"
)[
0
].
appendChild
(
u
)}).
then
(
function
(){
l
[
i
]
=
0
}));
var
r
=
s
[
i
];
if
(
0
!==
r
)
if
(
r
)
e
.
push
(
r
[
2
]);
else
{
var
t
=
new
Promise
(
function
(
e
,
t
){
r
=
s
[
i
]
=
[
e
,
t
]});
e
.
push
(
r
[
2
]
=
t
);
var
n
,
a
=
document
.
createElement
(
"script"
);
a
.
charset
=
"utf-8"
,
a
.
timeout
=
120
,
b
.
nc
&&
a
.
setAttribute
(
"nonce"
,
b
.
nc
),
a
.
src
=
function
(
e
){
return
b
.
p
+
"resources/"
+
({}[
e
]
||
e
)
+
"."
+
{
0
:
"8699c484"
,
1
:
"3eb39947"
,
5
:
"4fab6ab3"
,
6
:
"f4ce6540"
,
7
:
"430564b5"
,
8
:
"eb5fc1ed"
,
9
:
"4479c9d4"
,
10
:
"147c22e9"
,
11
:
"3068e49f"
,
12
:
"b37870e0"
,
13
:
"c7f591f9"
,
14
:
"12638ba8"
,
15
:
"50239edc"
,
16
:
"310a8433"
,
17
:
"68fe78e9"
,
18
:
"11757a75"
,
19
:
"7c57d2a4"
,
20
:
"439255ec"
,
21
:
"222bf939"
,
22
:
"1c82f000"
,
23
:
"28c50b9e"
,
24
:
"d1dc65eb"
,
25
:
"50c0e367"
,
26
:
"dd1fe765"
,
27
:
"ebf0c26c"
,
28
:
"68e02fb9"
,
29
:
"8b0d5c25"
,
30
:
"4c215296"
,
31
:
"9631a4ea"
,
32
:
"3cb8f7aa"
,
33
:
"88b89200"
,
34
:
"9b388327"
}[
e
]
+
".js"
}(
i
);
var
o
=
new
Error
;
n
=
function
(
e
){
a
.
onerror
=
a
.
onload
=
null
,
clearTimeout
(
c
);
var
t
=
s
[
i
];
if
(
0
!==
t
){
if
(
t
){
var
r
=
e
&&
(
"load"
===
e
.
type
?
"missing"
:
e
.
type
),
n
=
e
&&
e
.
target
&&
e
.
target
.
src
;
o
.
message
=
"Loading chunk "
+
i
+
" failed.
\
n("
+
r
+
": "
+
n
+
")"
,
o
.
name
=
"ChunkLoadError"
,
o
.
type
=
r
,
o
.
request
=
n
,
t
[
1
](
o
)}
s
[
i
]
=
void
0
}};
var
c
=
setTimeout
(
function
(){
n
({
type
:
"timeout"
,
target
:
a
})},
12
e4
);
a
.
onerror
=
a
.
onload
=
n
,
document
.
head
.
appendChild
(
a
)}
return
Promise
.
all
(
e
)},
b
.
m
=
d
,
b
.
c
=
r
,
b
.
d
=
function
(
e
,
t
,
r
){
b
.
o
(
e
,
t
)
||
Object
.
defineProperty
(
e
,
t
,{
enumerable
:
!
0
,
get
:
r
})},
b
.
r
=
function
(
e
){
"undefined"
!=
typeof
Symbol
&&
Symbol
.
toStringTag
&&
Object
.
defineProperty
(
e
,
Symbol
.
toStringTag
,{
value
:
"Module"
}),
Object
.
defineProperty
(
e
,
"__esModule"
,{
value
:
!
0
})},
b
.
t
=
function
(
t
,
e
){
if
(
1
&
e
&&
(
t
=
b
(
t
)),
8
&
e
)
return
t
;
if
(
4
&
e
&&
"object"
==
typeof
t
&&
t
&&
t
.
__esModule
)
return
t
;
var
r
=
Object
.
create
(
null
);
if
(
b
.
r
(
r
),
Object
.
defineProperty
(
r
,
"default"
,{
enumerable
:
!
0
,
value
:
t
}),
2
&
e
&&
"string"
!=
typeof
t
)
for
(
var
n
in
t
)
b
.
d
(
r
,
n
,
function
(
e
){
return
t
[
e
]}.
bind
(
null
,
n
));
return
r
},
b
.
n
=
function
(
e
){
var
t
=
e
&&
e
.
__esModule
?
function
(){
return
e
.
default
}:
function
(){
return
e
};
return
b
.
d
(
t
,
"a"
,
t
),
t
},
b
.
o
=
function
(
e
,
t
){
return
Object
.
prototype
.
hasOwnProperty
.
call
(
e
,
t
)},
b
.
p
=
"https://zws-imgs-pub.ezijing.com/static/build/learn-mba/"
,
b
.
oe
=
function
(
e
){
throw
console
.
error
(
e
),
e
};
var
t
=
window
.
webpackJsonp
=
window
.
webpackJsonp
||
[],
n
=
t
.
push
.
bind
(
t
);
t
.
push
=
e
,
t
=
t
.
slice
();
for
(
var
a
=
0
;
a
<
t
.
length
;
a
++
)
e
(
t
[
a
]);
var
p
=
n
;
u
()}([]);
!
function
(
d
){
function
e
(
e
){
for
(
var
t
,
r
,
n
=
e
[
0
],
a
=
e
[
1
],
o
=
e
[
2
],
c
=
0
,
f
=
[];
c
<
n
.
length
;
c
++
)
r
=
n
[
c
],
Object
.
prototype
.
hasOwnProperty
.
call
(
s
,
r
)
&&
s
[
r
]
&&
f
.
push
(
s
[
r
][
0
]),
s
[
r
]
=
0
;
for
(
t
in
a
)
Object
.
prototype
.
hasOwnProperty
.
call
(
a
,
t
)
&&
(
d
[
t
]
=
a
[
t
]);
for
(
p
&&
p
(
e
);
f
.
length
;)
f
.
shift
()();
return
i
.
push
.
apply
(
i
,
o
||
[]),
u
()}
function
u
(){
for
(
var
e
,
t
=
0
;
t
<
i
.
length
;
t
++
){
for
(
var
r
=
i
[
t
],
n
=!
0
,
a
=
1
;
a
<
r
.
length
;
a
++
){
var
o
=
r
[
a
];
0
!==
s
[
o
]
&&
(
n
=!
1
)}
n
&&
(
i
.
splice
(
t
--
,
1
),
e
=
b
(
b
.
s
=
r
[
0
]))}
return
e
}
var
r
=
{},
l
=
{
3
:
0
},
s
=
{
3
:
0
},
i
=
[];
function
b
(
e
){
if
(
r
[
e
])
return
r
[
e
].
exports
;
var
t
=
r
[
e
]
=
{
i
:
e
,
l
:
!
1
,
exports
:{}};
return
d
[
e
].
call
(
t
.
exports
,
t
,
t
.
exports
,
b
),
t
.
l
=!
0
,
t
.
exports
}
b
.
e
=
function
(
i
){
var
e
=
[];
l
[
i
]?
e
.
push
(
l
[
i
]):
0
!==
l
[
i
]
&&
{
0
:
1
,
5
:
1
,
6
:
1
,
7
:
1
,
8
:
1
,
9
:
1
,
10
:
1
,
11
:
1
,
12
:
1
,
13
:
1
,
14
:
1
,
15
:
1
,
16
:
1
,
17
:
1
,
18
:
1
,
19
:
1
,
20
:
1
,
21
:
1
,
22
:
1
,
23
:
1
,
24
:
1
,
25
:
1
}[
i
]
&&
e
.
push
(
l
[
i
]
=
new
Promise
(
function
(
e
,
n
){
for
(
var
t
=
"resources/"
+
({}[
i
]
||
i
)
+
"."
+
{
0
:
"8c0fccc8dcdf"
,
1
:
"31d6cfe0d16a"
,
5
:
"930984a29124"
,
6
:
"1f5b7a073162"
,
7
:
"eeb045eabfe1"
,
8
:
"0f44f155a214"
,
9
:
"7acee47d5dff"
,
10
:
"7af67fe88b2d"
,
11
:
"5429a27bb7bb"
,
12
:
"233ef3b61b0f"
,
13
:
"35e9fd271343"
,
14
:
"96e432718f45"
,
15
:
"fcef4db14df7"
,
16
:
"e49666539688"
,
17
:
"0ba27a54f3b2"
,
18
:
"a029dc0f3a68"
,
19
:
"1781a847a9fa"
,
20
:
"315724727698"
,
21
:
"ea3ddb59c757"
,
22
:
"ac46a7f215a5"
,
23
:
"d0a83561e812"
,
24
:
"074cd78c0ecf"
,
25
:
"f9edc40b7bd4"
,
26
:
"31d6cfe0d16a"
,
27
:
"31d6cfe0d16a"
,
28
:
"31d6cfe0d16a"
,
29
:
"31d6cfe0d16a"
,
30
:
"31d6cfe0d16a"
,
31
:
"31d6cfe0d16a"
,
32
:
"31d6cfe0d16a"
,
33
:
"31d6cfe0d16a"
,
34
:
"31d6cfe0d16a"
}[
i
]
+
".css"
,
a
=
b
.
p
+
t
,
r
=
document
.
getElementsByTagName
(
"link"
),
o
=
0
;
o
<
r
.
length
;
o
++
){
var
c
=
(
d
=
r
[
o
]).
getAttribute
(
"data-href"
)
||
d
.
getAttribute
(
"href"
);
if
(
"stylesheet"
===
d
.
rel
&&
(
c
===
t
||
c
===
a
))
return
e
()}
var
f
=
document
.
getElementsByTagName
(
"style"
);
for
(
o
=
0
;
o
<
f
.
length
;
o
++
){
var
d
;
if
((
c
=
(
d
=
f
[
o
]).
getAttribute
(
"data-href"
))
===
t
||
c
===
a
)
return
e
()}
var
u
=
document
.
createElement
(
"link"
);
u
.
rel
=
"stylesheet"
,
u
.
type
=
"text/css"
,
u
.
onload
=
e
,
u
.
onerror
=
function
(
e
){
var
t
=
e
&&
e
.
target
&&
e
.
target
.
src
||
a
,
r
=
new
Error
(
"Loading CSS chunk "
+
i
+
" failed.
\
n("
+
t
+
")"
);
r
.
request
=
t
,
delete
l
[
i
],
u
.
parentNode
.
removeChild
(
u
),
n
(
r
)},
u
.
href
=
a
,
document
.
getElementsByTagName
(
"head"
)[
0
].
appendChild
(
u
)}).
then
(
function
(){
l
[
i
]
=
0
}));
var
r
=
s
[
i
];
if
(
0
!==
r
)
if
(
r
)
e
.
push
(
r
[
2
]);
else
{
var
t
=
new
Promise
(
function
(
e
,
t
){
r
=
s
[
i
]
=
[
e
,
t
]});
e
.
push
(
r
[
2
]
=
t
);
var
n
,
a
=
document
.
createElement
(
"script"
);
a
.
charset
=
"utf-8"
,
a
.
timeout
=
120
,
b
.
nc
&&
a
.
setAttribute
(
"nonce"
,
b
.
nc
),
a
.
src
=
function
(
e
){
return
b
.
p
+
"resources/"
+
({}[
e
]
||
e
)
+
"."
+
{
0
:
"8699c484"
,
1
:
"3eb39947"
,
5
:
"4fab6ab3"
,
6
:
"173cd28c"
,
7
:
"430564b5"
,
8
:
"eb5fc1ed"
,
9
:
"4479c9d4"
,
10
:
"147c22e9"
,
11
:
"3068e49f"
,
12
:
"b37870e0"
,
13
:
"c7f591f9"
,
14
:
"12638ba8"
,
15
:
"50239edc"
,
16
:
"310a8433"
,
17
:
"68fe78e9"
,
18
:
"11757a75"
,
19
:
"7c57d2a4"
,
20
:
"eb0b0413"
,
21
:
"222bf939"
,
22
:
"1c82f000"
,
23
:
"28c50b9e"
,
24
:
"d1dc65eb"
,
25
:
"50c0e367"
,
26
:
"dd1fe765"
,
27
:
"ebf0c26c"
,
28
:
"68e02fb9"
,
29
:
"8b0d5c25"
,
30
:
"4c215296"
,
31
:
"9631a4ea"
,
32
:
"3cb8f7aa"
,
33
:
"88b89200"
,
34
:
"9b388327"
}[
e
]
+
".js"
}(
i
);
var
o
=
new
Error
;
n
=
function
(
e
){
a
.
onerror
=
a
.
onload
=
null
,
clearTimeout
(
c
);
var
t
=
s
[
i
];
if
(
0
!==
t
){
if
(
t
){
var
r
=
e
&&
(
"load"
===
e
.
type
?
"missing"
:
e
.
type
),
n
=
e
&&
e
.
target
&&
e
.
target
.
src
;
o
.
message
=
"Loading chunk "
+
i
+
" failed.
\
n("
+
r
+
": "
+
n
+
")"
,
o
.
name
=
"ChunkLoadError"
,
o
.
type
=
r
,
o
.
request
=
n
,
t
[
1
](
o
)}
s
[
i
]
=
void
0
}};
var
c
=
setTimeout
(
function
(){
n
({
type
:
"timeout"
,
target
:
a
})},
12
e4
);
a
.
onerror
=
a
.
onload
=
n
,
document
.
head
.
appendChild
(
a
)}
return
Promise
.
all
(
e
)},
b
.
m
=
d
,
b
.
c
=
r
,
b
.
d
=
function
(
e
,
t
,
r
){
b
.
o
(
e
,
t
)
||
Object
.
defineProperty
(
e
,
t
,{
enumerable
:
!
0
,
get
:
r
})},
b
.
r
=
function
(
e
){
"undefined"
!=
typeof
Symbol
&&
Symbol
.
toStringTag
&&
Object
.
defineProperty
(
e
,
Symbol
.
toStringTag
,{
value
:
"Module"
}),
Object
.
defineProperty
(
e
,
"__esModule"
,{
value
:
!
0
})},
b
.
t
=
function
(
t
,
e
){
if
(
1
&
e
&&
(
t
=
b
(
t
)),
8
&
e
)
return
t
;
if
(
4
&
e
&&
"object"
==
typeof
t
&&
t
&&
t
.
__esModule
)
return
t
;
var
r
=
Object
.
create
(
null
);
if
(
b
.
r
(
r
),
Object
.
defineProperty
(
r
,
"default"
,{
enumerable
:
!
0
,
value
:
t
}),
2
&
e
&&
"string"
!=
typeof
t
)
for
(
var
n
in
t
)
b
.
d
(
r
,
n
,
function
(
e
){
return
t
[
e
]}.
bind
(
null
,
n
));
return
r
},
b
.
n
=
function
(
e
){
var
t
=
e
&&
e
.
__esModule
?
function
(){
return
e
.
default
}:
function
(){
return
e
};
return
b
.
d
(
t
,
"a"
,
t
),
t
},
b
.
o
=
function
(
e
,
t
){
return
Object
.
prototype
.
hasOwnProperty
.
call
(
e
,
t
)},
b
.
p
=
"https://zws-imgs-pub.ezijing.com/static/build/learn-mba/"
,
b
.
oe
=
function
(
e
){
throw
console
.
error
(
e
),
e
};
var
t
=
window
.
webpackJsonp
=
window
.
webpackJsonp
||
[],
n
=
t
.
push
.
bind
(
t
);
t
.
push
=
e
,
t
=
t
.
slice
();
for
(
var
a
=
0
;
a
<
t
.
length
;
a
++
)
e
(
t
[
a
]);
var
p
=
n
;
u
()}([]);
\ No newline at end of file
\ No newline at end of file
server/server/controller/ckeditorMonitor.js
浏览文件 @
7876f8da
...
@@ -23,7 +23,7 @@ const ckeditorUpload = (req, res) => {
...
@@ -23,7 +23,7 @@ const ckeditorUpload = (req, res) => {
if
(
req
.
files
.
length
)
{
if
(
req
.
files
.
length
)
{
if
(
!
req
.
files
[
0
].
mimetype
.
startsWith
(
'image'
))
{
sendHtml
(
''
,
'文件类型错误,请上传图片'
);
return
}
if
(
!
req
.
files
[
0
].
mimetype
.
startsWith
(
'image'
))
{
sendHtml
(
''
,
'文件类型错误,请上传图片'
);
return
}
if
(
req
.
files
[
0
].
size
>
10
*
1024
*
1024
)
{
sendHtml
(
''
,
'图片大小超限'
);
return
}
if
(
req
.
files
[
0
].
size
>
10
*
1024
*
1024
)
{
sendHtml
(
''
,
'图片大小超限'
);
return
}
req
.
files
[
0
].
fieldname
=
'image'
let
headers
=
req
.
headers
let
headers
=
req
.
headers
let
options
=
{}
let
options
=
{}
options
=
{
options
=
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论