|
@@ -1717,7 +1717,7 @@ $(document).ready(function() {
|
|
|
const newNodeDebitPrice = ZhCalc.add(ZhCalc.sub(node.debit_price, cpInfo.debit_price), parseFloat(debit_price));
|
|
|
const newNodeYfPrice = ZhCalc.sub(newNodePayPrice, newNodeDebitPrice);
|
|
|
if (parseFloat(sf_price) > ZhCalc.sub(newNodeYfPrice, node.sf_price)) {
|
|
|
- $('#cons-addpay .sf-tips').text(' ≤ ' + ZhCalc.sub(newNodeYfPrice, node.sf_price));
|
|
|
+ $('#cons-addpay .sf-tips').text(' ≤ ' + ZhCalc.add(cpInfo.sf_price, ZhCalc.sub(newNodeYfPrice, node.sf_price)));
|
|
|
} else {
|
|
|
$('#cons-addpay .sf-tips').text('');
|
|
|
}
|