diff --git a/v1_5_0_C/couponCollection.html b/v1_5_0_C/couponCollection.html index c8f0d38..e33af5b 100644 --- a/v1_5_0_C/couponCollection.html +++ b/v1_5_0_C/couponCollection.html @@ -416,7 +416,6 @@ req.axiosPost('/key/products', data).then(res => { if (res.code == 200) { self.swiperDataList = res.data; - console.log(res.data); sessionStorage.setItem('goodsCount', res.data.length); self.goodsShow = res.data.length > 1; if (res.data && res.data.length == 1) {//单个商品直接进入详情页面 diff --git a/v1_5_0_C/index.html b/v1_5_0_C/index.html index ce377de..a0ce3d3 100644 --- a/v1_5_0_C/index.html +++ b/v1_5_0_C/index.html @@ -5,7 +5,7 @@ - 权益兑换页12 + 权益兑换页