优化代码

This commit is contained in:
wuxw 2021-09-15 00:34:38 +08:00
parent 41d707c16d
commit 640211a638

View File

@ -64,6 +64,9 @@
$that.payFeeOrderInfo.feeFlag = vc.getParam('feeFlag');
$that.payFeeOrderInfo.payerObjName = vc.getParam('payerObjName');
$that.payFeeOrderInfo.builtUpArea = vc.getParam('builtUpArea');
if($that.payFeeOrderInfo.builtUpArea){
$that.payFeeOrderInfo.builtUpArea = $that._mathToFixed2($that.payFeeOrderInfo.builtUpArea)
}
$that.payFeeOrderInfo.squarePrice = vc.getParam('squarePrice');
$that.payFeeOrderInfo.additionalAmount = vc.getParam('additionalAmount');
$that.payFeeOrderInfo.paymentCycles = [];