diff --git a/pages/nongKe/cloud_entrepot/index.vue b/pages/nongKe/cloud_entrepot/index.vue index 5a356e9..d2a0cb2 100644 --- a/pages/nongKe/cloud_entrepot/index.vue +++ b/pages/nongKe/cloud_entrepot/index.vue @@ -226,7 +226,7 @@ - + @@ -337,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' @@ -370,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