Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
babycare_xiaoxiao
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
翁阳
babycare_xiaoxiao
Commits
0ee5a54d
Commit
0ee5a54d
authored
Feb 24, 2021
by
邱旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
m
parent
cf38f12d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
15 deletions
+13
-15
workspace.xml
.idea/workspace.xml
+11
-13
MapScene.ts
src/scene/map/MapScene.ts
+2
-2
No files found.
.idea/workspace.xml
View file @
0ee5a54d
...
@@ -3,10 +3,7 @@
...
@@ -3,10 +3,7 @@
<component
name=
"ChangeListManager"
>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"0d3cb18d-e144-41a0-bc8b-4877c2e1fef1"
name=
"默认的"
comment=
""
>
<list
default=
"true"
id=
"0d3cb18d-e144-41a0-bc8b-4877c2e1fef1"
name=
"默认的"
comment=
""
>
<change
beforePath=
"$PROJECT_DIR$/.idea/workspace.xml"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/.idea/workspace.xml"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/.idea/workspace.xml"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/.idea/workspace.xml"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/output.js"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/output.js"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/src/scene/map/MapScene.ts"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/src/scene/map/MapScene.ts"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/output.js.map"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/output.js.map"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/src/panels/HelpPanel.ts"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/src/panels/HelpPanel.ts"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/src/panels/StartPanel.ts"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/src/panels/StartPanel.ts"
afterDir=
"false"
/>
</list>
</list>
<option
name=
"SHOW_DIALOG"
value=
"false"
/>
<option
name=
"SHOW_DIALOG"
value=
"false"
/>
<option
name=
"HIGHLIGHT_CONFLICTS"
value=
"true"
/>
<option
name=
"HIGHLIGHT_CONFLICTS"
value=
"true"
/>
...
@@ -134,14 +131,8 @@
...
@@ -134,14 +131,8 @@
<workItem
from=
"1612662929222"
duration=
"40609000"
/>
<workItem
from=
"1612662929222"
duration=
"40609000"
/>
<workItem
from=
"1613698993022"
duration=
"22309000"
/>
<workItem
from=
"1613698993022"
duration=
"22309000"
/>
<workItem
from=
"1613785579125"
duration=
"17751000"
/>
<workItem
from=
"1613785579125"
duration=
"17751000"
/>
<workItem
from=
"1613958457445"
duration=
"18967000"
/>
<workItem
from=
"1613958457445"
duration=
"19850000"
/>
</task>
<workItem
from=
"1614131869846"
duration=
"61000"
/>
<task
id=
"LOCAL-00002"
summary=
"gameGuide"
>
<created>
1612593007211
</created>
<option
name=
"number"
value=
"00002"
/>
<option
name=
"presentableId"
value=
"LOCAL-00002"
/>
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1612593007212
</updated>
</task>
</task>
<task
id=
"LOCAL-00003"
summary=
"首页引导"
>
<task
id=
"LOCAL-00003"
summary=
"首页引导"
>
<created>
1612597435229
</created>
<created>
1612597435229
</created>
...
@@ -479,7 +470,14 @@
...
@@ -479,7 +470,14 @@
<option
name=
"project"
value=
"LOCAL"
/>
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1614082080977
</updated>
<updated>
1614082080977
</updated>
</task>
</task>
<option
name=
"localTasksCounter"
value=
"51"
/>
<task
id=
"LOCAL-00051"
summary=
"m"
>
<created>
1614083501689
</created>
<option
name=
"number"
value=
"00051"
/>
<option
name=
"presentableId"
value=
"LOCAL-00051"
/>
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1614083501689
</updated>
</task>
<option
name=
"localTasksCounter"
value=
"52"
/>
<servers
/>
<servers
/>
</component>
</component>
<component
name=
"TypeScriptGeneratedFilesManager"
>
<component
name=
"TypeScriptGeneratedFilesManager"
>
...
...
src/scene/map/MapScene.ts
View file @
0ee5a54d
...
@@ -47,10 +47,10 @@ export class MapScene extends Scene {
...
@@ -47,10 +47,10 @@ export class MapScene extends Scene {
this
.
initMap
();
this
.
initMap
();
this
.
updateMapCheck
();
this
.
updateMapCheck
();
if
(
!
Tools
.
globalData
.
isNewUser
&&
Tools
.
globalData
.
isFirstLogin
)
{
// 不是新用户且第一次登陆
if
(
!
Tools
.
globalData
.
isNewUser
&&
Tools
.
globalData
.
loginAddPower
>
0
)
{
// 不是新用户且第一次登陆
showPanel
(
FreePowerPanel
);
showPanel
(
FreePowerPanel
);
}
}
Tools
.
globalData
.
isFirstLogin
=
false
;
Tools
.
globalData
.
loginAddPower
=
0
;
if
(
Tools
.
globalData
.
inviteId
)
{
// 有邀请码,唤起弹窗
if
(
Tools
.
globalData
.
inviteId
)
{
// 有邀请码,唤起弹窗
showPanel
(
HelpPanel
);
showPanel
(
HelpPanel
);
...
...
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