a5abae57 by yangjianbin

init

1 parent ad90a9ee
......@@ -81,6 +81,7 @@
})
function submit (){
alert('ss')
var borrowAmount = $('[name=borrowAmount]').val();
var productId = $('[name=productId]').val();
var str = 'borrowAmount=' + borrowAmount + '&productId=' + productId;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!