c267c0fe by wang

init

1 parent 4bb34510
...@@ -270,8 +270,8 @@ ...@@ -270,8 +270,8 @@
270 }); 270 });
271 271
272 $('#loanMinMoney, #loanMaxMoney,#ratifyMinMoney, #ratifyMaxMoney').on('keyup', function () { 272 $('#loanMinMoney, #loanMaxMoney,#ratifyMinMoney, #ratifyMaxMoney').on('keyup', function () {
273 var url = window.location.href; 273 var url = window.location.href+window.location.search;
274 alert(url); 274 // alert(url);
275 location.href = url+'&loanMinMoney='+$("#loanMinMoney").val()+'&loanMaxMoney='+$("#loanMaxMoney").val()+'&ratifyMinMoney='+$("#ratifyMinMoney").val()+'&ratifyMaxMoney='+$("#ratifyMaxMoney").val() 275 location.href = url+'&loanMinMoney='+$("#loanMinMoney").val()+'&loanMaxMoney='+$("#loanMaxMoney").val()+'&ratifyMinMoney='+$("#ratifyMinMoney").val()+'&ratifyMaxMoney='+$("#ratifyMaxMoney").val()
276 // $('#table').DataTable().draw(); 276 // $('#table').DataTable().draw();
277 }); 277 });
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!