Authored by 于良

删除log review by 草莓

... ... @@ -144,8 +144,8 @@ class BrandStoreContainer extends Component {
TEMPLATE_TYPE:this.props.brandStore.info.shop_template_type,
IS_RED: 0,
}
console.log('------各楼层');
console.log(param);
// console.log('------各楼层');
// console.log(param);
ReactNative.NativeModules.YH_CommonHelper.logEvent('YB_BRAND_SHOP_HOME_FLR_C', param);
}
... ... @@ -170,8 +170,8 @@ class BrandStoreContainer extends Component {
TEMPLATE_TYPE:this.props.brandStore.info.shop_template_type,
FILTER_VALUE: this.props.brandStore.filterNameFactors.toJS(),
}
console.log('------点击品牌店铺页中全部TAB中的商品列表时---111---');
console.log(param);
// console.log('------点击品牌店铺页中全部TAB中的商品列表时---111---');
// console.log(param);
ReactNative.NativeModules.YH_CommonHelper.logEvent('YB_BRAND_SHOP_GOODS_LIST_C', param);
}
... ... @@ -192,8 +192,8 @@ class BrandStoreContainer extends Component {
IS_RED: 0,
TEMPLATE_TYPE:this.props.brandStore.info.shop_template_type,
}
console.log('------点击品牌店铺页中全部TAB中的商品列表时---111---');
console.log(param);
// console.log('------点击品牌店铺页中全部TAB中的商品列表时---111---');
// console.log(param);
ReactNative.NativeModules.YH_CommonHelper.logEvent('YB_BRAND_SHOP_GOODS_LIST_C', param);
} else if (this.props.brandStore.storeFilter == 2) {
let param = {
... ... @@ -204,8 +204,8 @@ class BrandStoreContainer extends Component {
IS_RED: 0,
TEMPLATE_TYPE:this.props.brandStore.info.shop_template_type,
}
console.log('------点击品牌店铺页中全部TAB中的商品列表时---111---');
console.log(param);
// console.log('------点击品牌店铺页中全部TAB中的商品列表时---111---');
// console.log(param);
ReactNative.NativeModules.YH_CommonHelper.logEvent('YB_BRAND_SHOP_GOODS_LIST_C', param);
}
}
... ... @@ -221,8 +221,8 @@ class BrandStoreContainer extends Component {
TEMPLATE_TYPE:this.props.brandStore.info.shop_template_type,
IS_RED: 0,
}
console.log('------各楼层');
console.log(param);
// console.log('------各楼层');
// console.log(param);
ReactNative.NativeModules.YH_CommonHelper.logEvent('YB_BRAND_SHOP_HOME_FLR_C', param);
}
... ... @@ -237,8 +237,8 @@ class BrandStoreContainer extends Component {
TEMPLATE_TYPE:this.props.brandStore.info.shop_template_type,
IS_RED: 0,
}
console.log('------各楼层');
console.log(param);
// console.log('------各楼层');
// console.log(param);
ReactNative.NativeModules.YH_CommonHelper.logEvent('YB_BRAND_SHOP_HOME_FLR_C', param);
}
... ... @@ -253,8 +253,8 @@ class BrandStoreContainer extends Component {
TEMPLATE_TYPE:this.props.brandStore.info.shop_template_type,
IS_RED: 0,
}
console.log('------各楼层');
console.log(param);
// console.log('------各楼层');
// console.log(param);
ReactNative.NativeModules.YH_CommonHelper.logEvent('YB_BRAND_SHOP_HOME_FLR_C', param);
}
... ... @@ -269,8 +269,8 @@ class BrandStoreContainer extends Component {
TEMPLATE_TYPE:this.props.brandStore.info.shop_template_type,
IS_RED: 0,
}
console.log('------各楼层');
console.log(param);
// console.log('------各楼层');
// console.log(param);
ReactNative.NativeModules.YH_CommonHelper.logEvent('YB_BRAND_SHOP_HOME_FLR_C', param);
}
... ... @@ -285,8 +285,8 @@ class BrandStoreContainer extends Component {
TEMPLATE_TYPE:this.props.brandStore.info.shop_template_type,
IS_RED: 0,
}
console.log('------各楼层');
console.log(param);
// console.log('------各楼层');
// console.log(param);
ReactNative.NativeModules.YH_CommonHelper.logEvent('YB_BRAND_SHOP_HOME_FLR_C', param);
}
... ...
... ... @@ -145,8 +145,8 @@ class RedPersonBrandContainer extends Component {
TEMPLATE_TYPE:this.props.redBrand.shopIntro.shop_template_type,
IS_RED: 1,
}
console.log('------各楼层---red---');
console.log(param);
// console.log('------各楼层---red---');
// console.log(param);
ReactNative.NativeModules.YH_CommonHelper.logEvent('YB_BRAND_SHOP_HOME_FLR_C', param);
}
... ... @@ -177,8 +177,8 @@ class RedPersonBrandContainer extends Component {
param.FILTER_VALUE = this.props.redBrand.filterNameFactors.toJS();
param.SORT_TYPE = orderWithString(this.props.redBrand.productList.order);
}
console.log('------点击品牌店铺页中全部TAB中的商品列表时---red---');
console.log(param);
// console.log('------点击品牌店铺页中全部TAB中的商品列表时---red---');
// console.log(param);
ReactNative.NativeModules.YH_CommonHelper.logEvent('YB_BRAND_SHOP_GOODS_LIST_C', param);
}
... ... @@ -205,8 +205,8 @@ class RedPersonBrandContainer extends Component {
TEMPLATE_TYPE:this.props.redBrand.shopIntro.shop_template_type,
IS_RED: 1,
}
console.log('------各楼层---red---');
console.log(param);
// console.log('------各楼层---red---');
// console.log(param);
ReactNative.NativeModules.YH_CommonHelper.logEvent('YB_BRAND_SHOP_HOME_FLR_C', param);
}
... ...