Commit 08b84101 authored by 郑磊's avatar 郑磊

1

parent f2a064fe
import { callNativeApi } from './native-api-base'
/**
* 跳转动作配置
*/
export interface JumpConfig {}
/**
* 执行跳转动作
* @param config
*/
export function invokeJumpConfig(config: JumpConfig): void {
callNativeApi('actionAsPhp', config)
}
export interface Action {}
/**
* 执行动作
* @param action
*/
export function invokeAction(action: Action) {}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment