| | |
| | | /// <summary> |
| | | /// 版本号 |
| | | /// </summary> |
| | | public static string VersionString = "1.1.0203"; |
| | | public static string VersionString = "1.1.0310"; |
| | | ///// <summary> |
| | | ///// 客户端类型 |
| | | ///// </summary> |
| | |
| | | /// 是否进入后台 |
| | | /// </summary> |
| | | public static bool IsEnterBackground = false; |
| | | /// <summary> |
| | | /// 当前分页索引 |
| | | /// 0:收藏 |
| | | /// 1:分类 |
| | | /// 2:智能 |
| | | /// 3:个人 |
| | | /// </summary> |
| | | public static int CurPageIndex = 9999; |
| | | |
| | | ///// <summary> |
| | | ///// 公司代码 |
| | |
| | | int result = 0; |
| | | Application.RunOnMainThread(() => |
| | | { |
| | | |
| | | if (BaseView.ChildrenCount>1) |
| | | { |
| | | var view = BaseView.GetChildren(BaseView.ChildrenCount - 1); |