From b92b0221ac04915bb8776c5bf51e65fc4c03b4ba Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期四, 10 十月 2024 17:38:46 +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