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
db2c0f8e
Commit
db2c0f8e
authored
Mar 09, 2023
by
wangonghui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
球队积分更新提示信息修改
parent
f5aa11c9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
VIZ.MIGU.CBA.Module/TeamStandings/ViewModel/TeamStandingViewModel.cs
+1
-1
No files found.
VIZ.MIGU.CBA.Module/TeamStandings/ViewModel/TeamStandingViewModel.cs
View file @
db2c0f8e
...
...
@@ -285,7 +285,7 @@ namespace VIZ.TVP.CBA.Module
MessageLRDateViewModel
vm
=
messageLastRecordDate
.
DataContext
as
MessageLRDateViewModel
;
if
(
teamStands
!=
null
)
{
string
onAirLastDate
=
$"
直播
接口更新时间:
{
teamStands
.
LastPushDataDateTime
}
"
;
string
onAirLastDate
=
$"
球队积分
接口更新时间:
{
teamStands
.
LastPushDataDateTime
}
"
;
vm
.
OnErrorLogMessage
(
onAirLastDate
);
}
...
...
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