From a5b11d545d1ff97cb5af947170913fd5b4b2251d Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Wed, 8 Nov 2023 16:30:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BE=9B=E9=94=80=E5=BA=97?= =?UTF-8?q?=E9=93=BA=E5=92=8C=E5=95=86=E5=93=81=E7=9A=84=E6=8E=A8=E8=8D=90?= =?UTF-8?q?=E9=80=BB=E8=BE=91,=E4=BC=98=E5=8C=96=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/api.js | 9 + .../WaterfallsFlowItemo.vue | 10 +- pages/index/index.vue | 1 - pages/nongKe/supply_chain/supplier.vue | 172 ++++++++++++------ pages/supply_chains/supply_chains.vue | 43 +++-- static/images/no_short.png | Bin 0 -> 10367 bytes 6 files changed, 161 insertions(+), 74 deletions(-) create mode 100644 static/images/no_short.png diff --git a/api/api.js b/api/api.js index acb74a7..2a6bdd0 100644 --- a/api/api.js +++ b/api/api.js @@ -7,6 +7,15 @@ import request from "@/utils/request.js"; export function cloudWarehouse(data) { return request.get("store/product/cloudWarehouse", data, { noAuth: true }); } + +/** + * 为你推荐 + * + */ +export function spuRecommend(data) { + return request.get("product/spu/recommend", data, { noAuth: true }); +} + /** * 获取云仓分类 * diff --git a/components/WaterfallsFlowItem/WaterfallsFlowItemo.vue b/components/WaterfallsFlowItem/WaterfallsFlowItemo.vue index e99906e..2b51da2 100644 --- a/components/WaterfallsFlowItem/WaterfallsFlowItemo.vue +++ b/components/WaterfallsFlowItem/WaterfallsFlowItemo.vue @@ -18,6 +18,9 @@ 满20包邮 --> + + {{item.price.split('.')[0]}}.{{item.price.split('.')[1]}} + {{item.rate}} @@ -29,17 +32,14 @@ {{item.merchant&&item.merchant.distance}} - - {{item.price.split('.')[0]}}.{{item.price.split('.')[1]}} - - + diff --git a/pages/index/index.vue b/pages/index/index.vue index 99c04e7..a441c97 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -188,7 +188,6 @@ import { getIndexData, getDiy, getArticleList, - cloudWarehouse, getArticleCategoryLists } from '@/api/api.js' import { diff --git a/pages/nongKe/supply_chain/supplier.vue b/pages/nongKe/supply_chain/supplier.vue index c6b5af8..adbb48a 100644 --- a/pages/nongKe/supply_chain/supplier.vue +++ b/pages/nongKe/supply_chain/supplier.vue @@ -1,5 +1,5 @@