Browse Source

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

feature_meiyuan
wangxy 2 years ago
parent
commit
6a656792cc
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) { if (this.queryParams.chargetype === 2) {
this.queryParams.contracttab.chargedexpense = this.fewMonths2*12 this.queryParams.contracttab.chargedexpense = this.fewMonths2*12
}else{ }else{
this.queryParams.contracttab.chargedexpense = this.fewMonths2*80
this.queryParams.contracttab.chargedexpense = this.fewMonths2*this.queryParams.unitprice
} }
}, },


Loading…
Cancel
Save