修改首页切换城市

This commit is contained in:
lcc
2025-10-02 21:36:55 +08:00
parent c0fce5becb
commit 98cdb95af3
+1 -1
View File
@@ -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) => {