|
@@ -496,7 +496,13 @@
|
|
|
}
|
|
|
|
|
|
if (_didSelectListArr.count > MaxShareNuber) {
|
|
|
- [[iToast makeText:NSLocalizedString(@"share_max_count_tip2",nil)] show];
|
|
|
+ if(MaxShareNuber==20)
|
|
|
+ {
|
|
|
+ [[iToast makeText:NSLocalizedString(@"share_max_count_tip1",nil)] show];
|
|
|
+ }
|
|
|
+ else{
|
|
|
+ [[iToast makeText:NSLocalizedString(@"share_max_count_tip2",nil)] show];
|
|
|
+ }
|
|
|
return;
|
|
|
}
|
|
|
|