公寓跳转优化
This commit is contained in:
@@ -273,6 +273,7 @@ const rentInput = () => clearingAmountState = false
|
||||
|
||||
// 点击历史搜索和热门推荐
|
||||
const handleKeyword = value => {
|
||||
sessionStorage.setItem('houseingPageType', '')
|
||||
router.push(`/seachPage?keyword=${value}`)
|
||||
if (historyArr.value.indexOf(value) == -1 && value) {
|
||||
historyArr.value.unshift(value)
|
||||
|
||||
Reference in New Issue
Block a user