Commit 375e421c authored by licong's avatar licong

emptyView更换文案

parent f67c2917
......@@ -113,13 +113,13 @@
case OCEmptyViewTypeEmpty:{
_tipButton.hidden = YES;
_tipIcon.image = [UIImage imageNamed:@"empty"];
_tipLabel.text = @"哦买噶~空空如也";
_tipLabel.text = @"此处太寂寥,社区等你撩";
break;
}
case OCEmptyViewTypeException:{
_tipButton.hidden = NO;
_tipIcon.image = [UIImage imageNamed:@"network_failed"];
_tipLabel.text = @"哎呀!出错了!";
_tipLabel.text = @"原谅我一看到美人就不淡定";
}
default:
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment