From b4495445fbfc616a2126587ce9eec205fc1cbe19 Mon Sep 17 00:00:00 2001
From: ZZJ <zzjdsg2300@163.com>
Date: 星期三, 20 四月 2022 13:52:11 +0800
Subject: [PATCH] 授权时间修改

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

diff --git a/src/views/index/components/commendContent.vue b/src/views/index/components/commendContent.vue
index c0f8693..42c45dc 100644
--- a/src/views/index/components/commendContent.vue
+++ b/src/views/index/components/commendContent.vue
@@ -10,8 +10,8 @@
     >
       <img :src="'/httpImage/' + item.logoUrl" alt="" />
       <div class="title">{{ item.productName }}</div>
-      <div class="des limitoRow2">{{ item.description }}</div>
-      <price :priceNew="item.priceBase"></price>
+      <div class="des limitRow2">{{ item.description }}</div>
+      <price :priceNew="item.priceBase ? item.priceBase : 0"></price>
       <div class="button" @click="buyProduct(item.productName)">绔嬪嵆璐拱</div>
     </div>
   </div>

--
Gitblit v1.8.0