Browse Source

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

feature_meiyuan_extension
wangxy 3 years ago
parent
commit
0de70f6a14
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