Authored by 孙凯

添加事件 review by zhanglixia

... ... @@ -128,7 +128,7 @@ export default class Home extends Component {
key={'row' + rowID}
rowID={rowID}
data={Immutable.fromJS(rowData)}
// onPressProduct={this.props.onPressProduct}
onPressProduct={this.props.pushBrandVC}
/>
);
... ...
... ... @@ -95,7 +95,7 @@ class HomeContainer extends Component {
//原生跳转
_pushBrandVC(data){
console.log(data);
console.log(data.toJS());
// ReactNative.NativeModules.YH_CommonHelper.pushBrandVC(data);
}
... ...