Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
db-game-template
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
崔立强
db-game-template
Commits
a3a92a7f
Commit
a3a92a7f
authored
Nov 28, 2019
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
b4223bc7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
+2
-4
index_disable_btn.png
egret/resource/assets/index_scene/index_disable_btn.png
+0
-0
.DS_Store
egret/src/.DS_Store
+0
-0
IndexScene.ts
egret/src/indexScene/IndexScene.ts
+2
-4
No files found.
egret/resource/assets/index_scene/index_disable_btn.png
View replaced file @
b4223bc7
View file @
a3a92a7f
11.5 KB
|
W:
|
H:
10.8 KB
|
W:
|
H:
2-up
Swipe
Onion skin
egret/src/.DS_Store
View file @
a3a92a7f
No preview for this file type
egret/src/indexScene/IndexScene.ts
View file @
a3a92a7f
...
...
@@ -144,8 +144,7 @@ export default class IndexScene extends Scene {
this
.
btn
.
y
=
9
;
this
.
shareBtn
.
visible
=
false
;
this
.
cutLabel
.
visible
=
false
;
this
.
tipsLabel
.
visible
=
true
;
this
.
tipsLabel
.
text
=
'活动已结束'
;
this
.
tipsLabel
.
visible
=
false
;
return
;
}
// console.log(res);
...
...
@@ -215,8 +214,7 @@ export default class IndexScene extends Scene {
this
.
btn
.
y
=
9
;
this
.
shareBtn
.
visible
=
false
;
this
.
cutLabel
.
visible
=
false
;
this
.
tipsLabel
.
visible
=
true
;
this
.
tipsLabel
.
text
=
'活动已结束'
;
this
.
tipsLabel
.
visible
=
false
;
}
else
{
this
.
btn
.
visible
=
false
;
this
.
shareBtn
.
visible
=
false
;
...
...
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