From e431980feeb9b759c73c26f51ab95d97afff27da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com> Date: Mon, 19 Aug 2024 14:24:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E6=97=B6=E5=9B=9B=E8=88=8D?= =?UTF-8?q?=E4=BA=94=E5=85=A5=E9=87=91=E9=A2=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- my/order/pay.vue | 3 ++- my/order/payModifyDd.vue | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/my/order/pay.vue b/my/order/pay.vue index 75241c5..1ffd512 100644 --- a/my/order/pay.vue +++ b/my/order/pay.vue @@ -531,7 +531,7 @@ 取消订单 @@ -1329,6 +1329,7 @@ export default { this.loading = false uni.hideLoading() this.order = res.data; + console.log(this.order); if(res.data["technicianType"] == 3){ this.order["technicianTypeName"] = "资深" } diff --git a/my/order/payModifyDd.vue b/my/order/payModifyDd.vue index 5766996..36c0190 100644 --- a/my/order/payModifyDd.vue +++ b/my/order/payModifyDd.vue @@ -381,8 +381,8 @@ // this.getOrder() if(this.jishiName){ this.getMsTime(Time); - this.technicianRate=Math.ceil(this.orderXm.price+(this.orderXm.price*(this.jishiName.technicianTypeRate/100))) - console.log("jishiName",this.jishiName) + // this.technicianRate=Math.ceil(this.orderXm.price+(this.orderXm.price*(this.jishiName.technicianTypeRate/100))) + this.technicianRate=((this.orderXm.price*this.number)+this.orderXm.price*this.number*(this.jishiName.technicianTypeRate/100)).toFixed(2) } },