HDL_ON/UI/UI2/4-PersonalCenter/AddFunction/BrandListPage.cs
@@ -9,7 +9,7 @@ { FrameLayout bodyView; VerticalScrolViewLayout contentView; VerticalRefreshLayout contentView; List<IntegratedBrand> brandList; @@ -25,7 +25,7 @@ bodyView.BackgroundColor = CSS_Color.BackgroundColor; contentView = new VerticalScrolViewLayout() contentView = new VerticalRefreshLayout() { Y = Application.GetRealHeight(64), Height = Application.GetRealHeight(603), @@ -34,6 +34,12 @@ GetBindList(); contentView.BeginHeaderRefreshingAction = () => { contentView.EndHeaderRefreshing(); GetBindList(); }; } /// <summary> /// 获取绑定列表