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:'微信用户',