init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -122,7 +122,7 @@ | ... | @@ -122,7 +122,7 @@ |
| 122 | layer.alert(msg); | 122 | layer.alert(msg); |
| 123 | } else { | 123 | } else { |
| 124 | $('#totalRepay').val(data.data.totalRepay); | 124 | $('#totalRepay').val(data.data.totalRepay); |
| 125 | $('#totalAmount').val(data.data[0].totalAmount); | 125 | $('#totalAmount').val(data.data.repayPlans[0].totalAmount); |
| 126 | } | 126 | } |
| 127 | 127 | ||
| 128 | }, | 128 | }, | ... | ... |
-
Please register or sign in to post a comment