...
|
...
|
@@ -66,6 +66,14 @@ class MessageContainer extends Component { |
|
|
|
|
|
onPressListItem(item) {
|
|
|
this.props.actions.selectMessageCategory(item);
|
|
|
|
|
|
let id = item.get('id','');
|
|
|
if (id == 6) {
|
|
|
let url = item.get('url','');
|
|
|
NativeModules.YH_CommonHelper.jumpWithUrl(url);
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
NativeModules.YH_CommonHelper.jumpToMessageList(item.toJS());
|
|
|
}
|
|
|
|
...
|
...
|
|