init
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -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; | ... | ... |
-
Please register or sign in to post a comment