|
|
|
@ -56,7 +56,6 @@ const hotRecommend = computed(() => indexList.value?.hotSearch?.slice(0, 5) ?? [ |
|
|
|
|
|
|
|
const handleHot = item => { |
|
|
|
const _ = shopList.value.find(_shop => _shop.shopId === item.shopId) |
|
|
|
console.log(router.fullPath) |
|
|
|
router.push('/guide') |
|
|
|
store.SET_SHOP(null) |
|
|
|
setTimeout(() => { |
|
|
|
@ -76,9 +75,9 @@ async function handleScreen() { |
|
|
|
window.Map_QM.changeMapIPState(shop.value?.houseNum, shop.value?.formatColor) |
|
|
|
setLogoutRef(false) |
|
|
|
resetClickNumber() |
|
|
|
store.SET_SELECTED_MODULE(sidebarList.value[0].title) |
|
|
|
language.value !== 'zh' && store.SET_LANGUAGE('zh') |
|
|
|
await router.push('/billboard') |
|
|
|
store.SET_SHOP(null) |
|
|
|
await router.push('/guide') |
|
|
|
} |
|
|
|
|
|
|
|
const timer = ref(null) |
|
|
|
|