Compare commits

..

No commits in common. "3d67f9d28b5192ab4ebf82a007cc6a837e5a4cc9" and "8c6c30db63e02d0c50ca343f4a0e1b26fc3b81a4" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@
</Grid> </Grid>
<!--排行榜--> <!--排行榜-->
<Grid x:Name="RankingGrid" Margin="0,0,0,0" Height="1080" Width="1920" Visibility="Hidden"> <Grid x:Name="RankingGrid" Margin="0,0,0,0" Height="1080" Width="1920" Visibility="Visible">
<Image <Image
Source="/Resources/Img/test_img/one_rope/finish_img/finish_bg.png" Source="/Resources/Img/test_img/one_rope/finish_img/finish_bg.png"
HorizontalAlignment="Center" HorizontalAlignment="Center"

View File

@ -319,9 +319,9 @@ namespace Wpf_AiSportsMicrospace.Views.JumpRope
{ {
double left = _musicJumpRopeContext.UserBeatSyncList[0]; double left = _musicJumpRopeContext.UserBeatSyncList[0];
double right = _musicJumpRopeContext.UserBeatSyncList[1]; double right = _musicJumpRopeContext.UserBeatSyncList[1];
score4.Text = (left * 10).ToString(); score3.Text = (left * 10).ToString();
score3.Text = (right * 10).ToString(); score4.Text = (right * 10).ToString();
if (left > right) if (left < right)
{ {
lose1.Margin = new Thickness(60, 0, 0, 0); lose1.Margin = new Thickness(60, 0, 0, 0);
lose2.Margin = new Thickness(60, 0, 0, 0); lose2.Margin = new Thickness(60, 0, 0, 0);