71b680ee by wang

init

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