...
|
...
|
@@ -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() {
|
...
|
...
|
|