ce6a18a9 by yangjianbin

init

1 parent bb1c86e4
...@@ -100,7 +100,8 @@ ...@@ -100,7 +100,8 @@
100 e.preventDefault(); 100 e.preventDefault();
101 var borrowAmount = $('[name=borrowAmount]').val(); 101 var borrowAmount = $('[name=borrowAmount]').val();
102 var productId = $('[name=productId]').val(); 102 var productId = $('[name=productId]').val();
103 var str = 'borrowAmount=' + borrowAmount + '&productId=' + productId; 103 var loanDeadline = $('#loanDeadline').val();
104 str = 'borrowAmount=' + borrowAmount + '&productId=' + productId + '&loanDeadline=' + loanDeadline;
104 $.ajax({ 105 $.ajax({
105 type: 'get', 106 type: 'get',
106 url: apiBaseUrl + 'application/tool/interest?' + str, 107 url: apiBaseUrl + 'application/tool/interest?' + str,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!