ce6a18a9 by yangjianbin

init

1 parent bb1c86e4
......@@ -100,7 +100,8 @@
e.preventDefault();
var borrowAmount = $('[name=borrowAmount]').val();
var productId = $('[name=productId]').val();
var str = 'borrowAmount=' + borrowAmount + '&productId=' + productId;
var loanDeadline = $('#loanDeadline').val();
str = 'borrowAmount=' + borrowAmount + '&productId=' + productId + '&loanDeadline=' + loanDeadline;
$.ajax({
type: 'get',
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!