util.js 83 字节
Newer Older
fxy060608's avatar
fxy060608 已提交
1 2 3
export function invoke (...args) {
  return UniServiceJSBridge.invoke(...args)
}