Commit f4408632 authored by Sandy's avatar Sandy

修改空内容的提示

parent dc78c1b6
...@@ -212,7 +212,7 @@ ...@@ -212,7 +212,7 @@
+ (NSString *)checkString:(NSString *)str + (NSString *)checkString:(NSString *)str
{ {
return (str)?str:@""; return (str)?str:@"暂无";
} }
+ (NSString *)checkNull:(id)data { + (NSString *)checkNull:(id)data {
......
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