From 53cb8137e4232f50c5334176419298f99d41a2bf Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期五, 22 四月 2022 15:38:32 +0800
Subject: [PATCH] sass user api to cloud

---
 src/views/index/components/commendContent.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/index/components/commendContent.vue b/src/views/index/components/commendContent.vue
index 42c45dc..1074544 100644
--- a/src/views/index/components/commendContent.vue
+++ b/src/views/index/components/commendContent.vue
@@ -8,7 +8,7 @@
       v-for="(item, index) in commendData"
       :key="index"
     >
-      <img :src="'/httpImage/' + item.logoUrl" alt="" />
+      <ImageShow :src="item.logoUrl"> </ImageShow>
       <div class="title">{{ item.productName }}</div>
       <div class="des limitRow2">{{ item.description }}</div>
       <price :priceNew="item.priceBase ? item.priceBase : 0"></price>

--
Gitblit v1.8.0