957a7ec8 by wang

init

1 parent ac400bcb
......@@ -139,6 +139,15 @@
'</div>';
}
$('.months').html(str);
}else{
str1 = '<div class="row cl">'+
'<div class="form-group col-sm-3 col-md-2">'+
'<label>'+(i+1)+'月应还</label>'+
'<input type="text" id="totalAmount" class="form-control input-text" value="'+data.data.repayPlans[0].totalAmount+'" disabled>'+
'<span class="glyphicon form-control-feedback">元</span>'+
'</div>'+
'</div>';
$('.months').html(str1);
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!