提交 5cee6ec1 编写于 作者: tao.wu's avatar tao.wu

Merge branch 'release' into dev-copy-stage2

...@@ -16,7 +16,7 @@ export const JsBridgeOptions = { ...@@ -16,7 +16,7 @@ export const JsBridgeOptions = {
GLOBAL_NAME: 'rocNative', GLOBAL_NAME: 'rocNative',
NATIVE_IOS_NAME: 'rociOS', NATIVE_IOS_NAME: 'rociOS',
NATIVE_ANDROID_NAME: '__rocAndroid', NATIVE_ANDROID_NAME: '__rocAndroid',
initMethodsWithCallBack: ['getToken', 'getUserInfo','addEnclosure', 'getStatusBarHeight','getAppVersionCode'], // value is string initMethodsWithCallBack: ['getToken', 'getUserInfo','addEnclosure', 'getStatusBarHeight','getAppVersionCode','getLocalData'], // value is string
initMethodsWithoutCallBack: [ initMethodsWithoutCallBack: [
'appInit', 'appInit',
'goBack', 'goBack',
...@@ -33,8 +33,7 @@ export const JsBridgeOptions = { ...@@ -33,8 +33,7 @@ export const JsBridgeOptions = {
'setNeedClearUrl', 'setNeedClearUrl',
'dispatchEventByModuleCode', 'dispatchEventByModuleCode',
'sendBuriedPoint', 'sendBuriedPoint',
'openErrorDebug', 'openErrorDebug'
'getLocalData'
] // value is string ] // value is string
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册