diff --git a/pages/roomPayFee/roomPayFee.vue b/pages/roomPayFee/roomPayFee.vue index 82fe008..6c7ab94 100644 --- a/pages/roomPayFee/roomPayFee.vue +++ b/pages/roomPayFee/roomPayFee.vue @@ -177,7 +177,7 @@ .then(function(_fees) { _that.receivableAmount = 0.0; _fees.forEach(function(_item) { - _that.receivableAmount += _item.feePrice; + _that.receivableAmount += _item.feeTotalPrice; }) _that.receivableAmount = _that.receivableAmount.toFixed(2);