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
87da6aa7
Commit
87da6aa7
authored
Feb 21, 2020
by
wildfirecode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
8fb9fb12
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
46 additions
and
2161 deletions
+46
-2161
SAMap.ts
egret/src/SAMap.ts
+42
-1
TurntableIcon.ts
egret/src/mapScene/icon/TurntableIcon.ts
+1
-1
SignItem.ts
egret/src/panels/SignItem.ts
+1
-1
SignPanel.ts
egret/src/panels/SignPanel.ts
+1
-1
home.json
mock/happyclear/home.json
+0
-2156
submit.json
mock/happyclear/submit.json
+1
-1
No files found.
egret/src/SAMap.ts
View file @
87da6aa7
...
...
@@ -13,11 +13,52 @@ export default {
'888001'
:
[
'bingoMapIndex'
,
'bingoLottery'
],
'888006'
:
[
'bingoMapIndex'
,
'bingoGetRed'
],
'3
0
'
:
[
'bingoDialog'
,
'bingoLifeBuy'
],
'3'
:
[
'bingoDialog'
,
'bingoLifeBuy'
],
'4'
:
[
'bingoDialog'
,
'bingoLifeAsk'
],
'6'
:
[
'bingoDialog'
,
'bingoBoomBuy'
],
'8'
:
[
'bingoDialog'
,
'bingoBoomCfm'
],
'9'
:
[
'bingoDialog'
,
'bingoHammerBuy'
],
'11'
:
[
'bingoDialog'
,
'bingoHammerCfm'
],
'12'
:
[
'bingoDialog'
,
'bingoStepBuy'
],
'14'
:
[
'bingoDialog'
,
'bingoStepCfm'
],
'17'
:
[
'bingoDialog'
,
'bingoBoxGetRewd'
],
'18'
:
[
'bingoDialog'
,
'bingoLevelExit'
],
'22'
:
[
'bingoDialog'
,
'bingoSign'
],
'23'
:
[
'bingoDialog'
,
'bingoSignGet'
],
'24'
:
[
'bingoDialog'
,
'bingoSignAd'
],
'25'
:
[
'bingoDialog'
,
'bingoGroupAd'
],
'26'
:
[
'bingoDialog'
,
'bingoLevelAd'
],
'27'
:
[
'bingoDialog'
,
'bingoBoxAd'
],
'28'
:
[
'bingoDialog'
,
'bingoRankAd'
],
'29'
:
[
'bingoDialog'
,
'bingoBeginAd'
],
'30'
:
[
'bingoDialog'
,
'bingoExchangeLife'
],
'31'
:
[
'bingoDialog'
,
'bingoExchangeCfm'
],
'34'
:
[
'bingoDialog'
,
'bingoInviteShare'
],
'35'
:
[
'bingoDialog'
,
'bingoInviteAsist'
],
'37'
:
[
'bingoDialog'
,
'bingoInviteCfm'
],
'38'
:
[
'bingoDialog'
,
'bingoInviteAd'
],
'39'
:
[
'bingoDialog'
,
'bingoExchangeProp'
],
'40'
:
[
'bingoDialog'
,
'bingoShopExchCash'
],
'41'
:
[
'bingoDialog'
,
'bingoShopExchCfm'
],
'42'
:
[
'bingoDialog'
,
'bingoShopExchCont'
],
'44'
:
[
'bingoDialog'
,
'bingoLifeGoLottery'
],
'45'
:
[
'bingoDialog'
,
'bingoLotteryStart'
],
'46'
:
[
'bingoDialog'
,
'bingoLotteryAgain'
],
'47'
:
[
'bingoDialog'
,
'bingoLotterGetRed'
],
'48'
:
[
'bingoDialog'
,
'bingoLotteryAd'
],
'50'
:
[
'bingoDialog'
,
'bingoGetRedShare'
],
'51'
:
[
'bingoDialog'
,
'bingoGetRedAssist'
],
'53'
:
[
'bingoDialog'
,
'bingoGetRedCfm'
],
'54'
:
[
'bingoDialog'
,
'bingoGetRedAd'
],
'55'
:
[
'bingoDialog'
,
'bingoBackReward'
],
'56'
:
[
'bingoDialog'
,
'bingoBackAd'
],
'59'
:
[
'bingoDialog'
,
'bingoRedpackCont'
],
'68'
:
[
'bingoDialog'
,
'bingoShopInvest'
],
'70'
:
[
'bingoDialog'
,
'bingoShopInvest10'
],
'71'
:
[
'bingoDialog'
,
'bingoShopInvest500'
],
'72'
:
[
'bingoDialog'
,
'bingoShopInvest1000'
],
'73'
:
[
'bingoDialog'
,
'bingoShopCoinCfm'
],
'7'
:
[
'bingoDialog'
,
'bingoBoom'
],
'10'
:
[
'bingoDialog'
,
'bingoHammer'
],
'13'
:
[
'bingoDialog'
,
'bingoStep'
],
}
\ No newline at end of file
egret/src/mapScene/icon/TurntableIcon.ts
View file @
87da6aa7
...
...
@@ -30,7 +30,7 @@ export default class TurntableIcon extends IconBase {
updateIcon
(){
NetManager
.
ins
.
hc_turnableBaseInfo
((
success
,
res
)
=>
{
NetManager
.
ins
.
click
Log
(
getlogItem
(
43
));
NetManager
.
ins
.
show
Log
(
getlogItem
(
43
));
if
(
!
success
){
this
.
visible
=
false
;
GDispatcher
.
dispatchEvent
(
'updateScratchPosition'
);
...
...
egret/src/panels/SignItem.ts
View file @
87da6aa7
...
...
@@ -38,7 +38,7 @@ export default class SignItem extends eui.ItemRenderer {
this
[
'btn'
+
this
.
data
.
btn
].
visible
=
true
;
if
(
this
.
data
.
btn
==
1
)
{
NetManager
.
ins
.
click
Log
(
getlogItem
(
22
));
NetManager
.
ins
.
show
Log
(
getlogItem
(
22
));
}
console
.
log
(
this
.
data
);
...
...
egret/src/panels/SignPanel.ts
View file @
87da6aa7
...
...
@@ -40,7 +40,7 @@ export default class SignPanel extends Panel {
}
item
[
'btn1'
].
enabled
=
false
;
NetManager
.
ins
.
doSign
((
s
)
=>
{
NetManager
.
ins
.
show
Log
(
getlogItem
(
22
));
NetManager
.
ins
.
click
Log
(
getlogItem
(
22
));
item
[
'btn1'
].
enabled
=
true
;
wait
(
300
).
then
(()
=>
{
NetManager
.
ins
.
getSignInfo
(()
=>
{
...
...
mock/happyclear/home.json
View file @
87da6aa7
This diff is collapsed.
Click to expand it.
mock/happyclear/submit.json
View file @
87da6aa7
...
...
@@ -4,7 +4,7 @@
"desc"
:
"OK"
,
"timestamp"
:
1566546925981
,
"data"
:{
"option"
:
{
"opt
1
ion"
:
{
"id"
:
"41"
,
"day"
:
null
,
"realValue"
:
999
,
...
...
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