tzy
2021-06-09 f5b46f80546aac860ade6e4c53821e43df833b39
HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/BrandList.cs
@@ -18,8 +18,7 @@
                string s = brandList[str].brandName;
                strList.Add(s);
            }
            var dicList = GetDateList(strList);
            JLCountrycode.CountryCodeView.Current.ShowSortSelection(Language.StringByID(StringId.xuanzehongwaipinpai), dicList, (countryName) =>
            JLCountrycode.CountryCodeView.Current.ShowSortSelection("选择红外品牌", GetDateList(strList), (countryName) =>
            {
                var brandObj = brandList.Find((c) => c.brandName == countryName);
@@ -61,7 +60,6 @@
                        {
                            if (libraryList.Count < 40)
                            {
                                //限制40个库;
                                libraryList.Add(library);
                            }
                        }
@@ -70,7 +68,7 @@
                }
                else
                {
                    PirMethod method = new PirMethod();
                    Method method = new Method();
                    method.ErrorShow(responsePackNew, "");
                }
            }, id, "品牌红外码库列表");