init
Showing
1 changed file
with
9 additions
and
0 deletions
| ... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment