fix(组件): 修复组件错误

This commit is contained in:
2025-12-26 16:50:02 +08:00
parent 40f5f63096
commit d36e7f6bba
5 changed files with 372 additions and 348 deletions

View File

@@ -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;
}
// 保存搜索历史