mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化综合缴费bug
This commit is contained in:
parent
83fdbcad96
commit
23a487a9b1
@ -126,6 +126,9 @@
|
|||||||
_that.receivableAmount = _that.receivableAmount.toFixed(2);
|
_that.receivableAmount = _that.receivableAmount.toFixed(2);
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
onPayFee:function(){
|
||||||
|
payOweFee(this);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@ -139,6 +139,9 @@
|
|||||||
_room.feePrice = parseFloat(_room.feePrice) + parseFloat(_fee.feePrice)
|
_room.feePrice = parseFloat(_room.feePrice) + parseFloat(_fee.feePrice)
|
||||||
_room.feePrice = _room.feePrice.toFixed(2)
|
_room.feePrice = _room.feePrice.toFixed(2)
|
||||||
|
|
||||||
|
},
|
||||||
|
onPayFee:function(){
|
||||||
|
payOweFee(this);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user