a5abae57 by yangjianbin

init

1 parent ad90a9ee
...@@ -81,6 +81,7 @@ ...@@ -81,6 +81,7 @@
81 }) 81 })
82 82
83 function submit (){ 83 function submit (){
84 alert('ss')
84 var borrowAmount = $('[name=borrowAmount]').val(); 85 var borrowAmount = $('[name=borrowAmount]').val();
85 var productId = $('[name=productId]').val(); 86 var productId = $('[name=productId]').val();
86 var str = 'borrowAmount=' + borrowAmount + '&productId=' + productId; 87 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!