Skip to content

Commit d64242f

Browse files
authored
Update push-uniapp.js
1 parent f87a588 commit d64242f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/push-uniapp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ function __ajax(options){
786786
options=options||{};
787787
options.type=(options.type||'GET').toUpperCase();
788788
options.dataType=options.dataType||'json';
789-
params=formatParams(options.data);
789+
var params=formatParams(options.data);
790790

791791
var xhr;
792792
if(window.XMLHttpRequest){

0 commit comments

Comments
 (0)