Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
L
learn-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
learn-online-pc
Commits
83089ea4
提交
83089ea4
authored
5月 18, 2020
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
bug fixes
上级
0a32638c
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
7 行增加
和
8 行删除
+7
-8
Before.js
client/src/components/beforeEnter/Before.js
+2
-2
zh-CN.json
client/src/modules/login-module/assets/languages/zh-CN.json
+1
-1
ForgetLogin.vue
client/src/modules/login-module/src/ForgetLogin.vue
+1
-1
myExamination.vue
client/src/pages/examination/myExamination.vue
+1
-1
message.vue
client/src/pages/other/message.vue
+2
-3
没有找到文件。
client/src/components/beforeEnter/Before.js
浏览文件 @
83089ea4
...
...
@@ -45,8 +45,8 @@ export default class Before {
if
(
window
.
G
.
UserInfo
)
return
true
return
Promise
.
all
([
cAction
.
Other
.
getInfo
(),
cAction
.
Other
.
getUser
()])
.
then
(([
p1
,
p2
])
=>
{
const
res
=
{
student_info
:
p1
,
data
:
p2
.
data
}
if
(
res
.
data
.
id
)
{
const
res
=
{
student_info
:
p1
,
...
p2
.
data
}
if
(
res
.
id
)
{
window
.
G
.
UserInfo
=
res
return
true
}
else
{
...
...
client/src/modules/login-module/assets/languages/zh-CN.json
浏览文件 @
83089ea4
...
...
@@ -21,7 +21,7 @@
"sendCode"
:
"发送验证码"
,
"codeSuccess"
:
"验证码已成功发送,请耐心等待。每天最高发送5次"
,
"codeStr"
:
"验证码已发送至:"
,
"iphoneCode"
:
"
手机
验证码"
,
"iphoneCode"
:
"验证码"
,
"mailCode"
:
"邮箱验证码"
,
"input4Code"
:
"请输入4位验证码"
,
"afterMiniutes"
:
"s后重发"
,
...
...
client/src/modules/login-module/src/ForgetLogin.vue
浏览文件 @
83089ea4
...
...
@@ -5,7 +5,7 @@
<el-row>
<el-col
:xs=
"24"
:sm=
"3"
:md=
"5"
:lg=
"6"
:xl=
"6"
><el-form-item></el-form-item></el-col>
<el-col
:xs=
"24"
:sm=
"18"
:md=
"14"
:lg=
"12"
:xl=
"12"
>
<el-form-item
prop=
"account"
:label=
"$t('LoginModule.
ForgetLogin.newPwd
')"
>
<el-form-item
prop=
"account"
:label=
"$t('LoginModule.
NormalLogin.account
')"
>
<el-input
v-model=
"accountSet.account"
type=
"text"
:placeholder=
"$t('LoginModule.ForgetLogin.inputStr')"
></el-input>
</el-form-item>
<el-form-item
prop=
"code"
:label=
"(accountSet.type ? $t('LoginModule.ForgetLogin.mailCode') : $t('LoginModule.ForgetLogin.iphoneCode'))"
>
...
...
client/src/pages/examination/myExamination.vue
浏览文件 @
83089ea4
...
...
@@ -151,7 +151,7 @@ export default {
top
:
0
;
left
:
0
;
background
:rgba
(
0
,
0
,
0
,
0
.3
)
;
z-index
:
999
999
;
z-index
:
999
;
.scroll
{
position
:absolute
;
top
:
50%
;
...
...
client/src/pages/other/message.vue
浏览文件 @
83089ea4
...
...
@@ -24,6 +24,7 @@
layout=
"total, prev, pager, next, jumper"
:total=
"page.total"
@
current-change=
"handleCurrentChange"
:hide-on-single-page=
"true"
></el-pagination>
</div>
</div>
...
...
@@ -58,11 +59,9 @@ export default {
}
},
getData
(
obj
)
{
// const json = {
// read_time: 0
// }
cAction
.
Other
.
getMyMsg
(
obj
).
then
(
json
=>
{
this
.
msgList
=
json
.
list
this
.
page
.
total
=
json
.
count
this
.
$store
.
commit
(
'myMsg'
,
json
.
countNum
)
}).
catch
(
e
=>
{
this
.
$message
.
error
(
e
.
message
)
}).
finally
(()
=>
{
})
},
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论