diff --git a/my/order/payModify.vue b/my/order/payModify.vue index 6324e13..03e4376 100644 --- a/my/order/payModify.vue +++ b/my/order/payModify.vue @@ -343,7 +343,7 @@ } if(this.jishiName){ this.getMsTime(Time); - this.technicianRate=(this.orderXm.price*this.number)+(this.orderXm.price*this.number*(this.jishiName.technicianTypeRate/100)).toFixed(2); + this.technicianRate=((this.orderXm.price*this.number)+this.orderXm.price*this.number*(this.jishiName.technicianTypeRate/100)).toFixed(2) } },