Skip to content

Commit

Permalink
改善小程序冷启动时,$MPLaunch、$MPShow、$MPViewScreen事件触发时间混乱的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
com-xubo committed Jul 25, 2018
1 parent 1d75290 commit ec7786c
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sensorsdata.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var ArrayProto = Array.prototype,
slice = ArrayProto.slice,
toString = ObjProto.toString,
hasOwnProperty = ObjProto.hasOwnProperty,
LIB_VERSION = '1.9',
LIB_VERSION = '1.9.1',
LIB_NAME = 'MiniProgram';

var source_channel_standard = 'utm_source utm_medium utm_campaign utm_content utm_term';
Expand Down Expand Up @@ -1156,7 +1156,7 @@ sa.requestQueue.prototype.start = function () {
var me = this;
setTimeout(function () {
me.isEnd();
}, 300);
}, 600);
wx.request({
url: this.url,
method: 'GET',
Expand Down
Loading

0 comments on commit ec7786c

Please sign in to comment.