修改 服务评价

This commit is contained in:
shidongli 2023-11-15 13:51:32 +08:00
parent 5df26c3a6a
commit fad1cfccf3

View File

@ -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,