fix(组件): 修复组件错误
This commit is contained in:
@@ -124,7 +124,7 @@ export default {
|
||||
},
|
||||
search() {
|
||||
if (!this.inputValue.trim()) {
|
||||
uni.showToast({ title: '请输入搜索关键词', icon: 'none' });
|
||||
uni.showToast({ title: this.$lang('common.searchTip'), icon: 'none' });
|
||||
return;
|
||||
}
|
||||
// 保存搜索历史
|
||||
|
||||
Reference in New Issue
Block a user