32c16488 by yangjianbin

init

1 parent ba2fb9f0
......@@ -122,7 +122,7 @@
layer.alert(msg);
} else {
$('#totalRepay').val(data.data.totalRepay);
$('#totalAmount').val(data.data[0].totalAmount);
$('#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!