init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -118,7 +118,7 @@ | ... | @@ -118,7 +118,7 @@ |
| 118 | contentType: "application/json; charset=UTF-8", | 118 | contentType: "application/json; charset=UTF-8", |
| 119 | success:function(data){ | 119 | success:function(data){ |
| 120 | if(data.code != 0){ | 120 | if(data.code != 0){ |
| 121 | layer.alert('请求失败'); | 121 | layer.alert(data.msg ? data.msg : '请求失败'); |
| 122 | } else { | 122 | } else { |
| 123 | $('#totalRepay').val(data.data.totalRepay); | 123 | $('#totalRepay').val(data.data.totalRepay); |
| 124 | $('#totalAmount').val(data.data[0].totalAmount); | 124 | $('#totalAmount').val(data.data[0].totalAmount); | ... | ... |
-
Please register or sign in to post a comment