From a1fd0875d7b889e04e5858e5361a95c59930c3e0 Mon Sep 17 00:00:00 2001 From: THK3121 Date: Mon, 11 Sep 2023 14:04:47 +0800 Subject: [PATCH] revert --- pages/nongKe/cloud_entrepot/index.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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