|
@@ -75,7 +75,7 @@ let listState = reactive({
|
|
|
})
|
|
|
// 切换一级分类
|
|
|
function handleChangeFirstClassify(item){
|
|
|
- if(width.value<768) return
|
|
|
+ if(width.value<768&&item.id!=0) return
|
|
|
showFilter.value=false
|
|
|
if(listState.firstClassifyId===item.id) return
|
|
|
listState.firstClassifyId=item.id
|