mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化代码
This commit is contained in:
parent
41d707c16d
commit
640211a638
@ -64,6 +64,9 @@
|
|||||||
$that.payFeeOrderInfo.feeFlag = vc.getParam('feeFlag');
|
$that.payFeeOrderInfo.feeFlag = vc.getParam('feeFlag');
|
||||||
$that.payFeeOrderInfo.payerObjName = vc.getParam('payerObjName');
|
$that.payFeeOrderInfo.payerObjName = vc.getParam('payerObjName');
|
||||||
$that.payFeeOrderInfo.builtUpArea = vc.getParam('builtUpArea');
|
$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.squarePrice = vc.getParam('squarePrice');
|
||||||
$that.payFeeOrderInfo.additionalAmount = vc.getParam('additionalAmount');
|
$that.payFeeOrderInfo.additionalAmount = vc.getParam('additionalAmount');
|
||||||
$that.payFeeOrderInfo.paymentCycles = [];
|
$that.payFeeOrderInfo.paymentCycles = [];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user