跳到主要内容
版本:3.x

FunctionalPageNavigator

仅在插件中有效,用于跳转到插件功能页

支持情况:

参考文档

类型

ComponentType<FunctionalPageNavigatorProps>

FunctionalPageNavigatorProps

参数类型默认值必填说明
versionkeyof Version"release"跳转到的小程序版本,有效值 develop(开发版),trial(体验版),release(正式版);线上版本必须设置为 release
namekeyof Name要跳转到的功能页
argsobject功能页参数,参数格式与具体功能页相关
onSuccessCommonEventFunction功能页返回,且操作成功时触发, detail 格式与具体功能页相关
onFailCommonEventFunction功能页返回,且操作失败时触发, detail 格式与具体功能页相关
onCancelCommonEventFunction因用户操作从功能页返回时触发

API 支持度

API微信小程序H5React NativeHarmony
FunctionalPageNavigatorProps.version✔️
FunctionalPageNavigatorProps.name✔️
FunctionalPageNavigatorProps.args✔️
FunctionalPageNavigatorProps.onSuccess✔️
FunctionalPageNavigatorProps.onFail✔️
FunctionalPageNavigatorProps.onCancel✔️

Version

version 的合法值

参数说明
develop开发版
trial体验版
release正式版

Name

name 的合法值

参数说明
loginAndGetUserInfo用户信息功能页
requestPayment支付功能页
chooseAddress收货地址功能页