71b680ee by wang

init

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