d1a50749 by yangjianbin

init

1 parent a5abae57
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
63 63
64 <div class="row cl pb-20 col-sm-12"> 64 <div class="row cl pb-20 col-sm-12">
65 <div class="col-sm-offset-4 col-sm-2"> 65 <div class="col-sm-offset-4 col-sm-2">
66 <input class="btn btn-primary btn-block" value="计算" onclick="submit()" type="button"> 66 <button class="btn btn-primary btn-block" value="计算" onsubmit="submit()" type="button"></button>
67 </div> 67 </div>
68 <div class="col-sm-2"> 68 <div class="col-sm-2">
69 <input class="btn btn-warning btn-block" value="重置" type="reset"> 69 <input class="btn btn-warning btn-block" value="重置" type="reset">
...@@ -81,7 +81,6 @@ ...@@ -81,7 +81,6 @@
81 }) 81 })
82 82
83 function submit (){ 83 function submit (){
84 alert('ss')
85 var borrowAmount = $('[name=borrowAmount]').val(); 84 var borrowAmount = $('[name=borrowAmount]').val();
86 var productId = $('[name=productId]').val(); 85 var productId = $('[name=productId]').val();
87 var str = 'borrowAmount=' + borrowAmount + '&productId=' + productId; 86 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!