|
|
@@ -2264,7 +2264,7 @@ $(document).ready(function() {
|
|
|
addYfPrice = ZhCalc.add(addYfPrice, parseFloat($(this).attr('data-yf-price')) || 0);
|
|
|
});
|
|
|
if (pays.length === 0) {
|
|
|
- toastr.warning('请选择至少一个付款阶段');
|
|
|
+ toastr.warning('请选择至少一个付款期');
|
|
|
return;
|
|
|
}
|
|
|
const newYfPrice = ZhCalc.add(node.yf_price || 0, addYfPrice);
|