32c16488 by yangjianbin

init

1 parent ba2fb9f0
...@@ -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 },
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!