Commit 375e421c authored by licong's avatar licong

emptyView更换文案

parent f67c2917
...@@ -113,13 +113,13 @@ ...@@ -113,13 +113,13 @@
case OCEmptyViewTypeEmpty:{ case OCEmptyViewTypeEmpty:{
_tipButton.hidden = YES; _tipButton.hidden = YES;
_tipIcon.image = [UIImage imageNamed:@"empty"]; _tipIcon.image = [UIImage imageNamed:@"empty"];
_tipLabel.text = @"哦买噶~空空如也"; _tipLabel.text = @"此处太寂寥,社区等你撩";
break; break;
} }
case OCEmptyViewTypeException:{ case OCEmptyViewTypeException:{
_tipButton.hidden = NO; _tipButton.hidden = NO;
_tipIcon.image = [UIImage imageNamed:@"network_failed"]; _tipIcon.image = [UIImage imageNamed:@"network_failed"];
_tipLabel.text = @"哎呀!出错了!"; _tipLabel.text = @"原谅我一看到美人就不淡定";
} }
default: default:
break; 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