We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e522a76 commit 91e38c9Copy full SHA for 91e38c9
1 file changed
jQuery-free/server.js
@@ -70,18 +70,4 @@ function ajax(opts) {
70
//发起请求
71
oScript.src = opts.url + '?' + params;
72
}
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
-});
+}
0 commit comments