新loading交互太差了,改回比较像系统loading的菊花

This commit is contained in:
zu
2021-09-16 11:30:03 +08:00
parent 1ab86a751b
commit 0c32a9c045
5 changed files with 4 additions and 2 deletions

View File

@@ -428,7 +428,6 @@
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
E81366F926F0D27A0076364C /* UIButton */, E81366F926F0D27A0076364C /* UIButton */,
E81366E426F0A4820076364C /* NSString */,
189DD54926DE338800AB55B1 /* BaseViewController.h */, 189DD54926DE338800AB55B1 /* BaseViewController.h */,
189DD54A26DE338800AB55B1 /* BaseViewController.m */, 189DD54A26DE338800AB55B1 /* BaseViewController.m */,
9B0E1C5726E77022005D4442 /* BaseNavigationController.h */, 9B0E1C5726E77022005D4442 /* BaseNavigationController.h */,
@@ -500,6 +499,7 @@
189DD5A726DFA09700AB55B1 /* Tool */ = { 189DD5A726DFA09700AB55B1 /* Tool */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
E81366E426F0A4820076364C /* NSString */,
E82109AA26F1C86E00FC3319 /* CountDown */, E82109AA26F1C86E00FC3319 /* CountDown */,
E81C278726EAFABF0031E639 /* Security */, E81C278726EAFABF0031E639 /* Security */,
189DD74D26E21D9000AB55B1 /* GCDHelper */, 189DD74D26E21D9000AB55B1 /* GCDHelper */,

View File

@@ -71,7 +71,7 @@
} }
- (void)showLoading { - (void)showLoading {
[XCHUDTool showGIFLoading]; [XCHUDTool showLoading];
} }
- (void)hideHUD { - (void)hideHUD {

View File

@@ -54,11 +54,13 @@
} }
/// ticket /// ticket
/// ticketMainPresenter.autoLogin()
- (void)autoLoginSuccess { - (void)autoLoginSuccess {
[self.presenter getUserInfo]; [self.presenter getUserInfo];
} }
/// 12 /// 12
/// ticket
/// BaseMvpPresenter1415 /// BaseMvpPresenter1415
- (void)getUserInfoSuccess:(UserInfoModel *)userInfo { - (void)getUserInfoSuccess:(UserInfoModel *)userInfo {
if (!userInfo.isBindPhone) { if (!userInfo.isBindPhone) {