Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
W
wdlc_mjb_unity
Project
Project
Details
Activity
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王雪伟
wdlc_mjb_unity
Commits
16787df8
Commit
16787df8
authored
Jul 03, 2021
by
LiLiuZhou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
3ed9569b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
LeeMainController.cs
Assets/Game/Main/Resource/LeeScripts/LeeMainController.cs
+1
-0
TiXianCell.cs
Assets/Game/Main/Resource/LeeScripts/TiXianCell.cs
+3
-0
No files found.
Assets/Game/Main/Resource/LeeScripts/LeeMainController.cs
View file @
16787df8
...
...
@@ -18,6 +18,7 @@ public class LeeMainController : MonoBehaviour
private
void
Start
()
{
UpdateTitleBG2Info
();
}
...
...
Assets/Game/Main/Resource/LeeScripts/TiXianCell.cs
View file @
16787df8
...
...
@@ -14,14 +14,17 @@ public class TiXianCell : BasePanel
switch
(
info
.
status
)
{
case
0
:
GetControl
<
Button
>(
"btnIng"
).
gameObject
.
SetActive
(
true
);
GetControl
<
Button
>(
"btnGo"
).
gameObject
.
SetActive
(
false
);
GetControl
<
Button
>(
"btnHad"
).
gameObject
.
SetActive
(
false
);
break
;
case
1
:
GetControl
<
Button
>(
"Had"
).
gameObject
.
SetActive
(
true
);
GetControl
<
Button
>(
"btnGo"
).
gameObject
.
SetActive
(
false
);
GetControl
<
Button
>(
"btnIng"
).
gameObject
.
SetActive
(
false
);
break
;
case
2
:
GetControl
<
Button
>(
"btnGo"
).
gameObject
.
SetActive
(
true
);
GetControl
<
Button
>(
"btnGo"
).
onClick
.
RemoveAllListeners
();
GetControl
<
Button
>(
"btnGo"
).
onClick
.
AddListener
(()
=>
{
...
...
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