Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
VIZ.TVP.CBA
Overview
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘龙飞
VIZ.TVP.CBA
Commits
8171b36f
Commit
8171b36f
authored
Feb 01, 2023
by
wangonghui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
咪咕项目添加token上版信息
parent
9debc2d9
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
74 additions
and
23 deletions
+74
-23
VIZ.MIGU.CBA.Module/DayMatch/View/DayMatchView.xaml.cs
+8
-2
VIZ.MIGU.CBA.Module/PlayerCompare/View/PlayerComPareView.xaml.cs
+12
-3
VIZ.MIGU.CBA.Module/RoundMatch/View/RoundMatchView.xaml.cs
+13
-4
VIZ.MIGU.CBA.Module/SinglePlayer/View/SinglePlayerView.xaml.cs
+12
-3
VIZ.MIGU.CBA.Module/TeamStandings/View/TeamStandingView.xaml.cs
+17
-8
VIZ.MIGU.CBA.Module/TeamStats/View/TeamStatsView.xaml.cs
+12
-3
No files found.
VIZ.MIGU.CBA.Module/DayMatch/View/DayMatchView.xaml.cs
View file @
8171b36f
...
@@ -59,7 +59,10 @@ namespace VIZ.TVP.CBA.Module
...
@@ -59,7 +59,10 @@ namespace VIZ.TVP.CBA.Module
/// <param name="conns">连接</param>
/// <param name="conns">连接</param>
public
void
TakeContinue
(
ConnModel
conns
)
public
void
TakeContinue
(
ConnModel
conns
)
{
{
if
(
conns
.
IsConnected
)
{
conns
.
EndpointManager
.
Send
(
VizEngineCommands
.
STAGE_CONTINUE
);
}
}
}
/// <summary>
/// <summary>
...
@@ -108,7 +111,10 @@ namespace VIZ.TVP.CBA.Module
...
@@ -108,7 +111,10 @@ namespace VIZ.TVP.CBA.Module
/// <param name="conn">连接</param>
/// <param name="conn">连接</param>
public
void
PreviewOut
(
ConnModel
conn
)
public
void
PreviewOut
(
ConnModel
conn
)
{
{
//if(conn.IsConnected)
//{
// conn.EndpointManager.Send(VizEngineCommands.STAGE_CONTINUE);
//}
}
}
/// <summary>
/// <summary>
...
...
VIZ.MIGU.CBA.Module/PlayerCompare/View/PlayerComPareView.xaml.cs
View file @
8171b36f
...
@@ -53,7 +53,10 @@ namespace VIZ.TVP.CBA.Module
...
@@ -53,7 +53,10 @@ namespace VIZ.TVP.CBA.Module
public
void
PreviewOut
(
ConnModel
conn
)
public
void
PreviewOut
(
ConnModel
conn
)
{
{
//if(conn.IsConnected)
// {
// conn.EndpointManager.Send(VizEngineCommands.STAGE_CONTINUE);
// }
}
}
public
void
TakeContinue
(
ConnModel
conns
)
public
void
TakeContinue
(
ConnModel
conns
)
...
@@ -63,7 +66,10 @@ namespace VIZ.TVP.CBA.Module
...
@@ -63,7 +66,10 @@ namespace VIZ.TVP.CBA.Module
public
void
TakeOut
(
ConnModel
conns
)
public
void
TakeOut
(
ConnModel
conns
)
{
{
if
(
conns
.
IsConnected
)
{
conns
.
EndpointManager
.
Send
(
VizEngineCommands
.
STAGE_CONTINUE
);
}
}
}
public
void
TakeUpdate
(
ConnModel
conns
)
public
void
TakeUpdate
(
ConnModel
conns
)
...
@@ -73,7 +79,10 @@ namespace VIZ.TVP.CBA.Module
...
@@ -73,7 +79,10 @@ namespace VIZ.TVP.CBA.Module
public
void
TakIn
(
ConnModel
conns
)
public
void
TakIn
(
ConnModel
conns
)
{
{
if
(
conns
.
IsConnected
)
{
conns
.
EndpointManager
.
Send
(
String
.
Format
(
VizEngineCommands
.
SCRIPT_INVOKE
,
"dqyData"
,
vm
.
CombinePlayerCommand
()));
}
}
}
}
}
}
}
VIZ.MIGU.CBA.Module/RoundMatch/View/RoundMatchView.xaml.cs
View file @
8171b36f
...
@@ -44,13 +44,16 @@ namespace VIZ.TVP.CBA.Module
...
@@ -44,13 +44,16 @@ namespace VIZ.TVP.CBA.Module
{
{
if
(
conn
.
IsConnected
)
if
(
conn
.
IsConnected
)
{
{
ApplicationDomainEx
.
PreviewC
onn
.
EndpointManager
.
Send
(
String
.
Format
(
VizEngineCommands
.
SCRIPT_INVOKE
,
"Data"
,
vm
.
CombineMatchData
()));
c
onn
.
EndpointManager
.
Send
(
String
.
Format
(
VizEngineCommands
.
SCRIPT_INVOKE
,
"Data"
,
vm
.
CombineMatchData
()));
}
}
}
}
public
void
PreviewOut
(
ConnModel
conn
)
public
void
PreviewOut
(
ConnModel
conn
)
{
{
//if(conn.IsConnected)
//{
// conn.EndpointManager.Send(VizEngineCommands.STAGE_CONTINUE);
//}
}
}
public
void
TakeContinue
(
ConnModel
conns
)
public
void
TakeContinue
(
ConnModel
conns
)
...
@@ -60,7 +63,10 @@ namespace VIZ.TVP.CBA.Module
...
@@ -60,7 +63,10 @@ namespace VIZ.TVP.CBA.Module
public
void
TakeOut
(
ConnModel
conns
)
public
void
TakeOut
(
ConnModel
conns
)
{
{
if
(
conns
.
IsConnected
)
{
conns
.
EndpointManager
.
Send
(
VizEngineCommands
.
STAGE_CONTINUE
);
}
}
}
public
void
TakeUpdate
(
ConnModel
conns
)
public
void
TakeUpdate
(
ConnModel
conns
)
...
@@ -70,7 +76,10 @@ namespace VIZ.TVP.CBA.Module
...
@@ -70,7 +76,10 @@ namespace VIZ.TVP.CBA.Module
public
void
TakIn
(
ConnModel
conns
)
public
void
TakIn
(
ConnModel
conns
)
{
{
if
(
conns
.
IsConnected
)
{
conns
.
EndpointManager
.
Send
(
String
.
Format
(
VizEngineCommands
.
SCRIPT_INVOKE
,
"Data"
,
vm
.
CombineMatchData
()));
}
}
}
}
}
}
}
VIZ.MIGU.CBA.Module/SinglePlayer/View/SinglePlayerView.xaml.cs
View file @
8171b36f
...
@@ -54,7 +54,10 @@ namespace VIZ.TVP.CBA.Module
...
@@ -54,7 +54,10 @@ namespace VIZ.TVP.CBA.Module
public
void
PreviewOut
(
ConnModel
conn
)
public
void
PreviewOut
(
ConnModel
conn
)
{
{
//if(conn.IsConnected)
// {
// conn.EndpointManager.Send(VizEngineCommands.STAGE_CONTINUE);
// }
}
}
public
void
TakeContinue
(
ConnModel
conns
)
public
void
TakeContinue
(
ConnModel
conns
)
...
@@ -64,7 +67,10 @@ namespace VIZ.TVP.CBA.Module
...
@@ -64,7 +67,10 @@ namespace VIZ.TVP.CBA.Module
public
void
TakeOut
(
ConnModel
conns
)
public
void
TakeOut
(
ConnModel
conns
)
{
{
if
(
conns
.
IsConnected
)
{
conns
.
EndpointManager
.
Send
(
VizEngineCommands
.
STAGE_CONTINUE
);
}
}
}
public
void
TakeUpdate
(
ConnModel
conns
)
public
void
TakeUpdate
(
ConnModel
conns
)
...
@@ -74,7 +80,10 @@ namespace VIZ.TVP.CBA.Module
...
@@ -74,7 +80,10 @@ namespace VIZ.TVP.CBA.Module
public
void
TakIn
(
ConnModel
conns
)
public
void
TakIn
(
ConnModel
conns
)
{
{
if
(
conns
.
IsConnected
)
{
conns
.
EndpointManager
.
Send
(
String
.
Format
(
VizEngineCommands
.
SCRIPT_INVOKE
,
"dqyData"
,
vm
.
CombineSingleData
()));
}
}
}
}
}
}
}
VIZ.MIGU.CBA.Module/TeamStandings/View/TeamStandingView.xaml.cs
View file @
8171b36f
...
@@ -37,10 +37,10 @@ namespace VIZ.TVP.CBA.Module
...
@@ -37,10 +37,10 @@ namespace VIZ.TVP.CBA.Module
public
void
PreviewContinue
(
ConnModel
conn
)
public
void
PreviewContinue
(
ConnModel
conn
)
{
{
if
(
conn
.
IsConnected
)
//
if(conn.IsConnected)
{
//
{
conn
.
EndpointManager
.
Send
(
VizEngineCommands
.
STAGE_CONTINUE
);
//
conn.EndpointManager.Send(VizEngineCommands.STAGE_CONTINUE);
}
//
}
}
}
public
void
PreviewIn
(
ConnModel
conn
)
public
void
PreviewIn
(
ConnModel
conn
)
...
@@ -60,22 +60,31 @@ namespace VIZ.TVP.CBA.Module
...
@@ -60,22 +60,31 @@ namespace VIZ.TVP.CBA.Module
public
void
TakeContinue
(
ConnModel
conns
)
public
void
TakeContinue
(
ConnModel
conns
)
{
{
if
(
conns
.
IsConnected
)
{
conns
.
EndpointManager
.
Send
(
VizEngineCommands
.
STAGE_CONTINUE
);
}
}
}
public
void
TakeOut
(
ConnModel
conns
)
public
void
TakeOut
(
ConnModel
conns
)
{
{
if
(
conns
.
IsConnected
)
{
conns
.
EndpointManager
.
Send
(
VizEngineCommands
.
STAGE_CONTINUE
);
}
}
}
public
void
TakeUpdate
(
ConnModel
conns
)
public
void
TakeUpdate
(
ConnModel
conns
)
{
{
}
}
public
void
TakIn
(
ConnModel
conns
)
public
void
TakIn
(
ConnModel
conns
)
{
{
if
(
conns
.
IsConnected
)
{
conns
.
EndpointManager
.
Send
(
String
.
Format
(
VizEngineCommands
.
SCRIPT_INVOKE
,
"Data"
,
vm
.
CombineTeamStandingData
()));
}
}
}
}
}
}
}
VIZ.MIGU.CBA.Module/TeamStats/View/TeamStatsView.xaml.cs
View file @
8171b36f
...
@@ -53,7 +53,10 @@ namespace VIZ.TVP.CBA.Module
...
@@ -53,7 +53,10 @@ namespace VIZ.TVP.CBA.Module
public
void
PreviewOut
(
ConnModel
conn
)
public
void
PreviewOut
(
ConnModel
conn
)
{
{
//if(conn.IsConnected)
//{
// conn.EndpointManager.Send(VizEngineCommands.STAGE_CONTINUE);
//}
}
}
public
void
TakeContinue
(
ConnModel
conns
)
public
void
TakeContinue
(
ConnModel
conns
)
...
@@ -63,7 +66,10 @@ namespace VIZ.TVP.CBA.Module
...
@@ -63,7 +66,10 @@ namespace VIZ.TVP.CBA.Module
public
void
TakeOut
(
ConnModel
conns
)
public
void
TakeOut
(
ConnModel
conns
)
{
{
if
(
conns
.
IsConnected
)
{
conns
.
EndpointManager
.
Send
(
VizEngineCommands
.
STAGE_CONTINUE
);
}
}
}
public
void
TakeUpdate
(
ConnModel
conns
)
public
void
TakeUpdate
(
ConnModel
conns
)
...
@@ -73,7 +79,10 @@ namespace VIZ.TVP.CBA.Module
...
@@ -73,7 +79,10 @@ namespace VIZ.TVP.CBA.Module
public
void
TakIn
(
ConnModel
conns
)
public
void
TakIn
(
ConnModel
conns
)
{
{
if
(
conns
.
IsConnected
)
{
conns
.
EndpointManager
.
Send
(
string
.
Format
(
VizEngineCommands
.
SCRIPT_INVOKE
,
"dqyData"
,
vm
.
CombineTeamComData
()));
}
}
}
}
}
}
}
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