Skip to content

Commit 91e38c9

Browse files
committed
update
1 parent e522a76 commit 91e38c9

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

jQuery-free/server.js

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,4 @@ function ajax(opts) {
7070
//发起请求
7171
oScript.src = opts.url + '?' + params;
7272
}
73-
}
74-
75-
var data = {
76-
url: encodeURIComponent(window.location.href)
77-
};
78-
79-
ajax({
80-
data: data,
81-
url: 'https://h5.kankanapp.com.cn/wechatapi/',
82-
type: 'get',
83-
dataType: 'jsonp',
84-
done: function(json, message) {
85-
console.log(JSON.stringify(json));
86-
}
87-
});
73+
}

0 commit comments

Comments
 (0)