MBProgressHUD *hud = [MBProgressHUD showHUDAddedTo:weakSelf.view animated:YES];
hud.mode = MBProgressHUDModeText;
hud.labelText = @"對方超過三條消息未回復(fù)你接下來的你將無法獲取消息利益";
[hud hide:YES afterDelay:1.7];
// HUD.labelText = title; 把這一行 HUD.detailsLabelText = title; 換成這一行就 可以了