wei
2021-09-23 4f2dbd1f6a1ec2d9c3c39b4a37b0b7c9ddece4aa
HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/BrandList.cs
@@ -59,9 +59,9 @@
                        var library = Newtonsoft.Json.JsonConvert.DeserializeObject<Library>(str);
                        if (library != null)
                        {
                            if (libraryList.Count < 40)
                            if (libraryList.Count < 60)
                            {
                                //限制40个库;
                                //限制60个库;
                                libraryList.Add(library);
                            }
                        }