...
|
...
|
@@ -64,11 +64,14 @@ class GoodsShowYasRpter { |
|
|
this.lastShowSkns = cacheTheShowSkns;
|
|
|
|
|
|
if (typeof _yas !== 'undefined' && this.reportParams.DATA && this.reportParams.DATA.length) {
|
|
|
window._yas.sendCustomInfo({
|
|
|
op: 'YB_SHOW_EVENT',
|
|
|
appop: 'YB_SHOW_EVENT',
|
|
|
param: JSON.stringify(this.reportParams)
|
|
|
}, true);
|
|
|
setTimeout(function() {
|
|
|
window._yas.sendCustomInfo && window._yas.sendCustomInfo({
|
|
|
op: 'YB_SHOW_EVENT',
|
|
|
appop: 'YB_SHOW_EVENT',
|
|
|
param: JSON.stringify(this.reportParams)
|
|
|
}, true);
|
|
|
}, 1000);
|
|
|
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
|