Showing
1 changed file
with
1 additions
and
1 deletions
@@ -123,6 +123,6 @@ export function gotoLogoutReason() { | @@ -123,6 +123,6 @@ export function gotoLogoutReason() { | ||
123 | 123 | ||
124 | export function gotoOnlineService() { | 124 | export function gotoOnlineService() { |
125 | return (dispatch, getState) => { | 125 | return (dispatch, getState) => { |
126 | - ReactNative.NativeModules.YH_CommonHelper.jumpToMessageList({id:'99',inboxCatName:''}); | 126 | + ReactNative.NativeModules.YH_CommonHelper.jumpToMessageList({id:99, inboxCatName:''}); |
127 | } | 127 | } |
128 | } | 128 | } |
-
Please register or login to post a comment