mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 14:17:54 +08:00
优化代码
This commit is contained in:
parent
41d707c16d
commit
640211a638
@ -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 = [];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user