Browse Source

缴费优化

pull/4/head
wangxy 3 years ago
parent
commit
aa19a5d869
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/views/property/pay.vue

+ 3
- 0
src/views/property/pay.vue View File

@ -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 {


Loading…
Cancel
Save