|
|
|
@ -150,7 +150,7 @@ getBrandInfo().then(({ data }) => { |
|
|
|
//切换业态和字母按钮组 |
|
|
|
function changeType(item: any) { |
|
|
|
currentTypeId.value = item.order |
|
|
|
formatIdx.value = 0 |
|
|
|
resetIdx() |
|
|
|
shopScroll.value?.scrollTo(0, 0) |
|
|
|
copyShopList.value = [{ name: '1', shopList: [...shopList.value] }] |
|
|
|
} |
|
|
|
|