wxr
2022-01-14 c22dd59b10c482b9245034c6a0bd3b645c427d31
HDL_ON/UI/UI2/FuntionControlView/Music/View/MyListView.cs
@@ -91,20 +91,21 @@
        };
        public void frameLayout(FrameLayout frame,A31MusicModel a31MusicModel)
        {
            switch (a31MusicModel.A31PlayStatus.loop)
           var mode= a31MusicModel.functionMusic.GetAttrState("mode");
            switch (mode)
            {
                //0列表循环,1单曲循环,2随机播放;
                case "0":
                case "list_cycle":
                    orderIconBtn.UnSelectedImagePath = "MusicIcon/list.png";
                    orderTxetBtn.Text = Language.StringByID(StringId.listMode);
                    break;
                case "1":
                case "single_cycle/order":
                    orderIconBtn.UnSelectedImagePath = "MusicIcon/single.png";
                    orderTxetBtn.Text = Language.StringByID(StringId.singleMode);
                    break;
                case "2":
                case "random":
                    orderIconBtn.UnSelectedImagePath = "MusicIcon/random.png";
                    orderTxetBtn.Text = Language.StringByID(StringId.randomMode);
                    break;