Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
F
First_FKQCW
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
王雪伟
First_FKQCW
Commits
eefe9b12
Commit
eefe9b12
authored
May 19, 2021
by
maxiaoliang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改动画
parent
fb702ce8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
DoubleIncomeDialog.cs
Assets/Game/Main/Scripts/View/DoubleIncomeDialog.cs
+1
-1
HomeInfoControl.cs
Assets/Game/Main/Scripts/View/HomeInfoControl.cs
+0
-5
No files found.
Assets/Game/Main/Scripts/View/DoubleIncomeDialog.cs
View file @
eefe9b12
...
@@ -78,7 +78,7 @@ public class DoubleIncomeDialog : MonoBehaviour
...
@@ -78,7 +78,7 @@ public class DoubleIncomeDialog : MonoBehaviour
{
{
EventCenter
.
Broadcast
(
MyEventType
.
UPDATE_CAR_LIST_DATA
);
EventCenter
.
Broadcast
(
MyEventType
.
UPDATE_CAR_LIST_DATA
);
EventCenter
.
Broadcast
(
MyEventType
.
START_DOUBLE_INCOME_ANIMATION
);
EventCenter
.
Broadcast
(
MyEventType
.
START_DOUBLE_INCOME_ANIMATION
);
EventCenter
.
Broadcast
(
MyEventType
.
PLAY_LAND_LIGHT
);
//
EventCenter.Broadcast(MyEventType.PLAY_LAND_LIGHT);
}),
new
Action
<
string
,
string
>((
code
,
errMsg
)
=>
}),
new
Action
<
string
,
string
>((
code
,
errMsg
)
=>
{
{
Debug
.
unityLogger
.
Log
(
"双倍收益 请求失败"
+
code
+
errMsg
);
Debug
.
unityLogger
.
Log
(
"双倍收益 请求失败"
+
code
+
errMsg
);
...
...
Assets/Game/Main/Scripts/View/HomeInfoControl.cs
View file @
eefe9b12
...
@@ -113,11 +113,6 @@ public class HomeInfoControl : MonoBehaviour, HomeContract.View
...
@@ -113,11 +113,6 @@ public class HomeInfoControl : MonoBehaviour, HomeContract.View
SetDriverTimer
(
mCarInfo
.
driverCountdownSecond
);
SetDriverTimer
(
mCarInfo
.
driverCountdownSecond
);
SetStickTimer
(
mCarInfo
.
protectionCountdownSecond
);
SetStickTimer
(
mCarInfo
.
protectionCountdownSecond
);
SetAllSpeedTimer
(
mCarInfo
.
allSpeedUpCd
);
SetAllSpeedTimer
(
mCarInfo
.
allSpeedUpCd
);
if
(
mCarInfo
.
doubleCountdownSecond
>
0
)
{
Debug
.
Log
(
"当前处于双倍倒计时"
);
EventCenter
.
Broadcast
(
MyEventType
.
PLAY_LAND_LIGHT
);
}
SetDoubleTimer
(
mCarInfo
.
doubleCountdownSecond
);
SetDoubleTimer
(
mCarInfo
.
doubleCountdownSecond
);
ParkListInfo
(
mCarInfo
.
parkingSpaceList
);
ParkListInfo
(
mCarInfo
.
parkingSpaceList
);
setProction
(
mCarInfo
.
protectionCountdownSecond
);
setProction
(
mCarInfo
.
protectionCountdownSecond
);
...
...
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