99b65276 by wang

init

1 parent 957a7ec8
......@@ -142,7 +142,7 @@
}else{
str1 = '<div class="row cl">'+
'<div class="form-group col-sm-3 col-md-2">'+
'<label>'+(i+1)+'月应还</label>'+
'<label>月应还</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>'+
......@@ -152,7 +152,15 @@
}else{
$('#totalAmount').val(data.data.repayPlans[0].totalAmount);
str1 = '<div class="row cl">'+
'<div class="form-group col-sm-3 col-md-2">'+
'<label>每月应还</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);
// $('#totalAmount').val(data.data.repayPlans[0].totalAmount);
}
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!