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
提交
25ebff74
提交
25ebff74
编写于
10月 15, 2020
作者:
guangjun.yang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
文案与提示等
上级
22b19e1a
变更
7
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
22 行增加
和
11 行删除
+22
-11
bind-card-button.vue
src/components/cme/bind-card-button.vue
+5
-1
free-tips.vue
src/components/question/free-tips.vue
+2
-2
question-footer.vue
src/components/question/question-footer.vue
+6
-0
merge-detail.vue
src/views/merge-detail.vue
+2
-2
question-bank.vue
src/views/question-bank.vue
+3
-2
question-detail copy.vue
src/views/question-detail copy.vue
+2
-2
share-merge-detail.vue
src/views/share-merge-detail.vue
+2
-2
未找到文件。
src/components/cme/bind-card-button.vue
浏览文件 @
25ebff74
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
</div>
</div>
<div
class=
"bottom"
>
<div
class=
"bottom"
>
<img
src=
"../../images/cme/phrase2/info.png"
/>
<img
src=
"../../images/cme/phrase2/info.png"
/>
<span>
激活或购买后可学习课程
</span>
<span>
{{
desc
}}
</span>
</div>
</div>
</article>
</article>
<article
class=
"right"
>
<article
class=
"right"
>
...
@@ -24,6 +24,10 @@ export default {
...
@@ -24,6 +24,10 @@ export default {
cardInfo
:
{
cardInfo
:
{
type
:
Object
,
type
:
Object
,
default
:
()
=>
{}
default
:
()
=>
{}
},
desc
:
{
type
:
String
,
default
:
"激活或购买后可学习课程"
}
}
},
},
data
()
{
data
()
{
...
...
src/components/question/free-tips.vue
浏览文件 @
25ebff74
<
template
>
<
template
>
<div
class=
"free-tips-wrapper"
>
<div
class=
"free-tips-wrapper"
@
click=
"buyCard"
>
<div
class=
"left"
>
<div
class=
"left"
>
<img
src=
"../../images/question/warning-h.png"
alt
/>
<img
src=
"../../images/question/warning-h.png"
alt
/>
<span
class=
"text"
>
免费练习
{{
total
}}
题,解锁全部题目需完成购买
</span>
<span
class=
"text"
>
免费练习
{{
total
}}
题,解锁全部题目需完成购买
</span>
</div>
</div>
<img
class=
"right"
@
click=
"buyCard"
src=
"../../images/question/arror-right.png"
alt
/>
<img
class=
"right"
src=
"../../images/question/arror-right.png"
alt
/>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
...
...
src/components/question/question-footer.vue
浏览文件 @
25ebff74
...
@@ -132,6 +132,12 @@ export default {
...
@@ -132,6 +132,12 @@ export default {
setEntry
:
true
setEntry
:
true
};
};
this
.
currentQuestion
.
favorFlag
=
this
.
currentQuestion
.
favorFlag
==
0
?
1
:
0
;
this
.
currentQuestion
.
favorFlag
=
this
.
currentQuestion
.
favorFlag
==
0
?
1
:
0
;
let
operateText
=
"收藏成功"
;
if
(
param
.
operateType
==
2
)
{
operateText
=
"取消收藏"
;
}
Toast
(
operateText
);
this
.
POST
(
"onlineexam/collectExamTitle"
,
param
).
then
(
res
=>
{
this
.
POST
(
"onlineexam/collectExamTitle"
,
param
).
then
(
res
=>
{
if
(
res
.
code
==
"000000"
)
{
if
(
res
.
code
==
"000000"
)
{
if
(
res
.
data
)
{
if
(
res
.
data
)
{
...
...
src/views/merge-detail.vue
浏览文件 @
25ebff74
...
@@ -149,7 +149,7 @@
...
@@ -149,7 +149,7 @@
<CourseDialog
<CourseDialog
:subContent=
"subContent"
:subContent=
"subContent"
confirmBtnText=
"激活
并去学习
"
confirmBtnText=
"激活"
needSubContent
needSubContent
:isShowDialog=
"showBindCardTips"
:isShowDialog=
"showBindCardTips"
@
handlerAction=
"handlerAction"
@
handlerAction=
"handlerAction"
...
@@ -566,7 +566,7 @@ export default {
...
@@ -566,7 +566,7 @@ export default {
if
(
res
.
code
==
"000000"
)
{
if
(
res
.
code
==
"000000"
)
{
this
.
showLoading
=
false
;
this
.
showLoading
=
false
;
this
.
cardInfo
=
(
res
.
data
&&
res
.
data
[
0
])
||
{
id
:
0
,
name
:
"职称考精讲课程卡"
};
this
.
cardInfo
=
(
res
.
data
&&
res
.
data
[
0
])
||
{
id
:
0
,
name
:
"职称考精讲课程卡"
};
this
.
subContent
=
`您已购买“
${
this
.
cardInfo
.
goodsName
}
”,是否
用此卡绑定并激活当前课程。学习卡激活码一旦使用,不可更改不可
退回`
this
.
subContent
=
`您已购买“
${
this
.
cardInfo
.
goodsName
}
”,是否
使用此卡绑定并激活当前内容?一旦使用,不可更改或
退回`
}
}
});
});
},
},
...
...
src/views/question-bank.vue
浏览文件 @
25ebff74
...
@@ -40,6 +40,7 @@
...
@@ -40,6 +40,7 @@
<BindCardButton
<BindCardButton
v-if=
"!bindStatus"
v-if=
"!bindStatus"
:cardInfo=
"cardInfo"
:cardInfo=
"cardInfo"
desc=
"激活或购买后可做题"
@
changeClick=
"changeClick"
@
changeClick=
"changeClick"
@
gotoBuy=
"confirm"
@
gotoBuy=
"confirm"
></BindCardButton>
></BindCardButton>
...
@@ -51,7 +52,7 @@
...
@@ -51,7 +52,7 @@
</ChangeCard>
</ChangeCard>
<CourseDialog
<CourseDialog
:subContent=
"subContent"
:subContent=
"subContent"
confirmBtnText=
"激活并去
学
习"
confirmBtnText=
"激活并去
练
习"
needSubContent
needSubContent
:isShowDialog=
"showBindCardTips"
:isShowDialog=
"showBindCardTips"
@
handlerAction=
"handlerAction"
@
handlerAction=
"handlerAction"
...
@@ -238,7 +239,7 @@ export default {
...
@@ -238,7 +239,7 @@ export default {
if
(
res
.
code
==
"000000"
)
{
if
(
res
.
code
==
"000000"
)
{
// this.showLoading = false;
// this.showLoading = false;
this
.
cardInfo
=
(
res
.
data
&&
res
.
data
[
0
])
||
{
id
:
0
,
name
:
"职称考精讲课程卡"
};
this
.
cardInfo
=
(
res
.
data
&&
res
.
data
[
0
])
||
{
id
:
0
,
name
:
"职称考精讲课程卡"
};
this
.
subContent
=
`您已购买“
${
this
.
cardInfo
.
goodsName
}
”,是否
用此卡绑定并激活当前课程。学习卡激活码一旦使用,不可更改不可
退回`
this
.
subContent
=
`您已购买“
${
this
.
cardInfo
.
goodsName
}
”,是否
使用此卡绑定并激活当前内容?一旦使用,不可更改或
退回`
}
}
});
});
},
},
...
...
src/views/question-detail copy.vue
浏览文件 @
25ebff74
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
<!-- 主动提示:激活并去学习 -->
<!-- 主动提示:激活并去学习 -->
<CourseDialog
<CourseDialog
:subContent=
"subContent"
:subContent=
"subContent"
confirmBtnText=
"激活
并去练习
"
confirmBtnText=
"激活"
needSubContent
needSubContent
:isShowDialog=
"showBindCardTips"
:isShowDialog=
"showBindCardTips"
@
handlerAction=
"handlerAction"
@
handlerAction=
"handlerAction"
...
@@ -474,7 +474,7 @@ export default {
...
@@ -474,7 +474,7 @@ export default {
id
:
0
,
id
:
0
,
name
:
"题库卡"
name
:
"题库卡"
};
};
this
.
subContent
=
`您已购买
${
this
.
cardInfo
.
goodsName
}
”,是否
用此卡绑定并激活当前题库。题库卡激活码一旦使用,不可更改不可
退回`
;
this
.
subContent
=
`您已购买
${
this
.
cardInfo
.
goodsName
}
”,是否
使用此卡绑定并激活当前内容?一旦使用,不可更改或
退回`
;
}
}
});
});
},
},
...
...
src/views/share-merge-detail.vue
浏览文件 @
25ebff74
...
@@ -161,7 +161,7 @@
...
@@ -161,7 +161,7 @@
<!-- 主动提示:激活并去学习 -->
<!-- 主动提示:激活并去学习 -->
<CourseDialog
<CourseDialog
:subContent=
"subContent"
:subContent=
"subContent"
confirmBtnText=
"激活
并去学习
"
confirmBtnText=
"激活"
needSubContent
needSubContent
:isShowDialog=
"showBindCardTips"
:isShowDialog=
"showBindCardTips"
@
handlerAction=
"handlerAction"
@
handlerAction=
"handlerAction"
...
@@ -553,7 +553,7 @@ export default {
...
@@ -553,7 +553,7 @@ export default {
if
(
res
.
code
==
"000000"
)
{
if
(
res
.
code
==
"000000"
)
{
this
.
showLoading
=
false
;
this
.
showLoading
=
false
;
this
.
cardInfo
=
(
res
.
data
&&
res
.
data
[
0
])
||
{
id
:
0
,
name
:
"职称考精讲课程卡"
};
this
.
cardInfo
=
(
res
.
data
&&
res
.
data
[
0
])
||
{
id
:
0
,
name
:
"职称考精讲课程卡"
};
this
.
subContent
=
`您已购买“
${
this
.
cardInfo
.
goodsName
}
”,是否
用此卡绑定并激活当前课程。学习卡激活码一旦使用,不可更改不可
退回`
this
.
subContent
=
`您已购买“
${
this
.
cardInfo
.
goodsName
}
”,是否
使用此卡绑定并激活当前内容?一旦使用,不可更改或
退回`
}
}
});
});
},
},
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录