Browse Source

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

feature_herui
wangxy 2 years ago
parent
commit
e5ab5dc646
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/property/pay.vue

+ 1
- 1
src/views/property/pay.vue View File

@ -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
}
},


Loading…
Cancel
Save