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