From 79b5a3b833cc5cd3c79689e89f2e2dd885d8a784 Mon Sep 17 00:00:00 2001 From: tianyi <13521030702@163.com> Date: Thu, 7 May 2026 09:50:43 +0800 Subject: [PATCH] 1 --- package1/group/shopEvaluate.vue | 28 ++++++++++++++++++---------- package1/order/orderEvaluate.vue | 2 +- 2 files changed, 19 insertions(+), 11 deletions(-) diff --git a/package1/group/shopEvaluate.vue b/package1/group/shopEvaluate.vue index 440941a..5a74243 100644 --- a/package1/group/shopEvaluate.vue +++ b/package1/group/shopEvaluate.vue @@ -62,21 +62,21 @@ - + - + {{item1.createByName}} : {{ item1.remark }} - + - - 展开 + + 展开 收起 - + 回复 @@ -111,6 +111,7 @@ + @@ -128,7 +129,6 @@ replyText:'', isMerchant:0, replyPicture:"", - isExpanded: false, menuButtonInfo: {}, isPintuan: true, bigImg: '', @@ -216,6 +216,11 @@ } for(let i=0;i 0){ + for(let m=0;m {}); }, - toggleReply() { - this.isExpanded = !this.isExpanded; + toggleReply(i,m) { + + this.shopComments[i].comments[m].isOpen = !this.shopComments[i].comments[m].isOpen; + console.log("11111",this.shopComments) + this.$forceUpdate() }, changeStatus(v){ this.shopComments[v].isReply = !this.shopComments[v].isReply diff --git a/package1/order/orderEvaluate.vue b/package1/order/orderEvaluate.vue index 29864ec..4858030 100644 --- a/package1/order/orderEvaluate.vue +++ b/package1/order/orderEvaluate.vue @@ -216,7 +216,7 @@ data.push({ //配送员 parentId:'', leve:0, - remark:this.shopRemark, + remark:this.manRemark, picture:this.manPicture, createBy:uni.getStorageSync('id'), createByName:'微信用户',