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
5b30c59a
Commit
5b30c59a
authored
Aug 30, 2019
by
wildfirecode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
753107cb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
10 deletions
+7
-10
擦肩而过弹窗 .png
egret/resource/assets/nprize/擦肩而过弹窗 .png
+0
-0
NoPrizeSkin.exml
egret/resource/skins/NoPrizeSkin.exml
+1
-1
MapScene.ts
egret/src/mapScene/MapScene.ts
+5
-8
submit.json
mock/happyclear/submit.json
+1
-1
No files found.
egret/resource/assets/nprize/擦肩而过弹窗 .png
View replaced file @
753107cb
View file @
5b30c59a
184 KB
|
W:
|
H:
132 KB
|
W:
|
H:
2-up
Swipe
Onion skin
egret/resource/skins/NoPrizeSkin.exml
View file @
5b30c59a
<?xml version="1.0" encoding="utf-8"?>
<e:Skin
class=
"NoPrizeSkin"
width=
"750"
height=
"1000"
xmlns:e=
"http://ns.egret.com/eui"
xmlns:w=
"http://ns.egret.com/wing"
>
<e:Image
id=
"light"
source=
"common_prizelight_png"
x=
"374.19"
y=
"329.51"
anchorOffsetX=
"375.76"
anchorOffsetY=
"327.27"
/>
<e:Image
y=
"
-2.45"
source=
"擦肩而过弹窗 _png"
horizontalCenter=
"0
"
/>
<e:Image
y=
"
109.55"
source=
"擦肩而过弹窗 _png"
horizontalCenter=
"0.5
"
/>
<e:Button
id=
"closeBtn"
label=
""
x=
"617"
y=
"323"
>
<e:skinName>
<e:Skin
states=
"up,down,disabled"
>
...
...
egret/src/mapScene/MapScene.ts
View file @
5b30c59a
...
...
@@ -25,14 +25,11 @@ export default class MapScene extends Scene {
async
start
(
data
?)
{
super
.
start
();
NetManager
.
ins
.
hc_submit
(()
=>
{
},
1
,
1
,
null
,
''
);
NetManager
.
ins
.
getPlugOrderStatus
(()
=>
{
},
1
,
()
=>
{
return
false
})
setTimeout
(()
=>
{
PanelCtrl
.
instance
.
show
(
ModuleTypes
.
NO_PRIZE_PANEL
,
{
level
:
1
})
},
2000
);
// NetManager.ins.hc_submit(() => { }, 1, 1, null, '');
// NetManager.ins.getPlugOrderStatus(() => { }, 1, () => { return false })
// setTimeout(() => {
// PanelCtrl.instance.show('failed', { level: 1 })
// }, 2000);
this
.
_data
=
data
;
//滚动的背景变黑
...
...
mock/happyclear/submit.json
View file @
5b30c59a
...
...
@@ -12,6 +12,6 @@
"errorMsg"
:
null
,
"success"
:
true
},
"stars"
:
3
"stars"
:
1
}
}
\ 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