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
8a42101f
Commit
8a42101f
authored
Oct 12, 2019
by
wildfirecode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e33e2cfe
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
7 deletions
+9
-7
inviterulebg.png
egret/resource/assets/inviterule/inviterulebg.png
+0
-0
default.res.json
egret/resource/default.res.json
+0
-5
MapScene.ts
egret/src/mapScene/MapScene.ts
+8
-1
getSignInfo.json
mock/sign/getSignInfo.json
+1
-1
No files found.
egret/resource/assets/inviterule/inviterulebg.png
0 → 100644
View file @
8a42101f
179 KB
egret/resource/default.res.json
View file @
8a42101f
...
@@ -976,11 +976,6 @@
...
@@ -976,11 +976,6 @@
"type"
:
"image"
,
"type"
:
"image"
,
"name"
:
"startpanel_ele6_png"
"name"
:
"startpanel_ele6_png"
},
},
{
"url"
:
"assets/startpanel2/startpanel_ice1.png"
,
"type"
:
"image"
,
"name"
:
"startpanel_ice1_png"
},
{
{
"url"
:
"assets/startpanel2/startpanel_icon.png"
,
"url"
:
"assets/startpanel2/startpanel_icon.png"
,
"type"
:
"image"
,
"type"
:
"image"
,
...
...
egret/src/mapScene/MapScene.ts
View file @
8a42101f
...
@@ -31,10 +31,17 @@ export default class MapScene extends Scene {
...
@@ -31,10 +31,17 @@ export default class MapScene extends Scene {
static
iconHash
:
any
=
{};
static
iconHash
:
any
=
{};
static
starHash
:
any
=
{};
static
starHash
:
any
=
{};
_data
;
_data
;
sendInvite
(){
const
dojoin
=
DataManager
.
ins
.
getData
(
'hc_doJoin'
);
if
(
!
dojoin
)
return
;
NetManager
.
ins
.
doHelp
(()
=>
{},,
dojoin
.
data
);
}
async
start
(
data
?)
{
async
start
(
data
?)
{
super
.
start
();
super
.
start
();
this
.
sendInvite
();
this
.
updateMyInfo
();
this
.
updateMyInfo
();
this
.
updateAdData
();
this
.
updateAdData
();
this
[
'avatar'
].
mask
=
this
[
'avatarMask'
];
this
[
'avatar'
].
mask
=
this
[
'avatarMask'
];
...
...
mock/sign/getSignInfo.json
View file @
8a42101f
...
@@ -2,6 +2,6 @@
...
@@ -2,6 +2,6 @@
"success"
:
true
,
"success"
:
true
,
"signInfoVO"
:
{
"signInfoVO"
:
{
"continueDay"
:
6
,
"continueDay"
:
6
,
"todaySigned"
:
1
"todaySigned"
:
0
}
}
}
}
\ No newline at end of file
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