Skip to content

Commit ec7786c

Browse files
committed
改善小程序冷启动时,$MPLaunch、$MPShow、$MPViewScreen事件触发时间混乱的问题
1 parent 1d75290 commit ec7786c

File tree

2 files changed

+102
-3
lines changed

2 files changed

+102
-3
lines changed

sensorsdata.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var ArrayProto = Array.prototype,
2323
slice = ArrayProto.slice,
2424
toString = ObjProto.toString,
2525
hasOwnProperty = ObjProto.hasOwnProperty,
26-
LIB_VERSION = '1.9',
26+
LIB_VERSION = '1.9.1',
2727
LIB_NAME = 'MiniProgram';
2828

2929
var source_channel_standard = 'utm_source utm_medium utm_campaign utm_content utm_term';
@@ -1156,7 +1156,7 @@ sa.requestQueue.prototype.start = function () {
11561156
var me = this;
11571157
setTimeout(function () {
11581158
me.isEnd();
1159-
}, 300);
1159+
}, 600);
11601160
wx.request({
11611161
url: this.url,
11621162
method: 'GET',

0 commit comments

Comments
 (0)