diff --git a/my/order/payModify.vue b/my/order/payModify.vue index 35f0cd5..6324e13 100644 --- a/my/order/payModify.vue +++ b/my/order/payModify.vue @@ -343,7 +343,7 @@ } if(this.jishiName){ this.getMsTime(Time); - this.technicianRate=Math.ceil((this.orderXm.price*this.number)+(this.orderXm.price*this.number*(this.jishiName.technicianTypeRate/100))) + this.technicianRate=(this.orderXm.price*this.number)+(this.orderXm.price*this.number*(this.jishiName.technicianTypeRate/100)).toFixed(2); } }, diff --git a/pages/therapist/therapist.vue b/pages/therapist/therapist.vue index 6b5d18c..50fe919 100644 --- a/pages/therapist/therapist.vue +++ b/pages/therapist/therapist.vue @@ -109,9 +109,9 @@ src="https://admin.sjajk.com/file/uploadPath/2023/02/16/9ae1b7e9fa931b5fc24cd8edecc10d9f.png" style="width: 30rpx;height: 36rpx;position: absolute;z-index: 99;top: 40rpx;left: 110rpx;"> - +