Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Y
yyh
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
yyh
Commits
fdb22131
Commit
fdb22131
authored
Dec 10, 2019
by
wildfirecode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
294f78a8
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
8 deletions
+10
-8
index.html
egret/index.html
+1
-1
default.thm.json
egret/resource/default.thm.json
+1
-0
CertificateSkin.exml
egret/resource/skins/CertificateSkin.exml
+5
-5
TransScene.ts
egret/src/yazuwei/TransScene.ts
+3
-2
No files found.
egret/index.html
View file @
fdb22131
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
// window['pageID'] = 'TeamShareScene';
// window['pageID'] = 'TeamShareScene';
// window['pageID'] = 'JoinShareScene';
// window['pageID'] = 'JoinShareScene';
// window['pageID'] = 'Share2Scene';
// window['pageID'] = 'Share2Scene';
window
[
'pageID'
]
=
'TransScene'
;
//
window['pageID'] = 'TransScene';
window
[
'projectId'
]
=
"1"
;
window
[
'projectId'
]
=
"1"
;
window
[
'playwayId'
]
=
"join_1"
;
window
[
'playwayId'
]
=
"join_1"
;
window
[
"appId"
]
=
""
;
window
[
"appId"
]
=
""
;
...
...
egret/resource/default.thm.json
View file @
fdb22131
...
@@ -16,6 +16,7 @@
...
@@ -16,6 +16,7 @@
"resource/skins/ui/ProgressBarSkin.exml"
,
"resource/skins/ui/ProgressBarSkin.exml"
,
"resource/skins/ui/SliderSkin.exml"
,
"resource/skins/ui/SliderSkin.exml"
,
"resource/skins/PrizeSkin.exml"
,
"resource/skins/PrizeSkin.exml"
,
"resource/skins/SloganSkin.exml"
,
"resource/skins/NoPrizeSkin.exml"
,
"resource/skins/NoPrizeSkin.exml"
,
"resource/skins/TransRecordSkin.exml"
,
"resource/skins/TransRecordSkin.exml"
,
"resource/skins/TransRecordItemSkin.exml"
,
"resource/skins/TransRecordItemSkin.exml"
,
...
...
egret/resource/skins/CertificateSkin.exml
View file @
fdb22131
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<e:Skin
class=
"CertificateSkin"
width=
"750"
height=
"1206"
xmlns:e=
"http://ns.egret.com/eui"
xmlns:w=
"http://ns.egret.com/wing"
>
<e:Skin
class=
"CertificateSkin"
width=
"750"
height=
"1206"
xmlns:e=
"http://ns.egret.com/eui"
xmlns:w=
"http://ns.egret.com/wing"
>
<e:Group
x=
"-12.21"
verticalCenter=
"0"
>
<e:Group
verticalCenter=
"0"
>
<e:Image
source=
"certificate_jpg"
x=
"12.21"
y=
"84.78"
/>
<e:Image
source=
"certificate_jpg"
/>
<e:Image
id=
"btn"
source=
"certificate_btn_png"
y=
"12
84
"
horizontalCenter=
"0"
/>
<e:Image
id=
"btn"
source=
"certificate_btn_png"
y=
"12
10
"
horizontalCenter=
"0"
/>
<e:Label
id=
"to"
text=
"132****1234"
x=
"441.38"
y=
"1
111.7
1"
textColor=
"0x000000"
size=
"24"
width=
"145"
textAlign=
"center"
/>
<e:Label
id=
"to"
text=
"132****1234"
x=
"441.38"
y=
"1
022.2
1"
textColor=
"0x000000"
size=
"24"
width=
"145"
textAlign=
"center"
/>
<e:Label
id=
"from"
text=
"132****1234"
x=
"189.99"
y=
"1
111.7
1"
textColor=
"0x000000"
size=
"24"
width=
"145"
textAlign=
"center"
/>
<e:Label
id=
"from"
text=
"132****1234"
x=
"189.99"
y=
"1
022.2
1"
textColor=
"0x000000"
size=
"24"
width=
"145"
textAlign=
"center"
/>
<e:Image
id=
"cover"
source=
"certificate_cover_png"
x=
"520.36"
y=
"1033.75"
/>
<e:Image
id=
"cover"
source=
"certificate_cover_png"
x=
"520.36"
y=
"1033.75"
/>
</e:Group>
</e:Group>
</e:Skin>
</e:Skin>
\ No newline at end of file
egret/src/yazuwei/TransScene.ts
View file @
fdb22131
...
@@ -81,8 +81,9 @@ export default class TransScene extends Scene {
...
@@ -81,8 +81,9 @@ export default class TransScene extends Scene {
NetManager
.
ins
.
yyh_updateAnimationState
(
sharecode
,
3
,
(
success
)
=>
{
NetManager
.
ins
.
yyh_updateAnimationState
(
sharecode
,
3
,
(
success
)
=>
{
if
(
success
)
{
if
(
success
)
{
this
.
changeToTrans
();
this
.
changeToTrans
();
setTimeout
(()
=>
{
NetManager
.
ins
.
yyh_updateAnimationState
(
sharecode
,
0
,
(
success
)
=>
{
});
NetManager
.
ins
.
yyh_updateAnimationState
(
sharecode
,
0
,
(
success
)
=>
{
});
},
5000
);
}
}
});
});
}
}
...
...
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