Browse Source

Merge branch 'develop' of 101.201.121.115:leo/LAPP_MY_WEBFRONT into feature_herui

feature_herui
wangxy 3 years ago
parent
commit
7e250991ba
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