From fd888555a4758e30c07799a09ae146f1746425f1 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期三, 22 十二月 2021 18:17:18 +0800 Subject: [PATCH] 2021-12-22-01 --- HDL_ON/UI/UI2/FuntionControlView/Music/A31SongPlay.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/Music/A31SongPlay.cs b/HDL_ON/UI/UI2/FuntionControlView/Music/A31SongPlay.cs index 349bac5..ac28bbf 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/Music/A31SongPlay.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/Music/A31SongPlay.cs @@ -53,7 +53,7 @@ } UI.Music.View.SongView songView = new UI.Music.View.SongView(); songView.SongFrameLayout(vv, songs); - songView.singerBtn.Text = songs.name; + songView.songBtn.Text = songs.name; ///鐐瑰嚮鎾斁浜嬩欢 songView.clickBtn.MouseUpEventHandler += (sender, e) => { -- Gitblit v1.8.0