ba2fb9f0 by yangjianbin

init

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