Skip to content

Commit 8ec8ac8

Browse files
committed
预置事件执行顺序修改
1 parent ec7786c commit 8ec8ac8

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
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.1',
26+
LIB_VERSION = '1.9.2',
2727
LIB_NAME = 'MiniProgram';
2828

2929
var source_channel_standard = 'utm_source utm_medium utm_campaign utm_content utm_term';
@@ -1246,8 +1246,8 @@ function e(t, n, o) {
12461246
if (t[n]) {
12471247
var e = t[n];
12481248
t[n] = function (t) {
1249-
o.call(this, t, n);
12501249
e.call(this, t);
1250+
o.call(this, t, n);
12511251
}
12521252
} else {
12531253
t[n] = function (t) {

0 commit comments

Comments
 (0)