Authored by 孙凯

修改bug review by hongmo

... ... @@ -85,7 +85,7 @@ class BrandContainer extends Component {
}
_onPressSlideItem(data){
ReactNative.NativeModules.YH_ClassifyHelper.pushBrandVC(data);
ReactNative.NativeModules.YH_CommonHelper.pushBrandVC(data);
}
_onPressFilter(value) {
... ...