Skip to content

Commit

Permalink
fix: #33 Submit add submit_log_list
Browse files Browse the repository at this point in the history
  • Loading branch information
loskael committed Mar 23, 2018
1 parent a08a03e commit 7f3737f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bj-report.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ var BJ_REPORT = (function(global) {
var url = _config._reportUrl + submit_log_list.join("&") + "&count=" + submit_log_list.length + "&_t=" + (+new Date);

if (_config.submit) {
_config.submit(url);
_config.submit(url, submit_log_list);
} else {
var _img = new Image();
_img.src = url;
Expand Down

2 comments on commit 7f3737f

@arbing
Copy link

@arbing arbing commented on 7f3737f Jan 9, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v1.3.4的修改没有发布到npm上吗

@loskael
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@arbing 是的,没有发布

@caihuiji

Please sign in to comment.