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