...
|
...
|
@@ -123,6 +123,6 @@ export function gotoLogoutReason() { |
|
|
|
|
|
export function gotoOnlineService() {
|
|
|
return (dispatch, getState) => {
|
|
|
ReactNative.NativeModules.YH_CommonHelper.jumpToMessageList({id:'99',inboxCatName:''});
|
|
|
ReactNative.NativeModules.YH_CommonHelper.jumpToMessageList({id:99, inboxCatName:''});
|
|
|
}
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|