We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87a588 commit d64242fCopy full SHA for d64242f
src/push-uniapp.js
@@ -786,7 +786,7 @@ function __ajax(options){
786
options=options||{};
787
options.type=(options.type||'GET').toUpperCase();
788
options.dataType=options.dataType||'json';
789
- params=formatParams(options.data);
+ var params=formatParams(options.data);
790
791
var xhr;
792
if(window.XMLHttpRequest){
0 commit comments