Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-professional-exam
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Culm
pica-professional-exam
提交
12e105e7
提交
12e105e7
编写于
7月 13, 2020
作者:
guangjun.yang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
国家级继续医学教育项目(远程)
上级
2b634977
变更
9
隐藏空白字符变更
内嵌
并排
正在显示
9 个修改的文件
包含
57 行增加
和
17 行删除
+57
-17
coop-list-item.vue
src/components/business/coop-list-item.vue
+12
-1
I-card-item.vue
src/components/cme/I-card-item.vue
+1
-1
basic-info.vue
src/components/cme/basic-info.vue
+27
-4
change-card.vue
src/components/cme/change-card.vue
+1
-1
learn-know.vue
src/components/cme/learn-know.vue
+1
-0
common-title.vue
src/components/common/common-title.vue
+1
-1
mixins.js
src/utils/mixins.js
+3
-3
index.vue
src/views/index.vue
+8
-3
merge-detail.vue
src/views/merge-detail.vue
+3
-3
未找到文件。
src/components/business/coop-list-item.vue
浏览文件 @
12e105e7
...
...
@@ -17,7 +17,7 @@
>
{{
item
.
projectStatusValue
|
statusText
}}
</span>
</div>
<div
class=
"coop-item-right"
>
<span
class=
"coop-item-right-title"
>
{{
item
.
name
}}
</span>
<span
class=
"coop-item-right-title"
>
{{
item
.
name
}}
<span
v-if=
"item.cardStatus == 1"
class=
"active"
>
已激活
</span>
</span>
<span
v-if=
"item.cmeType == 2"
class=
"coop-item-right-other"
>
{{
item
.
level
}}
|
{{
item
.
scope
}}
</span>
<span
v-if=
"item.cmeType != 2"
class=
"coop-item-right-other"
>
{{
item
.
level
}}
|
{{
item
.
credit
}}
|
{{
item
.
scope
}}
</span>
<span
class=
"coop-item-right-other"
>
{{
item
.
startDate
|
formatTime
(
'{y
}
.{m
}
.{d
}
'
)
}}
至
{{
item
.
endDate
|
formatTime
(
'{y
}
.{m
}
.{d
}
'
)
}}
<
/span
>
...
...
@@ -281,6 +281,17 @@ export default {
font
-
size
:
px2rem
(
16
px
);
font
-
weight
:
700
;
color
:
rgba
(
55
,
56
,
57
,
1
);
.
active
{
display
:
inline
-
block
;
width
:
px2rem
(
42
px
);
height
:
px2rem
(
18
px
);
line
-
height
:
px2rem
(
18
px
);
font
-
size
:
px2rem
(
11
px
);
text
-
align
:
center
;
border
-
radius
:
4
px
;
border
:
1
px
solid
rgba
(
202
,
168
,
97
,
1
);
color
:
#
CAA861
;
}
}
&-
other
{
height
:
px2rem
(
21
px
);
...
...
src/components/cme/I-card-item.vue
浏览文件 @
12e105e7
...
...
@@ -3,7 +3,7 @@
<article
class=
"item"
>
<img
class=
"left-icon"
src=
"../../images/cme/phrase2/I-img.png"
alt
/>
<article
class=
"center"
>
<span
class=
"top"
>
国家级继续
教育I类学分项目
</span>
<span
class=
"top"
>
国家级继续
医学教育项目(远程)
</span>
<span
class=
"bottom"
>
上百个项目持续更新上线
</span>
</article>
<img
class=
"right-icon"
src=
"../../images/cme/phrase2/arr-right.png"
alt
/>
...
...
src/components/cme/basic-info.vue
浏览文件 @
12e105e7
...
...
@@ -5,9 +5,9 @@
<span>
项目编号
</span>
<span>
{{
projectNo
}}
</span>
</div>
-->
<div
class=
"
content
"
>
<span>
项目名称
</span>
<span>
{{
projectName
}}
</span>
<div
class=
"
pro-name
"
>
<span
class=
"title"
>
项目名称
</span>
<span
class=
"name"
>
{{
projectName
}}
</span>
</div>
<!--
<div
class=
"content"
>
-->
<!--
<span>
学习收获
</span>
...
...
@@ -100,6 +100,28 @@ export default {
color
:
#
373839
;
font
-
weight
:
700
;
}
.
pro
-
name
{
display
:
flex
;
flex
-
direction
:
row
;
margin
-
top
:
px2rem
(
16
px
);
font
-
size
:
px2rem
(
14
px
);
span
{
display
:
flex
;
font
-
size
:
px2rem
(
14
px
);
align
-
items
:
center
;
line
-
height
:
px2rem
(
22
px
);
align
-
content
:
flex
-
start
;
text
-
align
:
justify
;
&
.
title
{
width
:
px2rem
(
84
px
);
color
:
#
979899
;
}
&
.
name
{
flex
:
1
;
color
:
#
676869
;
}
}
}
.
content
{
margin
-
top
:
px2rem
(
16
px
);
height
:
px2rem
(
16
px
);
...
...
@@ -115,7 +137,6 @@ export default {
width
:
px2rem
(
1
px
);
height
:
px2rem
(
13
px
);
margin
:
0
px2rem
(
2
px
);
// line-height: px2rem(20px);
background
:
#
676869
;
}
}
...
...
@@ -126,6 +147,8 @@ export default {
margin
-
left
:
px2rem
(
15
px
);
color
:
#
676869
;
}
}
.
remind
{
line
-
height
:
px2rem
(
14
px
);
...
...
src/components/cme/change-card.vue
浏览文件 @
12e105e7
...
...
@@ -12,7 +12,7 @@
<article
class=
"tip"
>
<div
class=
"left"
>
<img
src=
"../../images/cme/phrase2/info.png"
/>
<span>
激活码用于
兑换课程,您可以从订单详情或已购买的实体卡查看激活码密码。激活码一旦兑换
,不可退回。
</span>
<span>
激活码用于
学习课程,您可以从订单详情或您的实体卡查看激活码。激活码一旦使用
,不可退回。
</span>
</div>
</article>
<section
class=
"input-wrapper"
>
...
...
src/components/cme/learn-know.vue
浏览文件 @
12e105e7
...
...
@@ -31,6 +31,7 @@ export default {
line-height
:
px2rem
(
21px
);
span
{
display
:
inline-block
;
text-align
:
justify
;
font-size
:
px2rem
(
14px
);
color
:
#676869
;
}
...
...
src/components/common/common-title.vue
浏览文件 @
12e105e7
...
...
@@ -10,7 +10,7 @@
'padding-top': cPaddingTop,
'padding-bottom': cPaddingBottom
}"
>
{{
title
|
shortName
(
1
3
)
}}
</span>
>
{{
title
|
shortName
(
1
6
)
}}
</span>
<!--
<img
v-show=
"isShowCert"
:style=
"
{
...
...
src/utils/mixins.js
浏览文件 @
12e105e7
...
...
@@ -13,7 +13,7 @@ module.exports = {
query
=
this
.
$route
.
query
}
// alert('this.token' + this.token)
this
.
token
=
this
.
getUrlKey
(
'token'
)
||
(
query
&&
query
.
token
)
||
'4510A4F7DF72471D82EA3626C43A8696'
this
.
token
=
this
.
getUrlKey
(
'token'
)
||
(
query
&&
query
.
token
)
},
mounted
()
{
...
...
@@ -110,7 +110,7 @@ module.exports = {
// 通用GET请求
GET
(
api
,
para
,
callback
,
str
)
{
// debugger
para
.
token
=
para
.
token
||
this
.
token
||
'
006EAC5D201B4547A27C842505F0E368
'
para
.
token
=
para
.
token
||
this
.
token
||
''
let
url
=
api
+
this
.
getUrlPara
(
para
)
return
fetch
({
url
:
getBaseUrl
(
url
),
...
...
@@ -120,7 +120,7 @@ module.exports = {
},
NEW_GET
(
api
,
para
,
callback
,
str
)
{
para
.
token
=
para
.
token
||
this
.
token
||
'
006EAC5D201B4547A27C842505F0E368
'
para
.
token
=
para
.
token
||
this
.
token
||
''
let
url
=
api
+
this
.
getUrlPara
(
para
)
return
fetch
({
url
:
getBaseUrl
(
url
),
...
...
src/views/index.vue
浏览文件 @
12e105e7
...
...
@@ -30,9 +30,14 @@
<CardBanner
:userMobile=
"userMobile"
></CardBanner>
</article>
-->
<article
class=
"page-content-list"
>
<CommonTitle
title=
"
I类学分继续医学教育项目
"
:isShowCert=
"false"
></CommonTitle>
<CommonTitle
title=
"
国家级继续医学教育项目(远程)
"
:isShowCert=
"false"
></CommonTitle>
<ICardItem
:oneLevelUrl=
"oneLevelUrl"
:provinceId=
"provinceId"
:organizationId=
"organizationId"
:cmeToken=
"token"
></ICardItem>
<CommonTitle
class=
"mt-10"
v-show=
"isShow && tabIndex === 2"
title=
"II类学分继续医学教育项目"
:isShowCert=
"false"
></CommonTitle>
<CommonTitle
class=
"mt-10"
v-show=
"isShow"
:title=
"tabIndex === 1 ? '我的继续医学教育课程' : '继续医学教育课程'"
:isShowCert=
"false"
/>
<section
v-if=
"tabIndex === 1"
>
<CoopListItem
:paramData=
"joinProjectList"
...
...
@@ -87,7 +92,7 @@ export default {
isWeb
:
window
.
__isWeb
,
bgColor
:
"#fff"
,
isShow
:
false
,
navTitle
:
"继教
项目
"
,
navTitle
:
"继教
课程
"
,
compTitle
:
"组件名称"
,
isShowNavbar
:
true
,
isFixNavbar
:
false
,
...
...
src/views/merge-detail.vue
浏览文件 @
12e105e7
...
...
@@ -124,10 +124,10 @@
:btnText=
"project.currentProgress > 1 ? '参加考试' : '学完全部课程,可参加考试'"
:type=
"project.currentProgress > 1 ? 'primary' : 'disabled'"
></ExjumperButton>
<div
v-if=
"project.cmeType == 2"
style=
"padding-top: 30px"
></div>
<div
v-if=
"project.cmeType == 2
&& !isWeb
"
style=
"padding-top: 30px"
></div>
<BindCardButton
v-if=
"project.cmeType == 2 && !hasBindCard"
v-if=
"project.cmeType == 2 && !hasBindCard
&& !isWeb
"
:cardInfo=
"cardInfo"
@
changeClick=
"changeClick"
@
gotoBuy=
"confirm"
...
...
@@ -929,7 +929,7 @@ export default {
this
.
jumpCatalogue
();
},
200
);
}
_this
.
copyLink
();
//
_this.copyLink();
},
200
);
setTimeout
(()
=>
{
_this
.
showLoading
=
false
;
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录