Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wfc13
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
wildfirecode13
wfc13
Commits
841774fe
Commit
841774fe
authored
Aug 09, 2021
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
u
parent
2aa8705c
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
1359 additions
and
34 deletions
+1359
-34
acquireExperienceAmount.do.json
project/mock/webNet/wallet/acquireExperienceAmount.do.json
+1
-1
alreadyAcquired.do.json
project/mock/webNet/wallet/alreadyAcquired.do.json
+1
-1
myWallet.do.json
project/mock/webNet/wallet/myWallet.do.json
+3
-3
skin.json
project/resource/skin.json
+1306
-1
SkinJson.ts
project/src/SkinJson.ts
+4
-1
rule.ts
project/src/panels/rule.ts
+14
-6
IndexScene.ts
project/src/scenes/IndexScene.ts
+23
-7
NewbieScene.ts
project/src/scenes/NewbieScene.ts
+7
-14
No files found.
project/mock/webNet/wallet/acquireExperienceAmount.do.json
View file @
841774fe
{
"code"
:
null
,
"data"
:
1
000
,
"data"
:
2
000
,
"message"
:
null
,
"success"
:
true
}
\ No newline at end of file
project/mock/webNet/wallet/alreadyAcquired.do.json
View file @
841774fe
{
"code"
:
null
,
"data"
:
fals
e
,
"data"
:
tru
e
,
"message"
:
null
,
"success"
:
true
}
\ No newline at end of file
project/mock/webNet/wallet/myWallet.do.json
View file @
841774fe
...
...
@@ -4,13 +4,13 @@
"alreadyOpenAccount"
:
false
,
"assistFriendNum"
:
0
,
"canWithdraw"
:
false
,
"experienceAmount"
:
1
000
,
"experienceAmount"
:
1
234
,
"maxExperienceAmount"
:
2500
,
"millionShares"
:
null
,
"otherExperienceAmount"
:
0
,
"sevenDayAnnualization"
:
"2.250%"
,
"sumIncome"
:
0.0
0
,
"yesterdayIncome"
:
0.0
0
"sumIncome"
:
0.0
1
,
"yesterdayIncome"
:
0.0
12
},
"message"
:
null
,
"success"
:
true
...
...
project/resource/skin.json
View file @
841774fe
{
"x"
:
0
,
"y"
:
0
,
"type"
:
"container"
,
"children"
:[{
"name"
:
"RulePanel"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"container"
,
"children"
:[{
"name"
:
"ruleBg"
,
"x"
:
28
,
"y"
:
248
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"ruleBg.png"
}},{
"name"
:
"规则内容"
,
"x"
:
74
,
"y"
:
369
,
"type"
:
"text"
,
"props"
:{
"text"
:
"游戏规则
\n
"
,
"size"
:
30
,
"fillColor"
:
"#000000"
,
"textAlpha"
:
1
},
"id"
:
"ruleTxt"
},{
"name"
:
"我知道了"
,
"x"
:
164
,
"y"
:
1197
,
"type"
:
"button"
,
"props"
:{
"tUp"
:
"我知道了.png"
},
"id"
:
"knowBtn"
},{
"name"
:
"关闭按钮"
,
"x"
:
625
,
"y"
:
272
,
"type"
:
"button"
,
"props"
:{
"tUp"
:
"关闭按钮.png"
},
"id"
:
"closeBtn"
}]},{
"name"
:
"StartScene"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"container"
,
"children"
:[{
"name"
:
"startSceneBg"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"startSceneBg.jpg"
}},{
"name"
:
"底部按钮区"
,
"x"
:
0
,
"y"
:
1242
,
"type"
:
"container"
,
"children"
:[{
"name"
:
"底部按钮区背景"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"底部按钮区背景.png"
}},{
"name"
:
"icon"
,
"x"
:
56
,
"y"
:
35
,
"type"
:
"container"
,
"children"
:[{
"name"
:
"赚次数按钮"
,
"x"
:
547
,
"y"
:
0
,
"type"
:
"button"
,
"props"
:{
"tUp"
:
"赚次数按钮.png"
},
"id"
:
"taskBtn"
},{
"name"
:
"运动锦鲤按钮"
,
"x"
:
258
,
"y"
:
0
,
"type"
:
"button"
,
"props"
:{
"tUp"
:
"运动锦鲤按钮.png"
},
"id"
:
"lotBtn"
},{
"name"
:
"排行榜按钮"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"button"
,
"props"
:{
"tUp"
:
"排行榜按钮.png"
},
"id"
:
"rankBtn"
}]}]},{
"name"
:
"timesTxt"
,
"x"
:
286
,
"y"
:
1205
,
"type"
:
"text"
,
"props"
:{
"text"
:
"剩余次数:3次"
,
"size"
:
16.00722
,
"fillColor"
:
"#ffffff"
,
"textAlpha"
:
1
},
"id"
:
"timesTxt"
},{
"name"
:
"开始游戏"
,
"x"
:
171
,
"y"
:
1052
,
"type"
:
"button"
,
"props"
:{
"tUp"
:
"开始游戏.png"
},
"id"
:
"startBtn"
},{
"name"
:
"规则按钮"
,
"x"
:
621
,
"y"
:
212
,
"type"
:
"button"
,
"props"
:{
"tUp"
:
"规则按钮.png"
},
"id"
:
"ruleBtn"
},{
"name"
:
"奖品按钮"
,
"x"
:
11
,
"y"
:
212
,
"type"
:
"button"
,
"props"
:{
"tUp"
:
"奖品按钮.png"
},
"id"
:
"recordBtn"
}]},{
"name"
:
"loading"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"container"
,
"children"
:[{
"name"
:
"loading_bg"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"loading_bg.png"
}},{
"name"
:
"loading_title"
,
"x"
:
64
,
"y"
:
253
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"loading_title.png"
}},{
"name"
:
"loading_loading"
,
"x"
:
299
,
"y"
:
1076
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"loading_loading.png"
}},{
"name"
:
"loading_progress"
,
"x"
:
91
,
"y"
:
1028
,
"type"
:
"container"
,
"children"
:[{
"name"
:
"loading_progressbg"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"loading_progressbg.png"
}},{
"name"
:
"loading_progressfront"
,
"x"
:
8
,
"y"
:
4
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"loading_progressfront.png"
}}]}]},{
"name"
:
"prize"
,
"x"
:
78
,
"y"
:
405
,
"type"
:
"container"
,
"children"
:[{
"name"
:
"prize_title2"
,
"x"
:
28
,
"y"
:
0
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"prize_title2.png"
}},{
"name"
:
"prize_bg"
,
"x"
:
0
,
"y"
:
134
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"prize_bg.png"
}},{
"name"
:
"prize_title"
,
"x"
:
78
,
"y"
:
69
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"prize_title.png"
}},{
"name"
:
"prize_progressbg"
,
"x"
:
130
,
"y"
:
347
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"prize_progressbg.png"
}},{
"name"
:
"prize_progress"
,
"x"
:
132
,
"y"
:
348
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"prize_progress.png"
}},{
"name"
:
"prize_invite"
,
"x"
:
127
,
"y"
:
580
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"prize_invite.png"
}},{
"name"
:
"prize_tips5"
,
"x"
:
183
,
"y"
:
208
,
"type"
:
"text"
,
"props"
:{
"text"
:
"恭喜你获得体验金"
,
"size"
:
30
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}},{
"name"
:
"prize_tip3"
,
"x"
:
240
,
"y"
:
392
,
"type"
:
"text"
,
"props"
:{
"text"
:
"1000/1000000"
,
"size"
:
24
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}},{
"name"
:
"prize_tip4"
,
"x"
:
97
,
"y"
:
451
,
"type"
:
"text"
,
"props"
:{
"text"
:
"邀请好友助力,体验金最高可得100万"
,
"size"
:
24
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}},{
"name"
:
"prize_tips2"
,
"x"
:
216
,
"y"
:
254
,
"type"
:
"text"
,
"props"
:{
"text"
:
"1000"
,
"size"
:
60
,
"fillColor"
:
"#ff2f50"
,
"textAlpha"
:
1
}},{
"name"
:
"prize_tips1"
,
"x"
:
347
,
"y"
:
277
,
"type"
:
"text"
,
"props"
:{
"text"
:
"元"
,
"size"
:
29
,
"fillColor"
:
"#ff2f50"
,
"textAlpha"
:
1
}},{
"name"
:
"prize_close"
,
"x"
:
560
,
"y"
:
7
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"prize_close.png"
}}]},{
"name"
:
"draw"
,
"x"
:
78
,
"y"
:
412
,
"type"
:
"container"
,
"children"
:[{
"name"
:
"draw_bg"
,
"x"
:
0
,
"y"
:
127
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"draw_bg.png"
}},{
"name"
:
"draw_title"
,
"x"
:
78
,
"y"
:
62
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"draw_title.png"
}},{
"name"
:
"draw_tips"
,
"x"
:
103
,
"y"
:
245
,
"type"
:
"text"
,
"props"
:{
"text"
:
"成功获得奖励金****元
\r
奖励将于24小时内发放到您的账户"
,
"size"
:
26
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}},{
"name"
:
"draw_ok"
,
"x"
:
127
,
"y"
:
473
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"draw_ok.png"
}},{
"name"
:
"draw_close"
,
"x"
:
560
,
"y"
:
0
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"draw_close.png"
}}]},{
"name"
:
"rule"
,
"x"
:
78
,
"y"
:
372
,
"type"
:
"container"
,
"children"
:[{
"name"
:
"rule_bg"
,
"x"
:
0
,
"y"
:
127
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"rule_bg.png"
}},{
"name"
:
"rule_tips2"
,
"x"
:
216
,
"y"
:
172
,
"type"
:
"text"
,
"props"
:{
"text"
:
"活动规则"
,
"size"
:
40
,
"fillColor"
:
"#ff2f50"
,
"textAlpha"
:
1
}},{
"name"
:
"rule_tips"
,
"x"
:
83
,
"y"
:
240
,
"type"
:
"text"
,
"props"
:{
"text"
:
"活动规则文本活动规则文本活动规则文本
\r
活动规则文本活动规则文本活动规则文本
\r
活动规则文本活动规则文本活动规则文本
\r
活动规则文本活动规则文本活动规则文本
\r
活动规则文本活动规则文本活动规则文本
\r
活动规则文本活动规则文本活动规则文本
\r
活动规则文本活动规则文本活动规则文本
\r
活动规则文本活动规则文本活动规则文本
\r
活动规则文本活动规则文本活动规则文本
\r
活动规则文本活动规则文本活动规则文本"
,
"size"
:
24
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}},{
"name"
:
"rule_ok"
,
"x"
:
127
,
"y"
:
713
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"rule_ok.png"
}},{
"name"
:
"rule_close"
,
"x"
:
560
,
"y"
:
0
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"rule_close.png"
}}]},{
"name"
:
"share_success"
,
"x"
:
78
,
"y"
:
412
,
"type"
:
"container"
,
"children"
:[{
"name"
:
"share_success_bg"
,
"x"
:
0
,
"y"
:
127
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"share_success_bg.png"
}},{
"name"
:
"share_success_title"
,
"x"
:
78
,
"y"
:
62
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"share_success_title.png"
}},{
"name"
:
"share_success_tips1"
,
"x"
:
58
,
"y"
:
245
,
"type"
:
"text"
,
"props"
:{
"text"
:
"好友完成助力后即可获得体验金
\r
关注三湘E家公众号,获取体验金收益信息"
,
"size"
:
26
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}},{
"name"
:
"share_success_btn"
,
"x"
:
127
,
"y"
:
473
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"share_success_btn.png"
}},{
"name"
:
"share_success_close"
,
"x"
:
560
,
"y"
:
0
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"share_success_close.png"
}}]},{
"name"
:
"share_fail"
,
"x"
:
78
,
"y"
:
412
,
"type"
:
"container"
,
"children"
:[{
"name"
:
"share_fail_bg"
,
"x"
:
0
,
"y"
:
127
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"share_fail_bg.png"
}},{
"name"
:
"share_fail_title"
,
"x"
:
78
,
"y"
:
62
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"share_fail_title.png"
}},{
"name"
:
"share_fail_tip"
,
"x"
:
58
,
"y"
:
245
,
"type"
:
"text"
,
"props"
:{
"text"
:
"您已达到体验金上限100万了哦~
\r
关注三湘E家公众号,获取体验金收益信息"
,
"size"
:
26
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}},{
"name"
:
"share_fail_btn"
,
"x"
:
127
,
"y"
:
473
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"share_fail_btn.png"
}},{
"name"
:
"share_fail_close"
,
"x"
:
560
,
"y"
:
0
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"share_fail_close.png"
}}]},{
"name"
:
"index"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"container"
,
"children"
:[{
"name"
:
"index_wrapper"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"container"
,
"children"
:[{
"name"
:
"index_bg"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"index_bg.png"
}},{
"name"
:
"index_bg2"
,
"x"
:
32
,
"y"
:
253
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"index_bg2.png"
}},{
"name"
:
"index_title"
,
"x"
:
268
,
"y"
:
127
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"index_title.png"
}},{
"name"
:
"index_marquee"
,
"x"
:
78
,
"y"
:
186
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"index_marquee.png"
}},{
"name"
:
"index_rulebtn"
,
"x"
:
611
,
"y"
:
111
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"index_rulebtn.png"
}},{
"name"
:
"index_task1"
,
"x"
:
59
,
"y"
:
1158
,
"type"
:
"container"
,
"children"
:[{
"name"
:
"index_task1bg"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"index_task1bg.png"
}},{
"name"
:
"index_task1tips"
,
"x"
:
31
,
"y"
:
27
,
"type"
:
"text"
,
"props"
:{
"text"
:
"在三湘银行开户即可增加XXX体验金"
,
"size"
:
24
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}},{
"name"
:
"index_task1btn"
,
"x"
:
479
,
"y"
:
17
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"index_task1btn.png"
}}]},{
"name"
:
"index_task2new"
,
"x"
:
59
,
"y"
:
1249
,
"type"
:
"container"
,
"children"
:[{
"name"
:
"index_task2bg"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"index_task2bg.png"
}},{
"name"
:
"index_task2newtip1"
,
"x"
:
32
,
"y"
:
20
,
"type"
:
"text"
,
"props"
:{
"text"
:
"当前账户余额XXX元,每天体验金增长XX元"
,
"size"
:
24
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}},{
"name"
:
"index_task2newtip2"
,
"x"
:
509
,
"y"
:
20
,
"type"
:
"text"
,
"props"
:{
"text"
:
"未开户"
,
"size"
:
24
,
"fillColor"
:
"#958e8a"
,
"textAlpha"
:
1
}},{
"name"
:
"index_task2newtip3"
,
"x"
:
29
,
"y"
:
73
,
"type"
:
"text"
,
"props"
:{
"text"
:
"账户余额100元,每天体验金增长XX元"
,
"size"
:
20
,
"fillColor"
:
"#958e8a"
,
"textAlpha"
:
1
}},{
"name"
:
"index_task2newtip4"
,
"x"
:
29
,
"y"
:
113
,
"type"
:
"text"
,
"props"
:{
"text"
:
"账户余额200元,每天体验金增长XX元"
,
"size"
:
20
,
"fillColor"
:
"#958e8a"
,
"textAlpha"
:
1
}},{
"name"
:
"index_task2newtip5"
,
"x"
:
29
,
"y"
:
152
,
"type"
:
"text"
,
"props"
:{
"text"
:
"账户余额500元,每天体验金增长XX元"
,
"size"
:
20
,
"fillColor"
:
"#958e8a"
,
"textAlpha"
:
1
}}]},{
"name"
:
"index_task2"
,
"x"
:
59
,
"y"
:
1158
,
"type"
:
"container"
,
"children"
:[{
"name"
:
"index_task2bg"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"index_task2bg.png"
}},{
"name"
:
"index_task2_0"
,
"x"
:
32
,
"y"
:
20
,
"type"
:
"text"
,
"props"
:{
"text"
:
"当前账户余额XXX元,每天体验金增长XX元"
,
"size"
:
24
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}},{
"name"
:
"index_task2_1"
,
"x"
:
508
,
"y"
:
20
,
"type"
:
"text"
,
"props"
:{
"text"
:
"未达标"
,
"size"
:
24
,
"fillColor"
:
"#958e8a"
,
"textAlpha"
:
1
}},{
"name"
:
"index_task2_2"
,
"x"
:
488
,
"y"
:
20
,
"type"
:
"text"
,
"props"
:{
"text"
:
"体验金+XX"
,
"size"
:
24
,
"fillColor"
:
"#958e8a"
,
"textAlpha"
:
1
}},{
"name"
:
"index_task2_3"
,
"x"
:
29
,
"y"
:
73
,
"type"
:
"text"
,
"props"
:{
"text"
:
"账户余额100元,每天体验金增长XX元"
,
"size"
:
20
,
"fillColor"
:
"#958e8a"
,
"textAlpha"
:
1
}},{
"name"
:
"index_task2_4"
,
"x"
:
29
,
"y"
:
113
,
"type"
:
"text"
,
"props"
:{
"text"
:
"账户余额200元,每天体验金增长XX元"
,
"size"
:
20
,
"fillColor"
:
"#958e8a"
,
"textAlpha"
:
1
}},{
"name"
:
"index_task2_5"
,
"x"
:
29
,
"y"
:
152
,
"type"
:
"text"
,
"props"
:{
"text"
:
"账户余额500元,每天体验金增长XX元"
,
"size"
:
20
,
"fillColor"
:
"#958e8a"
,
"textAlpha"
:
1
}}]},{
"name"
:
"index_yesterdayIncomeTips"
,
"x"
:
261
,
"y"
:
469
,
"type"
:
"text"
,
"props"
:{
"text"
:
"昨日收益:500元"
,
"size"
:
30
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}},{
"name"
:
"index_drawTips"
,
"x"
:
257
,
"y"
:
797
,
"type"
:
"text"
,
"props"
:{
"text"
:
"收益满7天即可提现~"
,
"size"
:
24
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}},{
"name"
:
"index_sumIncomeTips"
,
"x"
:
193
,
"y"
:
560
,
"type"
:
"text"
,
"props"
:{
"text"
:
"100"
,
"size"
:
40
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}},{
"name"
:
"index_millionSharesTips"
,
"x"
:
344
,
"y"
:
560
,
"type"
:
"text"
,
"props"
:{
"text"
:
"100"
,
"size"
:
40
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}},{
"name"
:
"index_sevenDayAnnualizationTips"
,
"x"
:
469
,
"y"
:
560
,
"type"
:
"text"
,
"props"
:{
"text"
:
"100"
,
"size"
:
40
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}},{
"name"
:
"index_experienceAmountTips"
,
"x"
:
302
,
"y"
:
383
,
"type"
:
"text"
,
"props"
:{
"text"
:
"1000元"
,
"size"
:
60
,
"fillColor"
:
"#ff2f50"
,
"textAlpha"
:
1
}},{
"name"
:
"index_drawBtn"
,
"x"
:
205
,
"y"
:
693
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"index_drawBtn.png"
}},{
"name"
:
"index_drawGrayBtn"
,
"x"
:
205
,
"y"
:
693
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"index_drawGrayBtn.png"
}},{
"name"
:
"index_inviteBtn"
,
"x"
:
205
,
"y"
:
1056
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"index_inviteBtn.png"
}},{
"name"
:
"index_progressbg"
,
"x"
:
151
,
"y"
:
927
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"index_progressbg.png"
}},{
"name"
:
"index_progress"
,
"x"
:
153
,
"y"
:
928
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"index_progress.png"
}},{
"name"
:
"index_invitePercentTips"
,
"x"
:
318
,
"y"
:
974
,
"type"
:
"text"
,
"props"
:{
"text"
:
"1000/1000000"
,
"size"
:
24
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}},{
"name"
:
"index_inviteTips"
,
"x"
:
166
,
"y"
:
1010
,
"type"
:
"text"
,
"props"
:{
"text"
:
"已有XX位好友助力,体验金增加XXXX元"
,
"size"
:
24
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}}]}]},{
"name"
:
"share"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"container"
,
"children"
:[{
"name"
:
"share_bg"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"share_bg.png"
}},{
"name"
:
"share_rule"
,
"x"
:
611
,
"y"
:
223
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"share_rule.png"
}},{
"name"
:
"share_maquee"
,
"x"
:
78
,
"y"
:
442
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"share_maquee.png"
}},{
"name"
:
"share_go"
,
"x"
:
395
,
"y"
:
1169
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"share_go.png"
}},{
"name"
:
"share_assist"
,
"x"
:
112
,
"y"
:
1169
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"share_assist.png"
}},{
"name"
:
"share_tips3"
,
"x"
:
225
,
"y"
:
988
,
"type"
:
"text"
,
"props"
:{
"text"
:
"您的好友已在三湘E家获得"
,
"size"
:
26
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}},{
"name"
:
"share_tips2"
,
"x"
:
239
,
"y"
:
1294
,
"type"
:
"text"
,
"props"
:{
"text"
:
"今日剩余助力次数:6次"
,
"size"
:
26
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}},{
"name"
:
"share_tips1"
,
"x"
:
118
,
"y"
:
1070
,
"type"
:
"text"
,
"props"
:{
"text"
:
"****元体验金,预期收益**元
\r
"
,
"size"
:
40
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}}]},{
"name"
:
"assist"
,
"x"
:
78
,
"y"
:
405
,
"type"
:
"container"
,
"children"
:[{
"name"
:
"assist_bg2"
,
"x"
:
28
,
"y"
:
0
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"assist_bg2.png"
}},{
"name"
:
"assist_bg"
,
"x"
:
0
,
"y"
:
134
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"assist_bg.png"
}},{
"name"
:
"assist_title"
,
"x"
:
78
,
"y"
:
69
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"assist_title.png"
}},{
"name"
:
"assist_tips3"
,
"x"
:
208
,
"y"
:
208
,
"type"
:
"text"
,
"props"
:{
"text"
:
"成功助力好友"
,
"size"
:
30
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}},{
"name"
:
"assist_tips2"
,
"x"
:
145
,
"y"
:
412
,
"type"
:
"text"
,
"props"
:{
"text"
:
"活动最高可获得100万体验金
\r
收益多多快来参与吧"
,
"size"
:
24
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}},{
"name"
:
"assist_amout"
,
"x"
:
226
,
"y"
:
294
,
"type"
:
"text"
,
"props"
:{
"text"
:
"1000"
,
"size"
:
60
,
"fillColor"
:
"#ff2f50"
,
"textAlpha"
:
1
}},{
"name"
:
"assist_tips"
,
"x"
:
363
,
"y"
:
315
,
"type"
:
"text"
,
"props"
:{
"text"
:
"元"
,
"size"
:
29
,
"fillColor"
:
"#ff2f50"
,
"textAlpha"
:
1
}},{
"name"
:
"assist_btn"
,
"x"
:
127
,
"y"
:
580
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"assist_btn.png"
}},{
"name"
:
"assist_close"
,
"x"
:
560
,
"y"
:
7
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"assist_close.png"
}}]},{
"name"
:
"newbie"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"container"
,
"children"
:[{
"name"
:
"newbie_bg"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"newbie_bg.png"
}},{
"name"
:
"newbie_pic8"
,
"x"
:
184
,
"y"
:
555
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"newbie_pic8.png"
}},{
"name"
:
"newbie_pic7"
,
"x"
:
93
,
"y"
:
994
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"newbie_pic7.png"
}},{
"name"
:
"newbie_pic6"
,
"x"
:
72
,
"y"
:
729
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"newbie_pic6.png"
}},{
"name"
:
"newbie_pic5"
,
"x"
:
0
,
"y"
:
173
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"newbie_pic5.png"
}},{
"name"
:
"newbie_pic4"
,
"x"
:
0
,
"y"
:
90
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"newbie_pic4.png"
}},{
"name"
:
"newbie_pic3"
,
"x"
:
81
,
"y"
:
310
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"newbie_pic3.png"
}},{
"name"
:
"newbie_pic2"
,
"x"
:
231
,
"y"
:
839
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"newbie_pic2.png"
}},{
"name"
:
"newbie_title"
,
"x"
:
6
,
"y"
:
278
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"newbie_title.png"
}},{
"name"
:
"newbie_rule"
,
"x"
:
611
,
"y"
:
223
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"newbie_rule.png"
}},{
"name"
:
"newbie_marqee"
,
"x"
:
78
,
"y"
:
442
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"newbie_marqee.png"
}},{
"name"
:
"newbie_open"
,
"x"
:
171
,
"y"
:
1212
,
"type"
:
"sprite"
,
"props"
:{
"source"
:
"newbie_open.png"
}}]}]}
{
"x"
:
0
,
"y"
:
0
,
"type"
:
"container"
,
"children"
:
[
{
"name"
:
"RulePanel"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"container"
,
"children"
:
[
{
"name"
:
"ruleBg"
,
"x"
:
28
,
"y"
:
248
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"ruleBg.png"
}
},
{
"name"
:
"规则内容"
,
"x"
:
74
,
"y"
:
369
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"游戏规则
\n
"
,
"size"
:
30
,
"fillColor"
:
"#000000"
,
"textAlpha"
:
1
},
"id"
:
"ruleTxt"
},
{
"name"
:
"我知道了"
,
"x"
:
164
,
"y"
:
1197
,
"type"
:
"button"
,
"props"
:
{
"tUp"
:
"我知道了.png"
},
"id"
:
"knowBtn"
},
{
"name"
:
"关闭按钮"
,
"x"
:
625
,
"y"
:
272
,
"type"
:
"button"
,
"props"
:
{
"tUp"
:
"关闭按钮.png"
},
"id"
:
"closeBtn"
}
]
},
{
"name"
:
"StartScene"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"container"
,
"children"
:
[
{
"name"
:
"startSceneBg"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"startSceneBg.jpg"
}
},
{
"name"
:
"底部按钮区"
,
"x"
:
0
,
"y"
:
1242
,
"type"
:
"container"
,
"children"
:
[
{
"name"
:
"底部按钮区背景"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"底部按钮区背景.png"
}
},
{
"name"
:
"icon"
,
"x"
:
56
,
"y"
:
35
,
"type"
:
"container"
,
"children"
:
[
{
"name"
:
"赚次数按钮"
,
"x"
:
547
,
"y"
:
0
,
"type"
:
"button"
,
"props"
:
{
"tUp"
:
"赚次数按钮.png"
},
"id"
:
"taskBtn"
},
{
"name"
:
"运动锦鲤按钮"
,
"x"
:
258
,
"y"
:
0
,
"type"
:
"button"
,
"props"
:
{
"tUp"
:
"运动锦鲤按钮.png"
},
"id"
:
"lotBtn"
},
{
"name"
:
"排行榜按钮"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"button"
,
"props"
:
{
"tUp"
:
"排行榜按钮.png"
},
"id"
:
"rankBtn"
}
]
}
]
},
{
"name"
:
"timesTxt"
,
"x"
:
286
,
"y"
:
1205
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"剩余次数:3次"
,
"size"
:
16.00722
,
"fillColor"
:
"#ffffff"
,
"textAlpha"
:
1
},
"id"
:
"timesTxt"
},
{
"name"
:
"开始游戏"
,
"x"
:
171
,
"y"
:
1052
,
"type"
:
"button"
,
"props"
:
{
"tUp"
:
"开始游戏.png"
},
"id"
:
"startBtn"
},
{
"name"
:
"规则按钮"
,
"x"
:
621
,
"y"
:
212
,
"type"
:
"button"
,
"props"
:
{
"tUp"
:
"规则按钮.png"
},
"id"
:
"ruleBtn"
},
{
"name"
:
"奖品按钮"
,
"x"
:
11
,
"y"
:
212
,
"type"
:
"button"
,
"props"
:
{
"tUp"
:
"奖品按钮.png"
},
"id"
:
"recordBtn"
}
]
},
{
"name"
:
"loading"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"container"
,
"children"
:
[
{
"name"
:
"loading_bg"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"loading_bg.png"
}
},
{
"name"
:
"loading_title"
,
"x"
:
64
,
"y"
:
253
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"loading_title.png"
}
},
{
"name"
:
"loading_loading"
,
"x"
:
299
,
"y"
:
1076
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"loading_loading.png"
}
},
{
"name"
:
"loading_progress"
,
"x"
:
91
,
"y"
:
1028
,
"type"
:
"container"
,
"children"
:
[
{
"name"
:
"loading_progressbg"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"loading_progressbg.png"
}
},
{
"name"
:
"loading_progressfront"
,
"x"
:
8
,
"y"
:
4
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"loading_progressfront.png"
}
}
]
}
]
},
{
"name"
:
"prize"
,
"x"
:
78
,
"y"
:
405
,
"type"
:
"container"
,
"children"
:
[
{
"name"
:
"prize_title2"
,
"x"
:
28
,
"y"
:
0
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"prize_title2.png"
}
},
{
"name"
:
"prize_bg"
,
"x"
:
0
,
"y"
:
134
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"prize_bg.png"
}
},
{
"name"
:
"prize_title"
,
"x"
:
78
,
"y"
:
69
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"prize_title.png"
}
},
{
"name"
:
"prize_progressbg"
,
"x"
:
130
,
"y"
:
347
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"prize_progressbg.png"
}
},
{
"name"
:
"prize_progress"
,
"x"
:
132
,
"y"
:
348
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"prize_progress.png"
}
},
{
"name"
:
"prize_invite"
,
"x"
:
127
,
"y"
:
580
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"prize_invite.png"
}
},
{
"name"
:
"prize_tips5"
,
"x"
:
183
,
"y"
:
208
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"恭喜你获得体验金"
,
"size"
:
30
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}
},
{
"name"
:
"prize_tip3"
,
"x"
:
240
,
"y"
:
392
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"1000/1000000"
,
"size"
:
24
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}
},
{
"name"
:
"prize_tip4"
,
"x"
:
97
,
"y"
:
451
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"邀请好友助力,体验金最高可得100万"
,
"size"
:
24
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}
},
{
"name"
:
"prize_tips2"
,
"x"
:
216
,
"y"
:
254
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"1000"
,
"size"
:
60
,
"fillColor"
:
"#ff2f50"
,
"textAlpha"
:
1
}
},
{
"name"
:
"prize_tips1"
,
"x"
:
347
,
"y"
:
277
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"元"
,
"size"
:
29
,
"fillColor"
:
"#ff2f50"
,
"textAlpha"
:
1
}
},
{
"name"
:
"prize_close"
,
"x"
:
560
,
"y"
:
7
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"prize_close.png"
}
}
]
},
{
"name"
:
"draw"
,
"x"
:
78
,
"y"
:
412
,
"type"
:
"container"
,
"children"
:
[
{
"name"
:
"draw_bg"
,
"x"
:
0
,
"y"
:
127
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"draw_bg.png"
}
},
{
"name"
:
"draw_title"
,
"x"
:
78
,
"y"
:
62
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"draw_title.png"
}
},
{
"name"
:
"draw_tips"
,
"x"
:
103
,
"y"
:
245
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"成功获得奖励金****元
\r
奖励将于24小时内发放到您的账户"
,
"size"
:
26
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}
},
{
"name"
:
"draw_ok"
,
"x"
:
127
,
"y"
:
473
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"draw_ok.png"
}
},
{
"name"
:
"draw_close"
,
"x"
:
560
,
"y"
:
0
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"draw_close.png"
}
}
]
},
{
"name"
:
"rule"
,
"x"
:
78
,
"y"
:
372
,
"type"
:
"container"
,
"children"
:
[
{
"name"
:
"rule_bg"
,
"x"
:
0
,
"y"
:
127
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"rule_bg.png"
}
},
{
"name"
:
"rule_tips2"
,
"x"
:
216
,
"y"
:
172
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"活动规则"
,
"size"
:
40
,
"fillColor"
:
"#ff2f50"
,
"textAlpha"
:
1
}
},
{
"id"
:
"ruleTxt"
,
"name"
:
"rule_tips"
,
"x"
:
83
,
"y"
:
240
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"活动规则文本活动规则文本活动规则文本
\r
活动规则文本活动规则文本活动规则文本
\r
活动规则文本活动规则文本活动规则文本
\r
活动规则文本活动规则文本活动规则文本
\r
活动规则文本活动规则文本活动规则文本
\r
活动规则文本活动规则文本活动规则文本
\r
活动规则文本活动规则文本活动规则文本
\r
活动规则文本活动规则文本活动规则文本
\r
活动规则文本活动规则文本活动规则文本
\r
活动规则文本活动规则文本活动规则文本"
,
"size"
:
24
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}
},
{
"id"
:
"knowBtn"
,
"name"
:
"rule_ok"
,
"x"
:
127
,
"y"
:
713
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"rule_ok.png"
}
},
{
"id"
:
"closeBtn"
,
"name"
:
"rule_close"
,
"x"
:
560
,
"y"
:
0
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"rule_close.png"
}
}
]
},
{
"name"
:
"share_success"
,
"x"
:
78
,
"y"
:
412
,
"type"
:
"container"
,
"children"
:
[
{
"name"
:
"share_success_bg"
,
"x"
:
0
,
"y"
:
127
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"share_success_bg.png"
}
},
{
"name"
:
"share_success_title"
,
"x"
:
78
,
"y"
:
62
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"share_success_title.png"
}
},
{
"name"
:
"share_success_tips1"
,
"x"
:
58
,
"y"
:
245
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"好友完成助力后即可获得体验金
\r
关注三湘E家公众号,获取体验金收益信息"
,
"size"
:
26
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}
},
{
"name"
:
"share_success_btn"
,
"x"
:
127
,
"y"
:
473
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"share_success_btn.png"
}
},
{
"name"
:
"share_success_close"
,
"x"
:
560
,
"y"
:
0
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"share_success_close.png"
}
}
]
},
{
"name"
:
"share_fail"
,
"x"
:
78
,
"y"
:
412
,
"type"
:
"container"
,
"children"
:
[
{
"name"
:
"share_fail_bg"
,
"x"
:
0
,
"y"
:
127
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"share_fail_bg.png"
}
},
{
"name"
:
"share_fail_title"
,
"x"
:
78
,
"y"
:
62
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"share_fail_title.png"
}
},
{
"name"
:
"share_fail_tip"
,
"x"
:
58
,
"y"
:
245
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"您已达到体验金上限100万了哦~
\r
关注三湘E家公众号,获取体验金收益信息"
,
"size"
:
26
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}
},
{
"name"
:
"share_fail_btn"
,
"x"
:
127
,
"y"
:
473
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"share_fail_btn.png"
}
},
{
"name"
:
"share_fail_close"
,
"x"
:
560
,
"y"
:
0
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"share_fail_close.png"
}
}
]
},
{
"name"
:
"index"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"container"
,
"children"
:
[
{
"name"
:
"index_wrapper"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"container"
,
"children"
:
[
{
"name"
:
"index_bg"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"index_bg.png"
}
},
{
"name"
:
"index_bg2"
,
"x"
:
32
,
"y"
:
253
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"index_bg2.png"
}
},
{
"name"
:
"index_title"
,
"x"
:
268
,
"y"
:
127
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"index_title.png"
}
},
{
"name"
:
"index_marquee"
,
"x"
:
78
,
"y"
:
186
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"index_marquee.png"
}
},
{
"name"
:
"index_rulebtn"
,
"x"
:
611
,
"y"
:
111
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"index_rulebtn.png"
}
},
{
"name"
:
"index_task1"
,
"x"
:
59
,
"y"
:
1158
,
"type"
:
"container"
,
"children"
:
[
{
"name"
:
"index_task1bg"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"index_task1bg.png"
}
},
{
"name"
:
"index_task1tips"
,
"x"
:
31
,
"y"
:
27
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"在三湘银行开户即可增加XXX体验金"
,
"size"
:
24
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}
},
{
"name"
:
"index_task1btn"
,
"x"
:
479
,
"y"
:
17
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"index_task1btn.png"
}
}
]
},
{
"name"
:
"index_task2new"
,
"x"
:
59
,
"y"
:
1249
,
"type"
:
"container"
,
"children"
:
[
{
"name"
:
"index_task2bg"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"index_task2bg.png"
}
},
{
"name"
:
"index_task2newtip1"
,
"x"
:
32
,
"y"
:
20
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"当前账户余额XXX元,每天体验金增长XX元"
,
"size"
:
24
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}
},
{
"name"
:
"index_task2newtip2"
,
"x"
:
509
,
"y"
:
20
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"未开户"
,
"size"
:
24
,
"fillColor"
:
"#958e8a"
,
"textAlpha"
:
1
}
},
{
"name"
:
"index_task2newtip3"
,
"x"
:
29
,
"y"
:
73
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"账户余额100元,每天体验金增长XX元"
,
"size"
:
20
,
"fillColor"
:
"#958e8a"
,
"textAlpha"
:
1
}
},
{
"name"
:
"index_task2newtip4"
,
"x"
:
29
,
"y"
:
113
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"账户余额200元,每天体验金增长XX元"
,
"size"
:
20
,
"fillColor"
:
"#958e8a"
,
"textAlpha"
:
1
}
},
{
"name"
:
"index_task2newtip5"
,
"x"
:
29
,
"y"
:
152
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"账户余额500元,每天体验金增长XX元"
,
"size"
:
20
,
"fillColor"
:
"#958e8a"
,
"textAlpha"
:
1
}
}
]
},
{
"name"
:
"index_task2"
,
"x"
:
59
,
"y"
:
1158
,
"type"
:
"container"
,
"children"
:
[
{
"name"
:
"index_task2bg"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"index_task2bg.png"
}
},
{
"name"
:
"index_task2_0"
,
"x"
:
32
,
"y"
:
20
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"当前账户余额XXX元,每天体验金增长XX元"
,
"size"
:
24
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}
},
{
"name"
:
"index_task2_1"
,
"x"
:
508
,
"y"
:
20
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"未达标"
,
"size"
:
24
,
"fillColor"
:
"#958e8a"
,
"textAlpha"
:
1
}
},
{
"name"
:
"index_task2_2"
,
"x"
:
488
,
"y"
:
20
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"体验金+XX"
,
"size"
:
24
,
"fillColor"
:
"#958e8a"
,
"textAlpha"
:
1
}
},
{
"name"
:
"index_task2_3"
,
"x"
:
29
,
"y"
:
73
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"账户余额100元,每天体验金增长XX元"
,
"size"
:
20
,
"fillColor"
:
"#958e8a"
,
"textAlpha"
:
1
}
},
{
"name"
:
"index_task2_4"
,
"x"
:
29
,
"y"
:
113
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"账户余额200元,每天体验金增长XX元"
,
"size"
:
20
,
"fillColor"
:
"#958e8a"
,
"textAlpha"
:
1
}
},
{
"name"
:
"index_task2_5"
,
"x"
:
29
,
"y"
:
152
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"账户余额500元,每天体验金增长XX元"
,
"size"
:
20
,
"fillColor"
:
"#958e8a"
,
"textAlpha"
:
1
}
}
]
},
{
"name"
:
"index_yesterdayIncomeTips"
,
"x"
:
261
,
"y"
:
469
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"昨日收益:500元"
,
"size"
:
30
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}
},
{
"name"
:
"index_drawTips"
,
"x"
:
257
,
"y"
:
797
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"收益满7天即可提现~"
,
"size"
:
24
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}
},
{
"name"
:
"index_sumIncomeTips"
,
"x"
:
193
,
"y"
:
560
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"100"
,
"size"
:
40
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}
},
{
"name"
:
"index_millionSharesTips"
,
"x"
:
344
,
"y"
:
560
,
"type"
:
"text"
,
"props"
:
{
"text"
:
""
,
"size"
:
40
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}
},
{
"name"
:
"index_sevenDayAnnualizationTips"
,
"x"
:
469
,
"y"
:
560
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"100"
,
"size"
:
40
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}
},
{
"name"
:
"index_experienceAmountTips"
,
"x"
:
302
,
"y"
:
383
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"1000元"
,
"size"
:
60
,
"fillColor"
:
"#ff2f50"
,
"textAlpha"
:
1
}
},
{
"name"
:
"index_drawBtn"
,
"x"
:
205
,
"y"
:
693
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"index_drawBtn.png"
}
},
{
"name"
:
"index_drawGrayBtn"
,
"x"
:
205
,
"y"
:
693
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"index_drawGrayBtn.png"
}
},
{
"name"
:
"index_inviteBtn"
,
"x"
:
205
,
"y"
:
1056
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"index_inviteBtn.png"
}
},
{
"name"
:
"index_progressbg"
,
"x"
:
151
,
"y"
:
927
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"index_progressbg.png"
}
},
{
"name"
:
"index_progress"
,
"x"
:
153
,
"y"
:
928
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"index_progress.png"
}
},
{
"name"
:
"index_invitePercentTips"
,
"x"
:
318
,
"y"
:
974
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"1000/1000000"
,
"size"
:
24
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}
},
{
"name"
:
"index_inviteTips"
,
"x"
:
166
,
"y"
:
1010
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"已有XX位好友助力,体验金增加XXXX元"
,
"size"
:
24
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}
}
]
}
]
},
{
"name"
:
"share"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"container"
,
"children"
:
[
{
"name"
:
"share_bg"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"share_bg.png"
}
},
{
"name"
:
"share_rule"
,
"x"
:
611
,
"y"
:
223
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"share_rule.png"
}
},
{
"name"
:
"share_maquee"
,
"x"
:
78
,
"y"
:
442
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"share_maquee.png"
}
},
{
"name"
:
"share_go"
,
"x"
:
395
,
"y"
:
1169
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"share_go.png"
}
},
{
"name"
:
"share_assist"
,
"x"
:
112
,
"y"
:
1169
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"share_assist.png"
}
},
{
"name"
:
"share_tips3"
,
"x"
:
225
,
"y"
:
988
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"您的好友已在三湘E家获得"
,
"size"
:
26
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}
},
{
"name"
:
"share_tips2"
,
"x"
:
239
,
"y"
:
1294
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"今日剩余助力次数:6次"
,
"size"
:
26
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}
},
{
"name"
:
"share_tips1"
,
"x"
:
118
,
"y"
:
1070
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"****元体验金,预期收益**元
\r
"
,
"size"
:
40
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}
}
]
},
{
"name"
:
"assist"
,
"x"
:
78
,
"y"
:
405
,
"type"
:
"container"
,
"children"
:
[
{
"name"
:
"assist_bg2"
,
"x"
:
28
,
"y"
:
0
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"assist_bg2.png"
}
},
{
"name"
:
"assist_bg"
,
"x"
:
0
,
"y"
:
134
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"assist_bg.png"
}
},
{
"name"
:
"assist_title"
,
"x"
:
78
,
"y"
:
69
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"assist_title.png"
}
},
{
"name"
:
"assist_tips3"
,
"x"
:
208
,
"y"
:
208
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"成功助力好友"
,
"size"
:
30
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}
},
{
"name"
:
"assist_tips2"
,
"x"
:
145
,
"y"
:
412
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"活动最高可获得100万体验金
\r
收益多多快来参与吧"
,
"size"
:
24
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}
},
{
"name"
:
"assist_amout"
,
"x"
:
226
,
"y"
:
294
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"1000"
,
"size"
:
60
,
"fillColor"
:
"#ff2f50"
,
"textAlpha"
:
1
}
},
{
"name"
:
"assist_tips"
,
"x"
:
363
,
"y"
:
315
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"元"
,
"size"
:
29
,
"fillColor"
:
"#ff2f50"
,
"textAlpha"
:
1
}
},
{
"name"
:
"assist_btn"
,
"x"
:
127
,
"y"
:
580
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"assist_btn.png"
}
},
{
"name"
:
"assist_close"
,
"x"
:
560
,
"y"
:
7
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"assist_close.png"
}
}
]
},
{
"name"
:
"newbie"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"container"
,
"children"
:
[
{
"name"
:
"newbie_bg"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"newbie_bg.png"
}
},
{
"name"
:
"newbie_pic8"
,
"x"
:
184
,
"y"
:
555
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"newbie_pic8.png"
}
},
{
"name"
:
"newbie_pic7"
,
"x"
:
93
,
"y"
:
994
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"newbie_pic7.png"
}
},
{
"name"
:
"newbie_pic6"
,
"x"
:
72
,
"y"
:
729
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"newbie_pic6.png"
}
},
{
"name"
:
"newbie_pic5"
,
"x"
:
0
,
"y"
:
173
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"newbie_pic5.png"
}
},
{
"name"
:
"newbie_pic4"
,
"x"
:
0
,
"y"
:
90
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"newbie_pic4.png"
}
},
{
"name"
:
"newbie_pic3"
,
"x"
:
81
,
"y"
:
310
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"newbie_pic3.png"
}
},
{
"name"
:
"newbie_pic2"
,
"x"
:
231
,
"y"
:
839
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"newbie_pic2.png"
}
},
{
"name"
:
"newbie_title"
,
"x"
:
6
,
"y"
:
278
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"newbie_title.png"
}
},
{
"name"
:
"newbie_rule"
,
"x"
:
611
,
"y"
:
223
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"newbie_rule.png"
}
},
{
"name"
:
"newbie_marqee"
,
"x"
:
78
,
"y"
:
442
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"newbie_marqee.png"
}
},
{
"name"
:
"newbie_open"
,
"x"
:
171
,
"y"
:
1212
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"newbie_open.png"
}
}
]
}
]
}
\ No newline at end of file
project/src/SkinJson.ts
View file @
841774fe
...
...
@@ -444,6 +444,7 @@ export const SkinJson ={
}
},
{
"id"
:
"ruleTxt"
,
"name"
:
"rule_tips"
,
"x"
:
83
,
"y"
:
240
,
...
...
@@ -456,6 +457,7 @@ export const SkinJson ={
}
},
{
"id"
:
"knowBtn"
,
"name"
:
"rule_ok"
,
"x"
:
127
,
"y"
:
713
,
...
...
@@ -465,6 +467,7 @@ export const SkinJson ={
}
},
{
"id"
:
"closeBtn"
,
"name"
:
"rule_close"
,
"x"
:
560
,
"y"
:
0
,
...
...
@@ -890,7 +893,7 @@ export const SkinJson ={
"y"
:
560
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"
100
"
,
"text"
:
""
,
"size"
:
40
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
...
...
project/src/panels/rule.ts
View file @
841774fe
import
{
RES
}
from
"../../module/RES"
;
import
{
Panel
}
from
"../../module/views/Panel"
;
import
{
Tools
}
from
"../Tools"
;
import
{
getWebData
,
sendWebNet
,
WebNetName
}
from
"../WebNet"
;
let
section
;
export
class
RulePanel
extends
Panel
{
get
groupNames
()
{
return
[
"
RulePanel
"
]
}
get
skinName
()
{
return
"
RulePanel
"
}
get
groupNames
()
{
return
[
"
rule
"
]
}
get
skinName
()
{
return
"
rule
"
}
ruleTxt
:
FYGE
.
TextField
;
knowBtn
:
FYGE
.
Button
;
closeBtn
:
FYGE
.
Button
;
...
...
@@ -15,8 +16,15 @@ export class RulePanel extends Panel {
return
[
this
.
closeBtn
,
this
.
knowBtn
];
}
initUi
(){
super
.
initUi
();
var
skin
=
RES
.
getSkinDataByName
(
this
.
skinName
);
this
.
position
.
set
(
skin
.
x
,
skin
.
y
);
}
async
start
(
data
)
{
super
.
start
();
//取接口数据
const
res
=
await
sendWebNet
(
WebNetName
.
projectRule
)
if
(
!
res
.
success
)
return
...
...
@@ -50,10 +58,10 @@ export class RulePanel extends Panel {
section
.
id
=
"rule"
;
section
.
style
.
overflowX
=
"hidden"
;
section
.
style
.
overflowY
=
"auto"
;
section
.
style
.
width
=
61
0
+
"px"
;
section
.
style
.
height
=
816
+
"px"
;
section
.
style
.
lineHeight
=
4
8
+
"px"
;
section
.
style
.
fontSize
=
this
.
ruleTxt
.
size
+
'px'
;
section
.
style
.
width
=
43
0
+
"px"
;
section
.
style
.
height
=
400
+
"px"
;
section
.
style
.
lineHeight
=
4
0
+
"px"
;
section
.
style
.
fontSize
=
30
+
'px'
;
section
.
style
.
color
=
this
.
ruleTxt
.
fillColor
;
section
.
style
.
whiteSpace
=
"pre-line"
;
section
.
innerHTML
=
ruleStr
;
...
...
project/src/scenes/IndexScene.ts
View file @
841774fe
...
...
@@ -3,10 +3,12 @@ import { showPanel } from "../../module/ctrls";
import
PanelCtrl
from
'../../module/ctrls/panelCtrl'
;
import
{
Scene
}
from
"../../module/views/Scene"
;
import
Marquee
from
'../common/Marquee'
;
import
{
ProgressBarS
}
from
'../common/ProgressBarS'
;
import
{
hideShareMask
}
from
'../common/ShareMask'
;
import
getObject
from
'../getObject'
;
import
getQueryParams
from
'../getQueryParams'
;
import
{
DrawPanel
}
from
'../panels/draw'
;
import
{
RulePanel
}
from
'../panels/rule'
;
import
{
ShareFailPanel
}
from
'../panels/share_fail'
;
import
{
ShareSuccessPanel
}
from
'../panels/share_success'
;
import
{
getStageHeight
,
getStageOffset
}
from
'../stage'
;
...
...
@@ -14,8 +16,21 @@ import updateShare from '../updateShare';
import
{
getPxTokenSave
,
sendWebNet
,
WebNetName
}
from
'../WebNet'
;
export
class
IndexScene
extends
Scene
{
onclick_index_drawBtn
()
{
updateIndexUI
({
experienceAmount
,
yesterdayIncome
,
sumIncome
,
sevenDayAnnualization
})
{
getObject
(
this
,
'index_experienceAmountTips'
).
text
=
experienceAmount
;
getObject
(
this
,
'index_sumIncomeTips'
).
text
=
sumIncome
||
'0'
;
getObject
(
this
,
'index_sevenDayAnnualizationTips'
).
text
=
sevenDayAnnualization
;
getObject
(
this
,
'index_yesterdayIncomeTips'
).
text
=
`昨日收益:
${
yesterdayIncome
||
'0'
}
元`
;
let
percent
=
0.05
;
if
(
experienceAmount
/
1000000
>
percent
)
{
percent
=
experienceAmount
/
1000000
;
}
const
progressBar
=
new
ProgressBarS
(
getObject
(
this
,
'index_progress'
));
progressBar
.
value
=
percent
;
}
onclick_index_drawBtn
()
{
getPxTokenSave
().
then
(
token
=>
{
sendWebNet
(
WebNetName
.
withDraw
,
{
token
:
token
}).
then
(
res
=>
{
showPanel
(
DrawPanel
);
...
...
@@ -33,13 +48,7 @@ export class IndexScene extends Scene {
this
.
page
.
view
.
addChild
(
getObject
(
this
,
'index_wrapper'
));
getObject
(
this
,
'index_millionSharesTips'
).
visible
=
false
;
getObject
(
this
,
'index_drawGrayBtn'
).
visible
=
false
;
getObject
(
this
.
page
,
'index_task1'
).
visible
=
false
;
// getObject(this.page,'task2new').visible=false;
getObject
(
this
.
page
,
'index_task2'
).
visible
=
false
;
}
async
start
(
data
)
{
...
...
@@ -71,6 +80,7 @@ export class IndexScene extends Scene {
getPxTokenSave
().
then
(
token
=>
{
sendWebNet
(
WebNetName
.
myWallet
,
{
token
:
token
}).
then
(
myWalletResult
=>
{
console
.
log
(
'获取钱包信息'
);
this
.
updateIndexUI
(
myWalletResult
.
data
);
getPxTokenSave
().
then
(
token
=>
{
sendWebNet
(
WebNetName
.
createItem
,
{
token
:
token
}).
then
(
createItemResult
=>
{
updateShare
(
'inIndexScene'
,
createItemResult
.
data
,)
...
...
@@ -106,16 +116,22 @@ export class IndexScene extends Scene {
}
}
onclick_index_ruleBtn
()
{
showPanel
(
RulePanel
);
}
initEvents
()
{
super
.
initEvents
();
watchPageVisibility
(
this
.
onPageVisibilityChange
);
getObject
(
this
,
'index_drawBtn'
).
addEventListener
(
FYGE
.
MouseEvent
.
CLICK
,
this
.
onclick_index_drawBtn
,
this
)
getObject
(
this
,
'index_rulebtn'
).
addEventListener
(
FYGE
.
MouseEvent
.
CLICK
,
this
.
onclick_index_ruleBtn
,
this
)
}
removeEvents
()
{
super
.
removeEvents
();
unwatchPageVisibility
(
this
.
onPageVisibilityChange
)
getObject
(
this
,
'index_drawBtn'
).
removeEventListener
(
FYGE
.
MouseEvent
.
CLICK
,
this
.
onclick_index_drawBtn
,
this
)
getObject
(
this
,
'index_rulebtn'
).
removeEventListener
(
FYGE
.
MouseEvent
.
CLICK
,
this
.
onclick_index_ruleBtn
,
this
)
}
get
groupNames
()
{
return
[
"index"
]
}
...
...
project/src/scenes/NewbieScene.ts
View file @
841774fe
...
...
@@ -5,6 +5,7 @@ import Group from "../common/Group";
import
Marquee
from
"../common/Marquee"
;
import
{
hideShareMask
}
from
"../common/ShareMask"
;
import
TestButton
from
"../common/TestButton"
;
import
getObject
from
"../getObject"
;
import
getQueryParams
from
"../getQueryParams"
;
import
{
PrizePanel
}
from
"../panels/prize"
;
import
{
RulePanel
}
from
"../panels/rule"
;
...
...
@@ -12,8 +13,6 @@ import { getPxTokenSave, sendWebNet, WebNetName } from "../WebNet";
import
{
IndexScene
}
from
"./IndexScene"
;
let
prize
;
export
class
NewbieScene
extends
Scene
{
prizeBtn
:
FYGE
.
Sprite
;
ruleBtn
:
FYGE
.
Sprite
;
onPageVisibilityChange
=
async
(
visible
)
=>
{
if
(
getQueryParams
().
disablewatch
==
1
)
{
console
.
log
(
'disable watch'
);
return
;
}
console
.
log
(
'页面visible'
,
visible
);
...
...
@@ -46,7 +45,7 @@ export class NewbieScene extends Scene {
}
onClick_
prize
Btn
()
{
onClick_
open
Btn
()
{
this
.
openPrize
()
}
...
...
@@ -56,13 +55,6 @@ export class NewbieScene extends Scene {
initUi
()
{
super
.
initUi
();
const
group
=
new
Group
();
this
.
addChild
(
group
)
this
.
prizeBtn
=
new
TestButton
(
'立即拆开'
);
group
.
add
(
this
.
prizeBtn
);
this
.
ruleBtn
=
new
TestButton
(
'规则按钮'
);
group
.
add
(
this
.
ruleBtn
);
sendWebNet
(
WebNetName
.
carouselInfo
).
then
(
res
=>
{
console
.
log
(
'carouselInfo '
,
res
);
...
...
@@ -83,14 +75,15 @@ export class NewbieScene extends Scene {
initEvents
()
{
super
.
initEvents
();
watchPageVisibility
(
this
.
onPageVisibilityChange
);
this
.
prizeBtn
.
addEventListener
(
FYGE
.
MouseEvent
.
CLICK
,
this
.
onClick_prize
Btn
,
this
);
this
.
ruleBtn
.
addEventListener
(
FYGE
.
MouseEvent
.
CLICK
,
this
.
onClick_ruleBtn
,
this
);
getObject
(
this
,
'newbie_open'
).
addEventListener
(
FYGE
.
MouseEvent
.
CLICK
,
this
.
onClick_open
Btn
,
this
);
getObject
(
this
,
'newbie_rule'
)
.
addEventListener
(
FYGE
.
MouseEvent
.
CLICK
,
this
.
onClick_ruleBtn
,
this
);
}
removeEvents
()
{
super
.
removeEvents
();
unwatchPageVisibility
(
this
.
onPageVisibilityChange
)
this
.
prizeBtn
.
removeEventListener
(
FYGE
.
MouseEvent
.
CLICK
,
this
.
onClick_prize
Btn
,
this
);
this
.
ruleBtn
.
removeEventListener
(
FYGE
.
MouseEvent
.
CLICK
,
this
.
onClick_ruleBtn
,
this
);
getObject
(
this
,
'newbie_open'
).
removeEventListener
(
FYGE
.
MouseEvent
.
CLICK
,
this
.
onClick_open
Btn
,
this
);
getObject
(
this
,
'newbie_rule'
)
.
removeEventListener
(
FYGE
.
MouseEvent
.
CLICK
,
this
.
onClick_ruleBtn
,
this
);
}
get
groupNames
()
{
return
[
"newbie"
]
}
...
...
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