Skip to content

Commit 873a6d6

Browse files
author
shengyonggen
committed
修复可视化买点测试模式的bug
1 parent c86f586 commit 873a6d6

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

sensorsdata.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/sensorsdata.full.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ if(typeof JSON!=='object'){JSON={}}(function(){'use strict';var rx_one=/^[\],:{}
617617
, slice = ArrayProto.slice
618618
, toString = ObjProto.toString
619619
, hasOwnProperty = ObjProto.hasOwnProperty
620-
, LIB_VERSION = '1.6.15';
620+
, LIB_VERSION = '1.6.16';
621621

622622
sd.lib_version = LIB_VERSION;
623623

src/vtrack.sdk.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ SdkMain.prototype = {
303303
};
304304
},
305305
_init: function() {
306-
306+
this.sdkInit();
307307
this.initJsonp();
308308
this.isShowVisual();
309309
},
@@ -367,7 +367,6 @@ SdkMain.prototype = {
367367
this.getDeployFile().then(function() {
368368
me.parseDeployFile();
369369
});
370-
this.sdkInit();
371370
},
372371
parseDeployFile: function() {
373372
this.requireData = this.checkUrl(this.deployData);

vtrack.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)