From c12f986c8415d6df35dc7d579ff3434c9b8bb10e Mon Sep 17 00:00:00 2001 From: "Mr.jiang" <714156421@qq.com> Date: Mon, 12 Aug 2024 20:29:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E6=95=B0=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- my/order/payModify.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } },