From 82de1bd508c05a653f9bf433565606b4f3ea8ebd Mon Sep 17 00:00:00 2001 From: "DESKTOP-JT599KC\\Luan Shanshan" Date: Mon, 18 Jul 2022 17:17:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E4=BD=8D=E8=B4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/property/pay.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/property/pay.vue b/src/views/property/pay.vue index 8937498..57e621b 100644 --- a/src/views/property/pay.vue +++ b/src/views/property/pay.vue @@ -652,7 +652,7 @@ export default { if (this.queryParams.chargetype === 2) { this.queryParams.contracttab.chargedexpense = this.fewMonths2*12 }else{ - this.queryParams.contracttab.chargedexpense = this.fewMonths2*80 + this.queryParams.contracttab.chargedexpense = this.fewMonths2*this.queryParams.unitprice } },