提示语
This commit is contained in:
@@ -160,7 +160,7 @@ Copy NSString *deviceId;
|
|||||||
|
|
||||||
}else if ([resultDic[@"result"] isEqualToString:@"101"]){
|
}else if ([resultDic[@"result"] isEqualToString:@"101"]){
|
||||||
[self appendTrakContent:@"绑定返回状态码错误。设备信息为:%@"];
|
[self appendTrakContent:@"绑定返回状态码错误。设备信息为:%@"];
|
||||||
self.HUD.labelText = @"绑定失败";
|
|
||||||
self.bakbutton.userInteractionEnabled=YES;
|
self.bakbutton.userInteractionEnabled=YES;
|
||||||
NSString*msg= resultDic[@"data"];
|
NSString*msg= resultDic[@"data"];
|
||||||
|
|
||||||
@@ -170,7 +170,7 @@ Copy NSString *deviceId;
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
msg=@"绑定失败";
|
msg=@"设备类型不匹配,请重新选择入口绑定";
|
||||||
}
|
}
|
||||||
|
|
||||||
self.HUD.labelText = msg;
|
self.HUD.labelText = msg;
|
||||||
@@ -455,7 +455,7 @@ Copy NSString *deviceId;
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
msg=@"绑定失败";
|
msg=@"设备类型不匹配,请重新选择入口绑定";
|
||||||
}
|
}
|
||||||
|
|
||||||
self.HUD.labelText = msg;
|
self.HUD.labelText = msg;
|
||||||
|
|||||||
Reference in New Issue
Block a user