fix: 批量修复功能问题 - 购物车结算/订单库存积分/搜索/抽奖/个人资料等
This commit is contained in:
@@ -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 } })
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user