Authored by 郝肖肖

apf yas

... ... @@ -326,8 +326,6 @@ function givePoint(parameter) {
window._yas.sendCustomInfo({
op: 'YB_CHOOSE_FOR_YOU_Y',
apf: (queryString().app_version || queryString().appVersion) ? true : false,
ts: new Date().getTime(),
param: JSON.stringify(parameter)
}, true);
}
... ...
... ... @@ -65,8 +65,6 @@ plusstar = {
if (window._yas && window._yas.sendCustomInfo) {
window._yas.sendCustomInfo({
op: 'YB_FASHION_TAB_C',
apf: isApp,
ts: new Date().getTime(),
param: JSON.stringify($.extend(speckParamApp, {
C_ID: CID,
TAB_ID: $liDom.index() + 1
... ... @@ -75,8 +73,6 @@ plusstar = {
window._yas.sendCustomInfo({
op: 'YB_FASHION_HOME_L',
apf: isApp,
ts: new Date().getTime(),
param: JSON.stringify($.extend(speckParamApp, {
C_ID: CID,
TAB_ID: that.ParentLiDom.index() + 1
... ... @@ -131,8 +127,6 @@ plusstar = {
index = $dom.index() + 1;
window._yas.sendCustomInfo({
op: 'YB_FASHION_FLR_C',
apf: isApp,
ts: new Date().getTime(),
param: JSON.stringify($.extend(speckParamApp, {
C_ID: CID,
TAB_ID: that.ParentLiDom.index() + 1,
... ... @@ -150,8 +144,6 @@ plusstar = {
window._yas.sendCustomInfo({
op: 'YB_FASHION_FLR_C',
apf: isApp,
ts: new Date().getTime(),
param: JSON.stringify($.extend(speckParamApp, {
C_ID: CID,
TAB_ID: that.ParentLiDom.index() + 1,
... ... @@ -168,8 +160,6 @@ plusstar = {
// 潮流优选首页加载时
window._yas.sendCustomInfo({
op: 'YB_FASHION_HOME_L',
apf: isApp,
ts: new Date().getTime(),
param: JSON.stringify($.extend(speckParamApp, {
C_ID: CID,
TAB_ID: that.ParentLiDom.index() + 1
... ...