Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-professional-exam
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.education.frontend
pica-professional-exam
提交
c286bea5
提交
c286bea5
编写于
3月 09, 2021
作者:
guangjun.yang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
将886改成487
上级
1bd225cf
变更
2
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
9 行增加
和
9 行删除
+9
-9
question-footer.vue
src/components/question/question-footer.vue
+5
-5
question-detail.vue
src/views/question-detail.vue
+4
-4
未找到文件。
src/components/question/question-footer.vue
浏览文件 @
c286bea5
...
@@ -50,7 +50,7 @@ export default {
...
@@ -50,7 +50,7 @@ export default {
previous
()
{
previous
()
{
if
(
!
this
.
canRun
())
return
;
if
(
!
this
.
canRun
())
return
;
this
.
$sendBuriedData
({
this
.
$sendBuriedData
({
component_tag
:
`
886#886
01`
component_tag
:
`
487#487
01`
});
});
if
(
this
.
currentQuestion
.
titleNo
==
1
)
{
if
(
this
.
currentQuestion
.
titleNo
==
1
)
{
Toast
(
"已是第一题"
);
Toast
(
"已是第一题"
);
...
@@ -73,7 +73,7 @@ export default {
...
@@ -73,7 +73,7 @@ export default {
next
()
{
next
()
{
if
(
!
this
.
canRun
())
return
;
if
(
!
this
.
canRun
())
return
;
this
.
$sendBuriedData
({
this
.
$sendBuriedData
({
component_tag
:
`
886#886
02`
component_tag
:
`
487#487
02`
});
});
if
(
this
.
currentQuestion
.
titleNo
==
this
.
totalCount
if
(
this
.
currentQuestion
.
titleNo
==
this
.
totalCount
// if (this.currentQuestion.titleNo == this.questionList.length
// if (this.currentQuestion.titleNo == this.questionList.length
...
@@ -103,7 +103,7 @@ export default {
...
@@ -103,7 +103,7 @@ export default {
},
200
);
},
200
);
}
}
this
.
$sendBuriedData
({
this
.
$sendBuriedData
({
component_tag
:
`
886#886
03`
component_tag
:
`
487#487
03`
});
});
},
},
...
@@ -117,9 +117,9 @@ export default {
...
@@ -117,9 +117,9 @@ export default {
favor
()
{
favor
()
{
if
(
!
this
.
canRun
())
return
;
if
(
!
this
.
canRun
())
return
;
let
favorFlag
=
this
.
currentQuestion
.
favorFlag
;
let
favorFlag
=
this
.
currentQuestion
.
favorFlag
;
let
sPoint
=
favorFlag
==
1
?
"
88605"
:
"886
04"
;
let
sPoint
=
favorFlag
==
1
?
"
48705"
:
"487
04"
;
this
.
$sendBuriedData
({
this
.
$sendBuriedData
({
component_tag
:
`
886
#
${
sPoint
}
`
component_tag
:
`
487
#
${
sPoint
}
`
});
});
let
param
=
{
let
param
=
{
dataType
:
2
,
dataType
:
2
,
...
...
src/views/question-detail.vue
浏览文件 @
c286bea5
...
@@ -217,7 +217,7 @@ export default {
...
@@ -217,7 +217,7 @@ export default {
// 去激活(体验完弹窗-打开激活弹框)
// 去激活(体验完弹窗-打开激活弹框)
activeCard
()
{
activeCard
()
{
this
.
$sendBuriedData
({
this
.
$sendBuriedData
({
component_tag
:
`
886#886
06`
component_tag
:
`
487#487
06`
});
});
this
.
checkTokenForNative
(()
=>
{
this
.
checkTokenForNative
(()
=>
{
this
.
experienceDialog
=
false
;
this
.
experienceDialog
=
false
;
...
@@ -233,11 +233,11 @@ export default {
...
@@ -233,11 +233,11 @@ export default {
});
});
if
(
type
==
1
)
{
if
(
type
==
1
)
{
this
.
$sendBuriedData
({
this
.
$sendBuriedData
({
component_tag
:
`
886#886
07`
component_tag
:
`
487#487
07`
});
});
}
else
if
(
type
==
2
)
{
}
else
if
(
type
==
2
)
{
this
.
$sendBuriedData
({
this
.
$sendBuriedData
({
component_tag
:
`
886#886
09`
component_tag
:
`
487#487
09`
});
});
}
}
},
},
...
@@ -314,7 +314,7 @@ export default {
...
@@ -314,7 +314,7 @@ export default {
closeExpDialog
()
{
closeExpDialog
()
{
this
.
experienceDialog
=
false
;
this
.
experienceDialog
=
false
;
this
.
$sendBuriedData
({
this
.
$sendBuriedData
({
component_tag
:
`
886#886
08`
component_tag
:
`
487#487
08`
});
});
},
},
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录