//按钮点击拨打电话
-(void)kfclick:(UIButton *)btn {
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel://400-898-3001"]];
}
//按钮点击拨打电话
-(void)kfclick:(UIButton *)btn {
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel://400-898-3001"]];
}