提示细节修改
This commit is contained in:
@@ -457,7 +457,9 @@ Copy NSString *deviceId;
|
||||
}
|
||||
|
||||
[self.view makeToast:msg];
|
||||
[self.navigationController popViewControllerAnimated:YES];
|
||||
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(1.5 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
|
||||
[self.navigationController popViewControllerAnimated:YES];
|
||||
});
|
||||
|
||||
}else if ([resultDic[@"result"] isEqualToString:@"301"]){
|
||||
[self appendTrakContent:@"绑定返回状态码错误。设备信息为:%@"];
|
||||
|
||||
Reference in New Issue
Block a user