a09e7b49 by yangjianbin

init

1 parent 1bfcf395
......@@ -118,7 +118,7 @@
contentType: "application/json; charset=UTF-8",
success:function(data){
if(data.code != 0){
layer.alert('请求失败');
layer.alert(data.msg ? data.msg : '请求失败');
} else {
$('#totalRepay').val(data.data.totalRepay);
$('#totalAmount').val(data.data[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!