From fad1cfccf3c38e4752107715140758d48fc899b9 Mon Sep 17 00:00:00 2001 From: shidongli Date: Wed, 15 Nov 2023 13:51:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E8=AF=84=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagesB/Serviceevaluation/Serviceevaluation.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pagesB/Serviceevaluation/Serviceevaluation.vue b/pagesB/Serviceevaluation/Serviceevaluation.vue index 7cb0830..fd41d41 100644 --- a/pagesB/Serviceevaluation/Serviceevaluation.vue +++ b/pagesB/Serviceevaluation/Serviceevaluation.vue @@ -237,8 +237,10 @@ this.list.openId = this.openId console.log(this.list, '45') - if (this.orderType == "FAMILY_DOCTOR" || this.orderType == "INTEGRAL_EXCHANGE" || this.orderType == - "DIRECT_BUY") { + if (this.orderType == "HEALTH_CONSULTATION" || this.orderType == "INTEGRAL_EXCHANGE" || this.orderType == + "DIRECT_BUY" || this.orderType == "FAMILY_DOCTOR") { + this.list.evaluateSatisfaction=this.evaluateSatisfaction + this.list.compositeScore=this.rateval insertGoodsEvaluate(this.list).then(res => { if (res.code == 200) { this.$refs.uToast.show({ @@ -257,7 +259,7 @@ } }) // 满意度 - } else if (this.orderType == "HEALTH_CONSULTATION" || this.orderType == "APPOINTMENT_ORDER") { + } else if (this.orderType == "APPOINTMENT_ORDER") { var obj = { "patientId": this.list.patientId, "openid": this.list.openId,