e5bf3ab8 by yangjianbin

Merge branch 'develop' of http://g.28ms.com:8000/yangjianbin/page into develop

2 parents 1c05e961 947495b9
......@@ -125,7 +125,7 @@
} else {
$('#totalRepay').val(data.data.totalRepay);
if(data.data.repayPlans.length > 1){
if(data.data.repayPlans[0].totalAmount !== data.data.repayPlans[1].totalAmount){
if(data.data.repayPlans[0].totalAmount != data.data.repayPlans[1].totalAmount){
$('.months').html('');
var str = '';
for(var i=0;i<data.data.repayPlans.length;i++){
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!