diff --git a/pages/nongKe/cloud_entrepot/index.vue b/pages/nongKe/cloud_entrepot/index.vue index 43041bb..d2a0cb2 100644 --- a/pages/nongKe/cloud_entrepot/index.vue +++ b/pages/nongKe/cloud_entrepot/index.vue @@ -16,7 +16,6 @@ --> - @@ -98,15 +97,15 @@ - + + + {{item.tit}} + + - - - {{item.tit}} - - + @@ -147,7 +146,7 @@ - + @@ -225,8 +224,12 @@ height="400.09rpx"> + + + + @@ -334,7 +337,7 @@ .in(this) .select('.content') .boundingClientRect(rect => { - console.log(rect) + // console.log(rect) if (rect.top <= this.headtop) { this.pocls = 'fixed' this.act_swiper = 'act_swiper' @@ -367,7 +370,6 @@ methods: { cartFn() { getCartList().then(res => { - this.cartList = res.data.list this.cartList[0].list.forEach(e => { this.totalMoney = this.totalMoney + Number(e.productAttr.price) * e.cart_num @@ -644,7 +646,8 @@ } .goods_list { - + min-height: 100vh; + // background-color: red; .goods { display: flex; @@ -719,7 +722,7 @@ // } .content_sift { - width: 730rpx; + width: 750rpx; padding: 22rpx 0; display: flex; justify-content: space-around; @@ -875,7 +878,7 @@ // align-items: center; // padding: 20vh 0; position: relative; - height: 85vh; + height: 100vh; .info { position: absolute;