HomeDocs
跳到主要内容

dlt.showHomeButton

简介

显示主页按钮

参数

属性类型默认值必填项描述
actionstring同 app.json 中 navigationBarHomeAction 字段属性, 如果 navigationBarHomeAction 配置为空则为 homehome :小房子按钮且返回主页
back:向左返回箭头,仅返回一级
all : 显示返回与小房子胶囊体
successfunction接口调用成功的回调函数
failfunction接口调用失败的回调函数
completefunction接口调用结束的回调函数(调用成功、失败都会执行)

示例代码

dlt.showHomeButton({
action: 'home',
success(res) {
console.log('success: ', res);
},
});
Privacy agreementDeveloper agreementcontact us: developer_service.mi@transsion.com © 2024 MiniApp. All Rights Reserved.