提示语

This commit is contained in:
kai60 2020-07-09 14:39:58 +08:00
parent 40d2244f5c
commit 3e761fb35b
1 changed files with 3 additions and 3 deletions

View File

@ -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;