jwyu 2 years ago
parent
commit
95b66e6854
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/report/Index.vue

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

@@ -50,6 +50,7 @@ let listState = reactive({
 })
 // 切换一级分类
 function handleChangeFirstClassify(item){
+    if(width.value<768) return
     showFilter.value=false
     if(listState.firstClassifyId===item.id) return
     listState.firstClassifyId=item.id
@@ -211,7 +212,7 @@ let filterSize=ref('30%')
         </div>
 
         <!-- 关于 我们 -->
-        <div class="about-us-box" v-show="listState.firstClassifyId==0||(listState.firstClassifyId!=0&&width<768)">
+        <div class="about-us-box" v-show="listState.firstClassifyId==0||(listState.firstClassifyId!=0&&listState.secClassifyId==0&&width<768)">
             <div class="flex box top-box">
                 <div class="left">
                     <video controls autoplay loop src="https://hongze.oss-cn-shanghai.aliyuncs.com/static/video_03.mp4"></video>