From fdef23064b801a06bbf369785dbbc14db14b707f Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 22 Mar 2024 17:15:53 +0800
Subject: [PATCH] 回滚代码至2月28日

---
 subPackage/user/commentList/evaluateList.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/subPackage/user/commentList/evaluateList.vue b/subPackage/user/commentList/evaluateList.vue
index fcf9d14..55dbb6b 100644
--- a/subPackage/user/commentList/evaluateList.vue
+++ b/subPackage/user/commentList/evaluateList.vue
@@ -4,7 +4,7 @@
 			loading-more-no-more-text="没有更多了">
 
 
-			<view class="list" v-for="(i,k) in list">
+			<view class="list" v-for="(i,k) in list" v-if="i.content">
 				<view class="f-24 c-99 mb-20">
 					{{i.createTime}}
 				</view>

--
Gitblit v1.9.3