jwyu 2 năm trước cách đây
mục cha
commit
f1ba33a8eb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/report/Index.vue

+ 1 - 1
src/views/report/Index.vue

@@ -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