Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xiaoxiaole
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wildfirecode13
xiaoxiaole
Commits
91f7676e
Commit
91f7676e
authored
Oct 30, 2019
by
邱旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
771f27cc
Changes
9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
224 additions
and
142 deletions
+224
-142
index.html
egret/index.html
+189
-122
FZY3JW_1.TTF
egret/resource/assets/common/FZY3JW_1.TTF
+0
-0
FZY4JW.TTF
egret/resource/assets/common/FZY4JW.TTF
+0
-0
default.res.json
egret/resource/default.res.json
+8
-3
StartSkin.exml
egret/resource/skins/StartSkin.exml
+2
-0
ScratchPanel.ts
egret/src/panels/ScratchPanel.ts
+2
-2
scratchGetTaskInfo.json
mock/happyclear/scratchGetTaskInfo.json
+7
-9
turnablebaseInfo.json
mock/happyclear/turnablebaseInfo.json
+1
-1
turnabledojoin.json
mock/happyclear/turnabledojoin.json
+15
-5
No files found.
egret/index.html
View file @
91f7676e
This diff is collapsed.
Click to expand it.
egret/resource/assets/common/FZY3JW_1.TTF
0 → 100644
View file @
91f7676e
File added
egret/resource/assets/common/FZY4JW.TTF
0 → 100644
View file @
91f7676e
File added
egret/resource/default.res.json
View file @
91f7676e
...
...
@@ -81,7 +81,7 @@
"name"
:
"signprize"
},
{
"keys"
:
"toast_png,share_btn2_png,share_btn1_png,prizePanelbg_png,nums2_png,nums2_fnt,nums_png,nums_fnt,lightani_png,common_yuanbao_png,common_prizelight_png,common_adbg_png,commmon_okbtn1_png,closeCommonBtn_png,btn_png,alertbg_png,朋友圈中间分享蒙层1_jpg,按钮 副本 4_png,按钮 副本 3_png,exchangebtn_png,turnnoprize再来一次2_png"
,
"keys"
:
"toast_png,share_btn2_png,share_btn1_png,prizePanelbg_png,nums2_png,nums2_fnt,nums_png,nums_fnt,lightani_png,common_yuanbao_png,common_prizelight_png,common_adbg_png,commmon_okbtn1_png,closeCommonBtn_png,btn_png,alertbg_png,朋友圈中间分享蒙层1_jpg,按钮 副本 4_png,按钮 副本 3_png,exchangebtn_png,turnnoprize再来一次2_png
,FZY3JW_1_TTF,FZY4JW_TTF
"
,
"name"
:
"common"
},
{
...
...
@@ -2849,9 +2849,14 @@
"name"
:
"eyeDownRight_png"
},
{
"url"
:
"assets/common/
HuaKang_YuanTi_W5
.TTF"
,
"url"
:
"assets/common/
FZY3JW_1
.TTF"
,
"type"
:
"bin"
,
"name"
:
"HuaKang_YuanTi_W5_TTF"
"name"
:
"FZY3JW_1_TTF"
},
{
"url"
:
"assets/common/FZY4JW.TTF"
,
"type"
:
"bin"
,
"name"
:
"FZY4JW_TTF"
}
]
}
\ No newline at end of file
egret/resource/skins/StartSkin.exml
View file @
91f7676e
...
...
@@ -17,4 +17,6 @@
<e:Image
source=
"头顶树丛_png"
x=
"0"
y=
"0"
/>
<e:Label
id=
"tips"
text=
"正在加载中,请稍后"
y=
"993"
textColor=
"0x244b00"
horizontalCenter=
"0"
size=
"24"
/>
<e:Label
id=
"percentTxt"
text=
"63%"
y=
"1110"
textColor=
"0x244B00"
horizontalCenter=
"0.5"
/>
<e:Label
text=
" "
y=
"1186"
textColor=
"0x244B00"
horizontalCenter=
"0.5"
fontFamily=
"FZYTW3"
/>
<e:Label
text=
" "
y=
"1186"
textColor=
"0x244B00"
horizontalCenter=
"0.5"
fontFamily=
"FZYTW4"
/>
</e:Skin>
\ No newline at end of file
egret/src/panels/ScratchPanel.ts
View file @
91f7676e
...
...
@@ -93,7 +93,7 @@ export default class ScratchPanel extends Panel {
// 添加邀请图标
let
noAvatarNum
=
this
.
data
.
helpedCount
-
this
.
data
.
avatarList
.
length
;
// 没有头像的人数
let
dNum
=
this
.
data
.
totalNeedCount
-
this
.
data
.
avatarList
.
length
-
noAvatarNum
;
// 没邀请的人数
for
(
let
i
=
0
;
i
<
noAvatarNum
;
i
++
){
for
(
let
i
=
0
;
i
<
noAvatarNum
;
i
++
)
{
this
.
data
.
avatarList
.
push
(
""
);
}
for
(
let
i
=
0
;
i
<
dNum
;
i
++
)
{
...
...
@@ -141,7 +141,7 @@ export default class ScratchPanel extends Panel {
}
else
if
(
progress
<
0
)
{
progress
=
0
;
}
this
[
'numLabel'
].
text
=
`共
${
this
.
data
.
avatarList
.
length
}
位好友帮你刮了
${
progress
.
toFixed
(
2
)}
%`
;
this
[
'numLabel'
].
text
=
`共
${
2
+
this
.
data
.
helpedCount
}
位好友帮你刮了
${
progress
.
toFixed
(
2
)}
%`
;
this
[
"progressLabel"
].
text
=
`仅剩
${(
100
-
progress
).
toFixed
(
2
)}
%`
;
// 进度条文字
let
_width
=
this
[
"progressBg"
].
width
*
progress
/
100
;
// 宽度
let
dProgress
=
Math
.
abs
(
progress
-
this
[
"progress"
].
width
/
this
[
"progressBg"
].
width
);
// 比当前进度的差值的绝对值
...
...
mock/happyclear/scratchGetTaskInfo.json
View file @
91f7676e
...
...
@@ -2,19 +2,17 @@
"success"
:
true
,
"code"
:
"0000000000"
,
"desc"
:
"OK"
,
"timestamp"
:
1572
318933388
,
"timestamp"
:
1572
405066301
,
"data"
:
{
"scratchCardTaskId"
:
1
,
"taskStatus"
:
1
,
"prizeImage"
:
"//yun.dui88.com/images/201910/
e6pmpk2pne.pn
g"
,
"currentTime"
:
1572
318933366
,
"endTime"
:
1572
358710
000
,
"prizeImage"
:
"//yun.dui88.com/images/201910/
9u6nk8sjt8.jp
g"
,
"currentTime"
:
1572
405066290
,
"endTime"
:
1572
491337
000
,
"completePercent"
:
"91.0"
,
"remainPercent"
:
"9.0"
,
"totalNeedCount"
:
3
,
"helpedCount"
:
2
,
"avatarList"
:
[
null
]
"totalNeedCount"
:
1
,
"helpedCount"
:
0
,
"avatarList"
:
[]
}
}
\ No newline at end of file
mock/happyclear/turnablebaseInfo.json
View file @
91f7676e
...
...
@@ -4,7 +4,7 @@
"desc"
:
"OK"
,
"timestamp"
:
1572263074076
,
"data"
:
{
"remainTimes"
:
null
,
"remainTimes"
:
7
,
"costCoinJoinTimes"
:
0
,
"nextTimeNeedCoin"
:
20
,
"luckyDrawInfo"
:
{
...
...
mock/happyclear/turnabledojoin.json
View file @
91f7676e
...
...
@@ -4,12 +4,22 @@
"desc"
:
"OK"
,
"timestamp"
:
1572327888728
,
"data"
:
{
"isScratchCard"
:
tru
e
,
"isScratchCard"
:
fals
e
,
"option"
:
{
"scratchCardTaskId"
:
7
,
"prizeImage"
:
"//yun.dui88.com/images/201910/e6pmpk2pne.png"
,
"completePercent"
:
"8"
,
"remainPercent"
:
null
"id"
:
""
,
"day"
:
null
,
"categoryType"
:
2
,
"title"
:
"11"
,
"rate"
:
"11"
,
"minValue"
:
null
,
"maxValue"
:
null
,
"coinType"
:
null
,
"propType"
:
null
,
"num"
:
3
,
"img"
:
""
,
"appItemId"
:
null
,
"name"
:
""
,
"value"
:
""
},
"orderNum"
:
null
}
...
...
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