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) } },