Skip to content
GitLab
菜单
项目
群组
代码片段
帮助
帮助
支持
社区论坛
快捷键
?
提交反馈
登录/注册
切换导航
菜单
打开侧边栏
Wei Zhu
yobot
提交
ca604e4f
提交
ca604e4f
编辑于
5月 22, 2020
作者:
Diving-Fish
浏览文件
fix some problems
上级
17e8e3bf
变更
1
Hide whitespace changes
Inline
Side-by-side
src/client/public/static/clan/statistics/statistics2.js
浏览文件 @
ca604e4f
...
...
@@ -155,6 +155,9 @@ var vm = new Vue({
}
that
.
allChallenges
=
res
.
data
.
challenges
;
that
.
members
=
res
.
data
.
members
;
if
(
that
.
members
.
filter
((
elem
)
=>
{
return
elem
.
qqid
==
that
.
selectingQQid
}).
length
==
0
)
{
that
.
selectingQQid
=
that
.
members
[
0
].
qqid
;
}
that
.
refreshData
();
// }).catch(function (error) {
// thisvue.$alert(error, '获取数据失败');
...
...
@@ -634,7 +637,7 @@ var vm = new Vue({
if
(
clist
[
i
].
health_ramain
!=
0
)
{
damage
=
clist
[
i
].
damage
;
}
else
if
(
clist
[
i
+
1
]
?
.
is_continue
)
{
else
if
(
clist
[
i
+
1
]
&&
clist
[
i
+
1
]
.
is_continue
)
{
damage
=
clist
[
i
].
damage
+
clist
[
i
+
1
].
damage
i
++
;
}
...
...
@@ -942,7 +945,8 @@ var vm = new Vue({
if
(
nowBoss
&&
lastPosition
)
{
bosses
.
push
({
gte
:
lastPosition
,
color
:
this
.
colorList
[
nowBoss
-
1
]
color
:
this
.
colorList
[
nowBoss
-
1
],
label
:
`
${
lastCircle
}
周目
${
nowBoss
}
王`
});
}
return
[
challs
.
map
(
c
=>
[
c
.
challenge_time
*
1000
,
c
.
health_ramain
]),
bosses
];
...
...
编辑
预览
Supports
Markdown
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录