Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
ZheShangBank_TaoQuan_20240612
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
SparkProjects
ZheShangBank_TaoQuan_20240612
Commits
3500d4fb
Commit
3500d4fb
authored
Jul 30, 2024
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
整理一下代码
parent
51ad6333
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
1 deletion
+16
-1
TaskItem.ts
assets/Scripts/Panels/TaskPanel/TaskItem.ts
+1
-1
index.html
build/web-mobile-001/index.html
+15
-0
No files found.
assets/Scripts/Panels/TaskPanel/TaskItem.ts
View file @
3500d4fb
...
@@ -57,7 +57,7 @@ export class TaskItem extends ScrollListItem {
...
@@ -57,7 +57,7 @@ export class TaskItem extends ScrollListItem {
}
else
if
(
code
===
"bank_2202"
)
{
}
else
if
(
code
===
"bank_2202"
)
{
const
descObj
=
desc
?
JSON
.
parse
(
desc
)
:
{};
const
descObj
=
desc
?
JSON
.
parse
(
desc
)
:
{};
const
t
=
descObj
?.
progressAmount
||
0
;
const
t
=
descObj
?.
progressAmount
||
0
;
this
.
title
.
string
=
strFormat
(
`
${
title
}
(
${
~~
(
t
/
1000
)
}
/
${
intervalLimitSize
}
)`
,
30
);
this
.
title
.
string
=
strFormat
(
`
${
title
}
(
${
completedSize
}
/
${
intervalLimitSize
}
)`
,
30
);
this
.
subTitle
.
string
=
strFormat
(
`累计已提升金额:
${
t
}
元`
,
38
);
this
.
subTitle
.
string
=
strFormat
(
`累计已提升金额:
${
t
}
元`
,
38
);
}
else
{
}
else
{
this
.
title
.
string
=
strFormat
(
title
,
24
);
this
.
title
.
string
=
strFormat
(
title
,
24
);
...
...
build/web-mobile-001/index.html
View file @
3500d4fb
...
@@ -4,6 +4,21 @@
...
@@ -4,6 +4,21 @@
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<title>
套圈挑战赛
</title>
<title>
套圈挑战赛
</title>
<script
id=
"monitorjs"
src=
"//yun.duiba.com.cn/woodpecker/sdk/0.0.36/woodpecker_outer.js"
></script>
<script
id=
"registerMonitor"
>
// 烽火台注入前端监控脚本,请勿修改
try
{
woodpecker
.
setConfig
({
projectId
:
"p7bdf2f84"
,
developer
:
[
"fa17c4667c62b5ba014f382c0802a462"
],
});
}
catch
(
e
)
{
console
.
error
(
e
);
}
</script>
<!--http://www.html5rocks.com/en/mobile/mobifying/-->
<!--http://www.html5rocks.com/en/mobile/mobifying/-->
<meta
name=
"viewport"
<meta
name=
"viewport"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment