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
e1c442a9
Commit
e1c442a9
authored
Dec 24, 2019
by
XieChuanJin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
活动结束后不显示开奖时间
parent
50d7effd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
RankListPanel.ts
egret/src/ShootPlanet/Panel/RankListPanel.ts
+6
-0
visit.json
mock/json/visit.json
+1
-1
No files found.
egret/src/ShootPlanet/Panel/RankListPanel.ts
View file @
e1c442a9
...
...
@@ -9,6 +9,7 @@ import Panel from "../MViews/MPanel";
import
{
NetManager
}
from
"../../../libs/tw/manager/NetManager"
;
import
PanelCtrl
from
"../MCtrls/MPanelCtrl"
;
import
WinnigPanel
from
"./WinnigPanel"
;
import
GameMgr
from
"../Mgr/GameMgr"
;
interface
Record
{
userId
:
number
,
...
...
@@ -54,6 +55,11 @@ export default class RankListPanel extends Panel {
onSkinComplete
()
{
super
.
onSkinComplete
();
if
(
GameMgr
.
instance
.
activityEnd
)
{
this
.
prizedate
.
visible
=
false
;
}
this
.
nowBG
.
pixelHitTest
=
true
;
this
.
lastBG
.
pixelHitTest
=
true
;
this
.
noprizelab
.
text
=
"很遗憾,未中奖"
...
...
mock/json/visit.json
View file @
e1c442a9
...
...
@@ -6,6 +6,6 @@
"leftTimes"
:
10
,
"leftShareTimes"
:
1
,
"minEnableCaptchaScore"
:
5000
,
"activityEnd"
:
fals
e
"activityEnd"
:
tru
e
}
}
\ 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