wei
2021-03-17 7083d7dd627f2094827f7088e5646b0309b02d2d
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>
        /// 获取绑定列表