68d02be1 by 杨建斌

init

1 parent 930dbd29
Showing 1 changed file with 11 additions and 10 deletions
......@@ -32,16 +32,6 @@
<body>
<script>
$.get('http://test.smalldebit.club/api/Debit/GetUserDebitRecords?userId=7',function (d) {
console.log(d)
});
</script>
</body>
......@@ -178,4 +168,15 @@
$('#table').DataTable().draw();
}
</script>
<script>
$.get('http://test.smalldebit.club/api/Debit/GetUserDebitRecords?userId=7',function (d) {
console.log(d)
});
</script>
</body>
</html>
\ No newline at end of file
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!