Authored by 孙凯

更新 数据上传点 review by hongmo

... ... @@ -80,6 +80,13 @@ class BrandContainer extends Component {
this.props.actions.getBrandResource(selectedChannelId);
this.props.actions.searchHistory();
this.props.actions.hotKeyword();
let params = {
CAT_NUM: parseInt(selectedChannelId) + '',
};
NativeModules.YH_CommonHelper.logEvent('YB_CATEGORY_BRAND_LIST_SG', params);
NativeModules.YH_CommonHelper.logEvent('YB_CATEGORY_BRAND_LIST_CH', params);
}
componentWillUnmount() {
... ...