From e3680e0ffb559ee136451a38e91ab0fe9eb265a6 Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期二, 15 十月 2024 17:58:01 +0800
Subject: [PATCH] 1.小程序-供应商:数据统计

---
 sub_pages/customer/shop/shop.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sub_pages/customer/shop/shop.vue b/sub_pages/customer/shop/shop.vue
index 9851c83..d1f6f20 100644
--- a/sub_pages/customer/shop/shop.vue
+++ b/sub_pages/customer/shop/shop.vue
@@ -204,7 +204,7 @@
 								
 								 </view>
 								 <!-- 平台回复 -->
-								 <view class="comment-replay"> 
+								 <view class="comment-replay" v-if="item.replayContent"> 
 									平台回复:{{item.replayContent}}
 								 </view>
 							</u-col>
@@ -485,7 +485,7 @@
 				{
 					this.$message.showLoading()
 					const params={
-						showFlag:0,
+						l:0,
 						supplierId:this.id ,
 						...this.commentPage,
 					}

--
Gitblit v1.9.3