|
@@ -1,6 +1,6 @@
|
|
<template>
|
|
<template>
|
|
<div class="login-wrapper" >
|
|
<div class="login-wrapper" >
|
|
- <div class="leftSlider">
|
|
|
|
|
|
+ <div class="leftSlider" v-if="showHeight">
|
|
<a href="javascript:void(0)" :class="anchorIndex === index?'sliderStyle':''" @click="goToAnchor('anchor'+item.id,index)" class="slider" v-for="(item,index) in categoryGoods.arr" :key="index">
|
|
<a href="javascript:void(0)" :class="anchorIndex === index?'sliderStyle':''" @click="goToAnchor('anchor'+item.id,index)" class="slider" v-for="(item,index) in categoryGoods.arr" :key="index">
|
|
<div v-if="item.goods!=''">
|
|
<div v-if="item.goods!=''">
|
|
<div class="sliderName">{{item.name}}</div>
|
|
<div class="sliderName">{{item.name}}</div>
|
|
@@ -17,28 +17,27 @@
|
|
|
|
|
|
<div class="index-top-center" id="div1">
|
|
<div class="index-top-center" id="div1">
|
|
<div class="index-center-left" @mouseenter="indexSortSlide()" @mouseleave="indexSortOut" >
|
|
<div class="index-center-left" @mouseenter="indexSortSlide()" @mouseleave="indexSortOut" >
|
|
- <div v-for="(item,index) in categoryGoods.arr" :key="index">
|
|
|
|
- <div class="index-sort-list" v-if="item.goods!=''" :class="sortIndex==index?'colorStyles':''" @mouseenter="indexSortSlide(item,index)" >
|
|
|
|
- <div class="index-sort-name overflow2" >{{item.name}}</div>
|
|
|
|
- <div class="right-icon" :class="sortIndex==index?'bgRight':''">
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
|
|
+ <div v-for="(item,index) in categoryGoods.arr" :key="index">
|
|
|
|
+ <div class="index-sort-list" v-if="item.goods!=''" :class="sortIndex==index?'colorStyles':''" @mouseenter="indexSortSlide(item,index)" >
|
|
|
|
+ <div class="index-sort-name overflow2" >{{item.name}}</div>
|
|
|
|
+ <div class="right-icon" :class="sortIndex==index?'bgRight':''"></div>
|
|
|
|
+ </div>
|
|
|
|
|
|
- <div class="index-sort-content" v-if="sortIndex!=null" @mouseenter="indexSortSlide()" @mouseleave="indexSortOut" >
|
|
|
|
- <div class="index-sort-lists" v-for="(items,indexs) in categoryGoods.arr[sortIndex].goods" :key="indexs" @click="routeTap('/goodsDetail',items.id)">
|
|
|
|
- <div class="index-sort-img">
|
|
|
|
- <img :src=items.logo[0] alt="">
|
|
|
|
|
|
+ <div class="index-sort-content" v-if="sortIndex!=null" @mouseenter="indexSortSlide()" @mouseleave="indexSortOut" >
|
|
|
|
+ <div class="index-sort-lists" v-for="(items,indexs) in categoryGoods.arr[sortIndex].goods" :key="indexs" @click="routeTap('/goodsDetail',items.id)">
|
|
|
|
+ <div class="index-sort-img">
|
|
|
|
+ <img :src=items.logo[0] alt="">
|
|
|
|
+ </div>
|
|
|
|
+ <div class="index-sort-name overflow2" style="color: #333">{{ items.name }}</div>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
- <div class="index-sort-name overflow2" style="color: #333">{{ items.name }}</div>
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
|
|
|
|
- </div>
|
|
|
|
-
|
|
|
|
- </div>
|
|
|
|
|
|
+ </div>
|
|
|
|
|
|
- <div class="index-swiper-center">
|
|
|
|
|
|
+ <div class="index-swiper-center" :style="swiperZ">
|
|
<swiper
|
|
<swiper
|
|
:modules="modules"
|
|
:modules="modules"
|
|
:pagination="{ clickable: true }"
|
|
:pagination="{ clickable: true }"
|
|
@@ -317,11 +316,14 @@ const bannerTap=(url)=>{
|
|
}
|
|
}
|
|
onMounted(()=>{
|
|
onMounted(()=>{
|
|
window.addEventListener("scroll",onscrolls);
|
|
window.addEventListener("scroll",onscrolls);
|
|
|
|
+ window.addEventListener("scroll",handleScroll);
|
|
killGoodss()
|
|
killGoodss()
|
|
|
|
|
|
})
|
|
})
|
|
onUnmounted(()=>{
|
|
onUnmounted(()=>{
|
|
window.removeEventListener('scroll',onscrolls)
|
|
window.removeEventListener('scroll',onscrolls)
|
|
|
|
+ window.removeEventListener('scroll',handleScroll)
|
|
|
|
+
|
|
|
|
|
|
})
|
|
})
|
|
get_config().then((res)=>{
|
|
get_config().then((res)=>{
|
|
@@ -357,6 +359,8 @@ const navigation = {
|
|
prevElRef: '.swiper-button-prev'
|
|
prevElRef: '.swiper-button-prev'
|
|
}
|
|
}
|
|
const statValue=ref('');
|
|
const statValue=ref('');
|
|
|
|
+const swiperZ=ref('z-index: 222;');
|
|
|
|
+const showHeight=ref(false)
|
|
const endValue=ref('');
|
|
const endValue=ref('');
|
|
const ChildsDom=ref(null)
|
|
const ChildsDom=ref(null)
|
|
const sortIndex = ref(null)
|
|
const sortIndex = ref(null)
|
|
@@ -380,6 +384,16 @@ const urlTaps=(url)=>{
|
|
category().then((res)=>{
|
|
category().then((res)=>{
|
|
categoryGoods.arr=res.data
|
|
categoryGoods.arr=res.data
|
|
})
|
|
})
|
|
|
|
+function handleScroll(){
|
|
|
|
+ let scrollTop = window.pageYOffset || document.documentElement.scrollTop || document.body.scrollTop;
|
|
|
|
+ if(scrollTop > 876) {
|
|
|
|
+ showHeight.value = true
|
|
|
|
+ } else {
|
|
|
|
+ showHeight.value = false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ // console.log('高度',scrollTop);
|
|
|
|
+}
|
|
async function killGoodss(){
|
|
async function killGoodss(){
|
|
setTimeout(()=>{
|
|
setTimeout(()=>{
|
|
killGoods().then((res)=>{
|
|
killGoods().then((res)=>{
|
|
@@ -436,10 +450,12 @@ const indexSortSlide = (item,index) =>{
|
|
sortIndex.value=index
|
|
sortIndex.value=index
|
|
}
|
|
}
|
|
sortFlag.value=true
|
|
sortFlag.value=true
|
|
|
|
+ swiperZ.value = ''
|
|
}
|
|
}
|
|
const indexSortOut = () =>{
|
|
const indexSortOut = () =>{
|
|
sortFlag.value=false
|
|
sortFlag.value=false
|
|
sortIndex.value=null
|
|
sortIndex.value=null
|
|
|
|
+ swiperZ.value = 'z-index: 222;'
|
|
}
|
|
}
|
|
const onSwiper = (swiper) => {
|
|
const onSwiper = (swiper) => {
|
|
}
|
|
}
|
|
@@ -1100,6 +1116,8 @@ const routesTap=(url,id)=>{
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
padding: 0 20px;
|
|
padding: 0 20px;
|
|
margin-left: 10px;
|
|
margin-left: 10px;
|
|
|
|
+ float: right;
|
|
|
|
+ height: 652px;
|
|
.index-right-gg{
|
|
.index-right-gg{
|
|
.index-notice{
|
|
.index-notice{
|
|
margin-top: 10px;
|
|
margin-top: 10px;
|
|
@@ -1201,22 +1219,29 @@ const routesTap=(url,id)=>{
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.index-top-center{
|
|
.index-top-center{
|
|
- display: flex;
|
|
|
|
|
|
+ // display: flex;
|
|
|
|
+ position: relative;
|
|
.index-swiper-center{
|
|
.index-swiper-center{
|
|
-
|
|
|
|
|
|
+ position: absolute;
|
|
|
|
+ left: 260px;
|
|
|
|
+ top: 0;
|
|
width: 760px;
|
|
width: 760px;
|
|
height: 652px;
|
|
height: 652px;
|
|
//background-color: #333;
|
|
//background-color: #333;
|
|
margin-left: 10px;
|
|
margin-left: 10px;
|
|
|
|
+
|
|
}
|
|
}
|
|
.index-center-left{
|
|
.index-center-left{
|
|
- background-color: #393939;
|
|
|
|
- width: 260px;
|
|
|
|
|
|
+ background-color: #fff;
|
|
|
|
+ width: 1030px;
|
|
|
|
+ height: 652px;
|
|
|
|
+ display: inline-block;
|
|
|
|
+ overflow-y: scroll;
|
|
padding:0 0 20px 0;
|
|
padding:0 0 20px 0;
|
|
position: relative;
|
|
position: relative;
|
|
z-index: 111;
|
|
z-index: 111;
|
|
.colorStyles{
|
|
.colorStyles{
|
|
- background-color: #fff;
|
|
|
|
|
|
+ background-color: #fff !important;
|
|
will-change: transform;
|
|
will-change: transform;
|
|
transition: all 500ms;
|
|
transition: all 500ms;
|
|
display: block;
|
|
display: block;
|
|
@@ -1230,6 +1255,8 @@ const routesTap=(url,id)=>{
|
|
display: flex;
|
|
display: flex;
|
|
height: 60px;
|
|
height: 60px;
|
|
line-height: 60px;
|
|
line-height: 60px;
|
|
|
|
+ width: 260px;
|
|
|
|
+ background: #393939;
|
|
//justify-content: center;
|
|
//justify-content: center;
|
|
.index-sort-name{
|
|
.index-sort-name{
|
|
color: #fff;
|
|
color: #fff;
|