Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
MingSnake_241120
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
MingSnake_241120
Commits
31cc57ad
Commit
31cc57ad
authored
Jan 15, 2025
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
背包奖品高亮
parent
3a5d8a7c
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
128 additions
and
16 deletions
+128
-16
MyBagPanel.ts
assets/Scripts/Panels/MyBagPanel.ts
+2
-1
index.html
build/web-mobile/index.html
+12
-12
records.do.json
preview-template/mock/myBackpack/records.do.json
+111
-0
builder.json
profiles/v2/packages/builder.json
+3
-3
No files found.
assets/Scripts/Panels/MyBagPanel.ts
View file @
31cc57ad
...
...
@@ -153,7 +153,7 @@ export class MyBagPanel extends Panel {
for
(
let
item
of
data
)
{
const
{
extra
:
{
name
,
icon
,
type
},
id
,
prizeId
,
gmtCreate
}
=
item
;
const
{
extra
:
{
name
,
icon
,
type
},
id
,
prizeId
,
gmtCreate
,
lightFlag
}
=
item
;
if
(
excludeSp
&&
type
===
1
)
{
continue
;
}
...
...
@@ -164,6 +164,7 @@ export class MyBagPanel extends Panel {
name
,
icon
,
gmtCreate
,
lightFlag
:
lightFlag
,
data
:
item
,
});
}
...
...
build/web-mobile/index.html
View file @
31cc57ad
...
...
@@ -98,14 +98,14 @@
</style>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17369
19666771
/src/assets/plugin/zepto.min.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17369
19666771
/src/assets/plugin/declare-process.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17369
19666771
/src/assets/plugin/SVGA.Lite.v2.1.1.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17369
19666771
/src/assets/plugin/jszip.min.v3.10.1.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17369
19666771
/src/assets/plugin/rem.min.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17369
21104562
/src/assets/plugin/zepto.min.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17369
21104562
/src/assets/plugin/declare-process.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17369
21104562
/src/assets/plugin/SVGA.Lite.v2.1.1.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17369
21104562
/src/assets/plugin/jszip.min.v3.10.1.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17369
21104562
/src/assets/plugin/rem.min.js"
></script>
<script
src=
"//res.wx.qq.com/open/js/jweixin-1.6.0.js"
></script>
<!-- <link rel="stylesheet" type="text/css" href="//yun.duiba.com.cn/db_games/ccc_game/template3d/17369
19666771
/style.css" />-->
<!-- <link rel="stylesheet" type="text/css" href="//yun.duiba.com.cn/db_games/ccc_game/template3d/17369
19666771
/custom.css" />-->
<!-- <link rel="stylesheet" type="text/css" href="//yun.duiba.com.cn/db_games/ccc_game/template3d/17369
21104562
/style.css" />-->
<!-- <link rel="stylesheet" type="text/css" href="//yun.duiba.com.cn/db_games/ccc_game/template3d/17369
21104562
/custom.css" />-->
<!-- <script src="//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/libs/eruda.min.js"></script>-->
<!-- <script>eruda.init()</script>-->
...
...
@@ -118,20 +118,20 @@
</div>
<!-- Polyfills bundle. -->
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17369
19666771
/src/polyfills.bundle.js"
charset=
"utf-8"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17369
21104562
/src/polyfills.bundle.js"
charset=
"utf-8"
></script>
<!-- SystemJS support. -->
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17369
19666771
/src/system.bundle.js"
charset=
"utf-8"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17369
21104562
/src/system.bundle.js"
charset=
"utf-8"
></script>
<!-- Import map -->
<!--<script src="https://yun.duiba.com.cn/db_games/ccc_game/template3d/17369
19666771
/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>-->
<!--<script src="https://yun.duiba.com.cn/db_games/ccc_game/template3d/17369
21104562
/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>-->
<script
type=
"systemjs-importmap"
charset=
"utf-8"
>
{
"imports"
:{
"cc"
:
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17369
19666771
/cocos-js/cc.js"
}}
{
"imports"
:{
"cc"
:
"//yun.duiba.com.cn/db_games/ccc_game/template3d/17369
21104562
/cocos-js/cc.js"
}}
</script>
<script>
System
.
import
(
'//yun.duiba.com.cn/db_games/ccc_game/template3d/17369
19666771
/index.js'
).
catch
(
function
(
err
)
{
System
.
import
(
'//yun.duiba.com.cn/db_games/ccc_game/template3d/17369
21104562
/index.js'
).
catch
(
function
(
err
)
{
console
.
error
(
err
);
})
</script>
...
...
preview-template/mock/myBackpack/records.do.json
0 → 100644
View file @
31cc57ad
{
"data"
:
[
{
"extra"
:
{
"name"
:
"优惠券-大转盘02优惠券-大转盘02优惠券-大转盘02"
,
"icon"
:
"//yun.dui88.com/images/201907/tua0um9jjp.jpg"
,
"refType"
:
"coupon"
,
"refId"
:
"49354"
,
"type"
:
2
},
"strategyId"
:
11
,
"gmtCreate"
:
1565213353000
,
"id"
:
331
,
"prizeId"
:
"g4c4c3edd"
,
"lightFlag"
:
true
},
{
"extra"
:
{
"name"
:
"优惠券-大转盘03"
,
"icon"
:
"//yun.duiba.com.cn/polaris/%E6%95%B0%E6%8D%AE%E5%86%B3%E7%AD%96%E5%B7%A5%E5%85%B7.531c2dae250ab379fd6216eb038e60bc12ab9dd6.png"
,
"refType"
:
"coupon"
,
"refId"
:
"49354"
,
"type"
:
2
},
"strategyId"
:
11
,
"gmtCreate"
:
1565213116000
,
"id"
:
330
,
"prizeId"
:
"g0e432eeb"
},
{
"extra"
:
{
"name"
:
"优惠券-大转盘05"
,
"icon"
:
"//yun.dui88.com/images/201907/tua0um9jjp.jpg"
,
"refType"
:
"coupon"
,
"refId"
:
"49354"
,
"type"
:
2
},
"strategyId"
:
11
,
"gmtCreate"
:
1565212826000
,
"id"
:
329
,
"url"
:
"www.baidu.com"
,
"prizeId"
:
"g900c8442"
},
{
"extra"
:
{
"name"
:
"优惠券-大转盘01"
,
"icon"
:
"//yun.dui88.com/images/201907/tua0um9jjp.jpg"
,
"refType"
:
"coupon"
,
"refId"
:
"49354"
,
"type"
:
2
},
"gmtCreate"
:
1565205625000
,
"id"
:
328
,
"url"
:
"dffwrfwrm"
,
"strategyId"
:
11
,
"prizeId"
:
"g4c7ba888"
},
{
"extra"
:
{
"name"
:
"优惠券-大转盘05"
,
"icon"
:
"//yun.dui88.com/images/201907/tua0um9jjp.jpg"
,
"refType"
:
"coupon"
,
"refId"
:
"49354"
,
"type"
:
2
},
"strategyId"
:
11
,
"gmtCreate"
:
1565203101000
,
"id"
:
327
,
"prizeId"
:
"g900c8442"
},
{
"extra"
:
{
"name"
:
"优惠券-大转盘03"
,
"icon"
:
"//yun.dui88.com/images/201907/tua0um9jjp.jpg"
,
"refType"
:
"coupon"
,
"refId"
:
"49354"
,
"type"
:
2
},
"strategyId"
:
11
,
"gmtCreate"
:
1565203040000
,
"id"
:
326
,
"prizeId"
:
"g0e432eeb"
},
{
"extra"
:
{
"name"
:
"优惠券-大转盘04"
,
"icon"
:
"//yun.dui88.com/images/201907/tua0um9jjp.jpg"
,
"refType"
:
"coupon"
,
"refId"
:
"49354"
,
"type"
:
2
},
"gmtCreate"
:
1565197386000
,
"id"
:
325
,
"prizeId"
:
"gc1a8c03c"
},
{
"extra"
:
{
"name"
:
"优惠券-大转盘02"
,
"icon"
:
"//yun.dui88.com/images/201907/tua0um9jjp.jpg"
,
"refType"
:
"coupon"
,
"refId"
:
"49354"
,
"type"
:
2
},
"gmtCreate"
:
1565197080000
,
"id"
:
324
,
"strategyId"
:
11
,
"prizeId"
:
"g0e432eeb"
}
],
"success"
:
true
}
\ No newline at end of file
profiles/v2/packages/builder.json
View file @
31cc57ad
...
...
@@ -45,8 +45,8 @@
"progress"
:
1
,
"state"
:
"success"
,
"stage"
:
"build"
,
"message"
:
"2025-1-15 1
3:41:53 build success in 46
s!"
,
"detailMessage"
:
"builder:build-project-total (
46417
ms)
\r
"
,
"message"
:
"2025-1-15 1
4:05:59 build success in 55
s!"
,
"detailMessage"
:
"builder:build-project-total (
54849
ms)
\r
"
,
"options"
:
{
"name"
:
"cocos-template-3d"
,
"server"
:
""
,
...
...
@@ -109,7 +109,7 @@
"__version__"
:
"1.3.8"
,
"logDest"
:
"project://temp/builder/log/web-mobile2024-11-6 15-39.log"
},
"time"
:
"2025-1-15 1
3:41:06
"
,
"time"
:
"2025-1-15 1
4:05:04
"
,
"dirty"
:
false
}
}
...
...
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