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
00758d77
Commit
00758d77
authored
Feb 23, 2021
by
邱旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
m
parent
2ada8061
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
9 deletions
+15
-9
workspace.xml
.idea/workspace.xml
+10
-4
output.js
output.js
+2
-2
output.js.map
output.js.map
+1
-1
MapScene.ts
src/scene/map/MapScene.ts
+2
-2
No files found.
.idea/workspace.xml
View file @
00758d77
...
...
@@ -5,8 +5,7 @@
<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$/output.js.map"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/output.js.map"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/src/TaoBaoNet.ts"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/src/TaoBaoNet.ts"
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/scene/map/MapScene.ts"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/src/scene/map/MapScene.ts"
afterDir=
"false"
/>
</list>
<option
name=
"SHOW_DIALOG"
value=
"false"
/>
<option
name=
"HIGHLIGHT_CONFLICTS"
value=
"true"
/>
...
...
@@ -134,7 +133,7 @@
<workItem
from=
"1612662929222"
duration=
"40609000"
/>
<workItem
from=
"1613698993022"
duration=
"22309000"
/>
<workItem
from=
"1613785579125"
duration=
"17751000"
/>
<workItem
from=
"1613958457445"
duration=
"18
038
000"
/>
<workItem
from=
"1613958457445"
duration=
"18
553
000"
/>
</task>
<task
id=
"LOCAL-00001"
summary=
"斐乐消消乐"
>
<created>
1612581213298
</created>
...
...
@@ -472,7 +471,14 @@
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1614074400505
</updated>
</task>
<option
name=
"localTasksCounter"
value=
"49"
/>
<task
id=
"LOCAL-00049"
summary=
"m"
>
<created>
1614081398797
</created>
<option
name=
"number"
value=
"00049"
/>
<option
name=
"presentableId"
value=
"LOCAL-00049"
/>
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1614081398797
</updated>
</task>
<option
name=
"localTasksCounter"
value=
"50"
/>
<servers
/>
</component>
<component
name=
"TypeScriptGeneratedFilesManager"
>
...
...
output.js
View file @
00758d77
...
...
@@ -7864,7 +7864,7 @@ var TbNetName;
TbNetName["receiveEnamePrize"] = "feile.receiveEnamePrize";
TbNetName["getRemainTimes"] = "feile.getRemainTimes";
TbNetName["doHelp"] = "feile.doHelp";
TbNetName["
queryVipInfo"] = "feile.query
VipInfo";
TbNetName["
getVipInfo"] = "feile.get
VipInfo";
TbNetName["getActivityBaseInfoById"] = "feile.getActivityBaseInfoById";
TbNetName["updateActivityInfo"] = "mine.updateActivityInfo";
TbNetName["openMember"] = "mine.openMember";
...
...
@@ -11362,7 +11362,7 @@ var HelpPanel = (function (_super) {
var _a, success, data;
return __generator(this, function (_b) {
switch (_b.label) {
case 0: return [4, TaoBaoNet_1.sendTbNet(TaoBaoNet_1.TbNetName.
query
VipInfo)];
case 0: return [4, TaoBaoNet_1.sendTbNet(TaoBaoNet_1.TbNetName.
get
VipInfo)];
case 1:
_a = _b.sent(), success = _a.success, data = _a.data;
return [2, success && data.isvip];
output.js.map
View file @
00758d77
This diff is collapsed.
Click to expand it.
src/scene/map/MapScene.ts
View file @
00758d77
...
...
@@ -47,10 +47,10 @@ export class MapScene extends Scene {
this
.
initMap
();
this
.
updateMapCheck
();
if
(
Tools
.
globalData
.
isFirstLogin
){
if
(
!
Tools
.
globalData
.
isNewUser
&&
Tools
.
globalData
.
isFirstLogin
)
{
// 不是新用户且第一次登陆
showPanel
(
FreePowerPanel
);
Tools
.
globalData
.
isFirstLogin
=
false
;
}
Tools
.
globalData
.
isFirstLogin
=
false
;
if
(
Tools
.
globalData
.
inviteId
)
{
// 有邀请码,唤起弹窗
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