new login style
This commit is contained in:
@@ -477,7 +477,10 @@
|
||||
[self.navigationController pushViewController:resultVC animated:YES];
|
||||
|
||||
}else{
|
||||
|
||||
if (result.code == 401) {
|
||||
//token失效
|
||||
[GiGaBaseAPiRequest userTokenTimeOutGologinFromVC:self];
|
||||
}
|
||||
GIGA_ShowToast(result.message);
|
||||
}
|
||||
|
||||
@@ -531,4 +534,5 @@
|
||||
// Dispose of any resources that can be recreated.
|
||||
}
|
||||
|
||||
|
||||
@end
|
||||
|
||||
@@ -287,8 +287,10 @@
|
||||
if (self.model == nil) {
|
||||
return 255;
|
||||
}
|
||||
if (KMainW < 375) {
|
||||
return 201;
|
||||
if (KMainW == 375) {
|
||||
return (KMainH - SAFE_NAV_HEIGHT) / 3.00 - 10;
|
||||
}else if (KMainW <= 375){
|
||||
return 201;
|
||||
}
|
||||
CGFloat viewH = self.view.frame.size.height - SAFE_NAV_HEIGHT;
|
||||
CGFloat cellH = viewH / 3;
|
||||
|
||||
Reference in New Issue
Block a user