957a7ec8 by wang

init

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