fix: 批量修复功能问题 - 购物车结算/订单库存积分/搜索/抽奖/个人资料等

This commit is contained in:
2026-05-26 09:27:20 +08:00
parent 760f67c925
commit 012ec873ec
14 changed files with 308 additions and 39 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ function handleCommand(command: string) {
function handleSearch() {
if (searchQuery.value.trim()) {
router.push({ path: '/products', query: { search: searchQuery.value } })
router.push({ path: '/products', query: { keyword: searchQuery.value } })
}
}