Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
L
learn-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
learn-online-pc
Commits
d30e3be8
提交
d30e3be8
authored
4月 16, 2020
作者:
lihuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
页面优化
上级
5f6c5df4
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
8 行增加
和
5 行删除
+8
-5
zh-CN.json
client/src/assets/languages/zh-CN.json
+1
-1
myExamination.vue
client/src/pages/examination/myExamination.vue
+3
-0
course.vue
client/src/pages/learn/course.vue
+3
-3
message.vue
client/src/pages/other/message.vue
+1
-1
没有找到文件。
client/src/assets/languages/zh-CN.json
浏览文件 @
d30e3be8
...
...
@@ -58,7 +58,7 @@
"learn"
:
{
"course"
:
{
"title"
:
"我的课程"
,
"goCourseAllStr"
:
"
请去选课广场选课
"
,
"goCourseAllStr"
:
"
暂无符合条件的课程
"
,
"noFitCourseStr"
:
"暂无符合条件的课程"
,
"noCourseStr"
:
"暂无相关课程"
,
"semeter"
:
"学期"
,
...
...
client/src/pages/examination/myExamination.vue
浏览文件 @
d30e3be8
...
...
@@ -68,6 +68,7 @@ export default {
},
popHide
()
{
this
.
dialogVisible
=
false
this
.
$router
.
go
(
0
)
},
goExam
()
{
const
loading
=
this
.
$loading
({
lock
:
true
,
text
:
''
,
spinner
:
''
,
background
:
'rgba(255, 255, 255, 0.9)'
})
...
...
@@ -80,6 +81,8 @@ export default {
loading
.
close
()
if
(
res
.
msg
===
'success'
)
{
window
.
open
(
res
.
url
)
this
.
dialogVisible
=
false
this
.
$router
.
go
(
0
)
}
})
}
...
...
client/src/pages/learn/course.vue
浏览文件 @
d30e3be8
...
...
@@ -124,7 +124,7 @@ export default {
// cAction.Course.getLearnFind().then(data => {
// this.find[0].arrItem = data
// }).catch(e => { this.$message.error(e.message) }).finally(() => { loading.close() })
this
.
getAjaxList
(
true
,
this
.
$t
(
'pages.learn.course.
goCourseAll
Str'
))
this
.
getAjaxList
(
true
,
this
.
$t
(
'pages.learn.course.
noFitCourse
Str'
))
},
destroyed
()
{
if
(
this
.
timeInterval
)
{
...
...
@@ -179,7 +179,7 @@ export default {
this
.
param
.
order_type
=
'-learn_time'
}
this
.
getAjaxList
(
true
,
this
.
$t
(
'pages.learn.course.
goCourseAll
Str'
))
this
.
getAjaxList
(
true
,
this
.
$t
(
'pages.learn.course.
noFitCourse
Str'
))
},
/**
* 筛选 - 选修时间顺序
...
...
@@ -193,7 +193,7 @@ export default {
this
.
param
.
order_type
=
'-join_time'
}
this
.
getAjaxList
(
true
,
this
.
$t
(
'pages.learn.course.
goCourseAll
Str'
))
this
.
getAjaxList
(
true
,
this
.
$t
(
'pages.learn.course.
noFitCourse
Str'
))
},
/* 直接进直播 */
goLive
()
{
...
...
client/src/pages/other/message.vue
浏览文件 @
d30e3be8
...
...
@@ -4,7 +4,7 @@
<div
class=
"con-box"
>
<el-collapse
v-model=
"activeNames"
@
change=
"handleChange"
>
<template
v-for=
"(item, index) in msgList"
>
<el-collapse-item
v-bind:key=
"index"
title=
"系统
通知
"
:name=
"index"
>
<el-collapse-item
v-bind:key=
"index"
title=
"系统
公告
"
:name=
"index"
>
<div
v-html=
"item.text"
></div>
</el-collapse-item>
</
template
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论