From 29b2eb9069d72ebff857910f1a62f42754b7bdaf Mon Sep 17 00:00:00 2001 From: tianyi <13521030702@163.com> Date: Wed, 27 May 2026 11:14:04 +0800 Subject: [PATCH] 1 --- pages/shop/shopEvaluate.vue | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/pages/shop/shopEvaluate.vue b/pages/shop/shopEvaluate.vue index c195ad7..71a3d2b 100644 --- a/pages/shop/shopEvaluate.vue +++ b/pages/shop/shopEvaluate.vue @@ -63,16 +63,16 @@ - + - + {{item1.createByName}} : {{ item1.remark }} - + - - 展开 + + 展开 收起 @@ -273,8 +273,9 @@ uni.hideLoading() }).catch((res) => {}) }, - toggleReply() { - this.isExpanded = !this.isExpanded; + toggleReply(i,m) { + this.shopComments[i].comments[m].isOpen = !this.shopComments[i].comments[m].isOpen; + this.$forceUpdate() }, changeStatus(v){ this.shopComments[v].isReply = !this.shopComments[v].isReply