Commit be1a571a767adc813ff1af6e2c49e73e28234fa1
1 parent
6faa0ef4
云测bug修复
Showing
1 changed file
with
1 additions
and
1 deletions
CNLiveVideoClassifyKit/Classes/SearchView/View/CNWitnessSearchView.m
| @@ -47,7 +47,7 @@ | @@ -47,7 +47,7 @@ | ||
| 47 | return NO; | 47 | return NO; |
| 48 | } | 48 | } |
| 49 | if (textField.text.length + string.length > 20) { | 49 | if (textField.text.length + string.length > 20) { |
| 50 | - [QMUITips showError:@"粘贴内容不能超过20个字符" inView:AppKeyWindow hideAfterDelay:2]; | 50 | + [QMUITips showError:@"搜索内容不能超过20个字符" inView:AppKeyWindow hideAfterDelay:2]; |
| 51 | return NO; | 51 | return NO; |
| 52 | } | 52 | } |
| 53 | return YES; | 53 | return YES; |