Commit f28d5c82 by amateur

修改错误代码

1 parent f0392d78
......@@ -12,7 +12,7 @@ export const JsInterfaces = objVal2Array(JsMethodNames)
export const NativeApi = {
on: (jsMethodName, callback) => {
$api.on(jsinterface, callback)
$api.on(jsMethodName, callback)
},
call: (nativeMethodName, param, isBack) => {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!