Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-annual-summary
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.education.frontend
pica-annual-summary
提交
a02e2bbb
提交
a02e2bbb
编写于
9月 28, 2020
作者:
yi.li
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
学科详情样式优化
上级
b72a5145
变更
1
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
18 行增加
和
12 行删除
+18
-12
question-bank.vue
src/views/question-bank.vue
+18
-12
未找到文件。
src/views/question-bank.vue
浏览文件 @
a02e2bbb
...
...
@@ -68,6 +68,7 @@
:isShowDialog=
"showBindCardTips"
@
handlerAction=
"handlerAction"
></CourseDialog>
<Loading
v-show=
"showLoading"
/>
</div>
</
template
>
<
script
>
...
...
@@ -75,6 +76,7 @@
import
BindCardButton
from
"@/components/cme/bind-card-button"
;
import
ChangeCard
from
"@/components/cme/change-card"
;
import
CourseDialog
from
"@/components/course/course-dialog"
;
import
Loading
from
"@/components/common/common-loading"
;
import
{
Progress
,
Toast
}
from
'vant'
;
import
{
mapGetters
,
mapActions
}
from
"vuex"
;
import
{
getWebPageUrl
}
from
"@/utils/index"
;
...
...
@@ -84,17 +86,17 @@ export default {
BindCardButton
,
ChangeCard
,
Progress
,
CourseDialog
CourseDialog
,
Loading
},
data
()
{
return
{
token
:
''
,
isWeb
:
window
.
__isWeb
,
// isWeb: false,
isInfresh
:
false
,
bgColor
:
"#fff"
,
isShowNavbar
:
true
,
navTitle
:
'
中级-内科
'
,
navTitle
:
''
,
isFixNavbar
:
false
,
secondSubjectId
:
null
,
directoryInfo
:
{
...
...
@@ -113,6 +115,7 @@ export default {
showBindCardTips
:
false
,
showChangeCard
:
false
,
changeCardErrorMsg
:
""
,
showLoading
:
false
}
},
created
()
{
...
...
@@ -142,10 +145,7 @@ export default {
_this
.
getProvinceIdByPosition
(
param
);
};
},
mounted
()
{
},
mounted
()
{},
computed
:
{
...
mapGetters
([
"userInfo"
]),
setTxt
()
{
...
...
@@ -175,6 +175,7 @@ export default {
token
:
this
.
token
,
setEntry
:
true
};
this
.
showLoading
=
true
;
this
.
GET
(
`portal/titleTest/user/getBrushTitleInfo/
${
this
.
secondSubjectId
}
`
,
param
).
then
(
res
=>
{
if
(
res
.
code
==
"000000"
)
{
this
.
directoryInfo
=
JSON
.
parse
(
JSON
.
stringify
(
res
.
data
));
...
...
@@ -182,8 +183,11 @@ export default {
this
.
subDirectoryModelList
=
subDirectoryModelList
;
this
.
userId
=
userId
;
this
.
bindStatus
=
bindStatus
;
this
.
navTitle
=
`
${
firstSubjectCodeName
}
-
${
secondSubjectName
}${
secondSubjectCode
}
`
this
.
navTitle
=
`
${
firstSubjectCodeName
}
-
${
secondSubjectName
}${
secondSubjectCode
}
`
;
setTimeout
(()
=>
{
this
.
showLoading
=
false
;
},
800
);
//获取底部卡信息
// 如果 bindStatus 为false,则获取卡信息 0:未绑卡 1:已绑卡
if
(
!
this
.
bindStatus
)
{
...
...
@@ -489,7 +493,7 @@ export default {
box-sizing: border-box;
width: 100%;
&.top-set{
top: 7
8
px;
top: 7
3
px;
}
.info-first{
display: flex;
...
...
@@ -533,7 +537,7 @@ export default {
.item{
width: 165.5px;
height: 40px;
line-height: 40px;
/*line-height: 40px;*/
text-align: center;
border-radius: 6px;
background-color: #F8F9FA;
...
...
@@ -551,6 +555,8 @@ export default {
span{
font-size: 12px;
margin-left: 2px;
height: 40px;
line-height: 40px;
}
}
}
...
...
@@ -562,9 +568,9 @@ export default {
box-sizing: border-box;
position: relative;
/*margin-top: 155px;*/
padding-top: 12
8
px;
padding-top: 12
6
px;
&.add-padding{
padding-top: 1
43
px;
padding-top: 1
35
px;
}
.question-intro{
margin-top: 15px;
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录