Authored by 郝肖肖

'yas'

... ... @@ -65,13 +65,16 @@ 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(() => {
if (typeof window._yas !== 'undefined' && window._yas.sendCustomInfo &&
this.reportParams.DATA && this.reportParams.DATA.length) {
window._yas.sendCustomInfo({
op: 'YB_SHOW_EVENT',
appop: 'YB_SHOW_EVENT',
param: JSON.stringify(this.reportParams)
}, true);
}
}, 1000);
}
getPname() {
... ...