Commit ad48c8cd authored by IOS-张 博's avatar IOS-张 博

修改弹窗

parent b9269f18
......@@ -186,7 +186,7 @@
}
//弹窗处理
else if ([responseObject[@"businessCode"] isEqualToString:@"1010"])
else if ([responseObject[@"businessCode"] isEqualToString:@"1011"])
{
QGAlertView * alertView = [[QGAlertView alloc] initWithTitle:nil message:@"该手机号已绑定其他Apple账号" cancelButtonTitle:nil sureButtonTitle:@"知道了" clickBlock:nil];
[alertView showInView:nil];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment