From aa19a5d869b403561227df78a73ae767e734ba8f Mon Sep 17 00:00:00 2001 From: wangxy Date: Fri, 21 May 2021 10:51:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=B4=E8=B4=B9=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/property/pay.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/property/pay.vue b/src/views/property/pay.vue index 0756714..fa58fa0 100644 --- a/src/views/property/pay.vue +++ b/src/views/property/pay.vue @@ -453,6 +453,9 @@ export default { } else { this.queryParams.months = 0 } + if (this.fewDays) { + this.fewDays = Number(this.fewDays) + } if (this.fewDays > 0) { this.queryParams.days = this.fewDays } else {