|
@@ -26,10 +26,9 @@ console.log(1);
|
|
|
// console.log(location.href);
|
|
|
|
|
|
|
|
|
-
|
|
|
$(document).ready(function () {
|
|
|
- var userid=location.search;
|
|
|
- console.log(location.search)
|
|
|
+ var userid=location.searchParams;
|
|
|
+ console.log(location.searchParams);
|
|
|
function get_data(){
|
|
|
$.ajax({
|
|
|
method: "GET",
|