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
df58f832
Commit
df58f832
authored
Jul 26, 2024
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
整理一下代码
parent
66c2c4bb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
116 additions
and
130 deletions
+116
-130
TaskItem.ts
assets/Scripts/Panels/TaskPanel/TaskItem.ts
+1
-1
index.html
build/web-mobile-001/index.html
+115
-129
No files found.
assets/Scripts/Panels/TaskPanel/TaskItem.ts
View file @
df58f832
...
...
@@ -57,7 +57,7 @@ export class TaskItem extends ScrollListItem {
}
else
if
(
code
===
"bank_2202"
)
{
const
descObj
=
desc
?
JSON
.
parse
(
desc
)
:
{};
const
t
=
descObj
?.
progressAmount
||
0
;
this
.
title
.
string
=
strFormat
(
`
${
title
}
(
${
~~
(
t
/
1000
)}
/
10
)`
,
30
);
this
.
title
.
string
=
strFormat
(
`
${
title
}
(
${
~~
(
t
/
1000
)}
/
${
intervalLimitSize
}
)`
,
30
);
this
.
subTitle
.
string
=
strFormat
(
`累计已提升金额:
${
t
}
元`
,
38
);
}
else
{
this
.
title
.
string
=
strFormat
(
title
,
24
);
...
...
build/web-mobile-001/index.html
View file @
df58f832
...
...
@@ -4,21 +4,6 @@
<meta
charset=
"utf-8"
>
<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/-->
<meta
name=
"viewport"
...
...
@@ -54,7 +39,7 @@
<script
src=
"//yun.duiba.com.cn/polaris/SVGA.Lite.v2.1.1.d3a67cbc13c591c53c6f87ab34c57ce387010374.js"
crossorigin=
"anonymous"
></script>
<script
src=
"//yun.duiba.com.cn/aurora/assets/2403d1edf2acd15b179306b6ddaa5f0967d78a8f.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17219
60744877/style.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17219
79133810/style.css"
/>
<style>
.sui-captcha
{
...
...
@@ -99,7 +84,8 @@
width
:
80%
;
}
</style>
</head>
</head>
<body>
<div
id=
"GameDiv"
cc_exact_fit_screen=
"true"
>
<div
id=
"Cocos3dGameContainer"
>
...
...
@@ -112,16 +98,16 @@
</script>
<!-- Polyfills bundle. -->
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17219
60744877/src/polyfills.bundle.js"
charset=
"utf-8"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17219
79133810/src/polyfills.bundle.js"
charset=
"utf-8"
></script>
<!-- SystemJS support. -->
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17219
60744877/src/system.bundle.js"
charset=
"utf-8"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17219
79133810/src/system.bundle.js"
charset=
"utf-8"
></script>
<!-- Import map -->
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17219
60744877/src/import-map.json"
type=
"systemjs-importmap"
charset=
"utf-8"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17219
79133810/src/import-map.json"
type=
"systemjs-importmap"
charset=
"utf-8"
></script>
<script>
System
.
import
(
'//yun.duiba.com.cn/db_games/ccc_game/template3d/17219
60744877/index.js'
).
catch
(
function
(
err
)
{
System
.
import
(
'//yun.duiba.com.cn/db_games/ccc_game/template3d/17219
79133810/index.js'
).
catch
(
function
(
err
)
{
console
.
error
(
err
);
})
</script>
...
...
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