完成
This commit is contained in:
@@ -278,7 +278,7 @@
|
||||
+ (NSString *)qx_showHotCountNum:(int64_t)count {
|
||||
if (count > 9999 || count < -9999) {
|
||||
// return [NSString stringWithFormat:@"%@w",[self effectiveNum:(double)count/10000.0]];
|
||||
return [NSString stringWithFormat:@"%.1fw",(double)count/10000.0];
|
||||
return [NSString stringWithFormat:@"%.2fw",(double)count/10000.0];
|
||||
}else {
|
||||
return [NSString stringWithFormat:@"%lld",count];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user