4.6.201910221122 • Published 5 years ago

@dfeidao/fd-am000057 v4.6.201910221122

Weekly downloads
5
License
MIT
Repository
-
Last release
5 years ago

页面跳转(从下到上)

Installation

yarn add --dev @dfeidao/fd-am000057

Params

参数说明类型
fd系统参数IFeidaoAiMobile
page_name页面名string
params传递到跳转页面的参数NavigationParams

Example

import IFeidaoAiMobile from '@dfeidao/fd-am000000';
import am057 from '@dfeidao/fd-am000057';

export default async function a001(fd: IFeidaoAiMobile) {
	am057(fd, 'test', {});
}