init
Showing
1 changed file
with
11 additions
and
10 deletions
| ... | @@ -32,16 +32,6 @@ | ... | @@ -32,16 +32,6 @@ |
| 32 | <body> | 32 | <body> |
| 33 | 33 | ||
| 34 | 34 | ||
| 35 | <script> | ||
| 36 | |||
| 37 | $.get('http://test.smalldebit.club/api/Debit/GetUserDebitRecords?userId=7',function (d) { | ||
| 38 | console.log(d) | ||
| 39 | }); | ||
| 40 | |||
| 41 | </script> | ||
| 42 | |||
| 43 | </body> | ||
| 44 | |||
| 45 | 35 | ||
| 46 | 36 | ||
| 47 | 37 | ||
| ... | @@ -178,4 +168,15 @@ | ... | @@ -178,4 +168,15 @@ |
| 178 | $('#table').DataTable().draw(); | 168 | $('#table').DataTable().draw(); |
| 179 | } | 169 | } |
| 180 | </script> | 170 | </script> |
| 171 | |||
| 172 | <script> | ||
| 173 | |||
| 174 | $.get('http://test.smalldebit.club/api/Debit/GetUserDebitRecords?userId=7',function (d) { | ||
| 175 | console.log(d) | ||
| 176 | }); | ||
| 177 | |||
| 178 | </script> | ||
| 179 | |||
| 180 | </body> | ||
| 181 | |||
| 181 | </html> | 182 | </html> |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment