|
@@ -425,8 +425,9 @@ try {
|
|
}
|
|
}
|
|
if (typeof clab_tracker !== 'undefined' && typeof clab_tracker.track === 'function') {
|
|
if (typeof clab_tracker !== 'undefined' && typeof clab_tracker.track === 'function') {
|
|
clab_tracker.ready(function () {
|
|
clab_tracker.ready(function () {
|
|
- this.push({"pageType": "web"});
|
|
|
|
- this.track("open_page", jyClabUtils.getNowPageInfo());
|
|
|
|
|
|
+ this.push({"pageType": "web"})
|
|
|
|
+ this.track("open_page", jyClabUtils.getNowPageInfo())-
|
|
|
|
+ clab_tracker.setEnableAutoTrackExitPage(false)
|
|
})
|
|
})
|
|
/* 自定义事件传递 */
|
|
/* 自定义事件传递 */
|
|
if (checkHasJquery()) {
|
|
if (checkHasJquery()) {
|