diff --git a/src/pages/Home.vue b/src/pages/Home.vue index 7030a34..3a4eada 100644 --- a/src/pages/Home.vue +++ b/src/pages/Home.vue @@ -480,12 +480,12 @@ const handleCityItem = (item) => { // localStorage.setItem('cityInfo', JSON.stringify(cityInfo.value)); // 修改为使用 cookie 存储 setCookie('cityInfo', cityInfo.value,1); + getCityBrands(); getProductList(); } const handleShowCityList = () => { showCityList.value = true; - console.log(1111) } const bindCloseTag = (type) => {