修改首页切换城市
This commit is contained in:
+1
-1
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user