From a38d72c98779132e20accbdaf169a752c5fd2457 Mon Sep 17 00:00:00 2001 From: fanfan Date: Wed, 13 Mar 2024 14:30:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=80=E6=9C=89=E5=95=86=E5=93=81=E7=80=91?= =?UTF-8?q?=E5=B8=83=E6=B5=81=E5=8F=8A=E5=88=86=E7=B1=BB=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E7=9A=84=E6=94=B9=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/activity/newPeople.vue | 827 +++++++++++++------------- pages/cart/index.vue | 177 +++--- pages/category/index.vue | 126 +--- pages/goods/list.vue | 173 ++++-- pages/index/index.vue | 113 ++-- pages/user/vip/goods.vue | 1087 +++++++++++++++++----------------- 6 files changed, 1256 insertions(+), 1247 deletions(-) diff --git a/pages/activity/newPeople.vue b/pages/activity/newPeople.vue index b4721e8..1bf9668 100644 --- a/pages/activity/newPeople.vue +++ b/pages/activity/newPeople.vue @@ -1,411 +1,408 @@ - - - - - diff --git a/pages/cart/index.vue b/pages/cart/index.vue index 7127927..65a58df 100644 --- a/pages/cart/index.vue +++ b/pages/cart/index.vue @@ -40,11 +40,13 @@ - {{ item.goods.skuInfo.goods_price?Number(item.goods.skuInfo.goods_price):item.goods.skuInfo.goods_price }} + {{ item.goods.skuInfo.goods_price?Number(item.goods.skuInfo.goods_price):item.goods.skuInfo.goods_price }} - - + + @@ -62,33 +64,61 @@ - 为您推荐 + 为您推荐 + - - - - - - - {{item.selling_point}} - {{item.goods_name}} - - - 包邮 + + + + + @@ -145,7 +175,7 @@ }, data() { return { - goodsRecommend:[], + goodsRecommend: [], inArray, // 正在加载 isLoading: true, @@ -198,8 +228,8 @@ // 获取推荐商品 Api.recommended().then(res => { let arr = res.data.goodsList - if(arr && arr.length > 0){ - arr.map(a=>{ + if (arr && arr.length > 0) { + arr.map(a => { a.goods_price_min = Number(a.goods_price_min) a.goods_price_max = Number(a.goods_price_max) a.line_price_min = Number(a.line_price_min) @@ -208,7 +238,7 @@ } this.goodsRecommend = arr }) - + }, // 计算合计金额 (根据选中的商品) onCalcTotalPrice() { @@ -372,10 +402,14 @@ } - +