# interceptBackEvent(OBJECT)

开启导航栏返回按钮拦截

示例

this.$app.interceptBackEvent().then(res => {
	console.log(res);
});

success 返回参数说明:

参数名 类型 说明
res String 返回信息

# releaseInterceptBackEvent(OBJECT)

释放导航栏返回按钮拦截

示例

this.$app.releaseInterceptBackEvent().then(res => {
	console.log(res);
});

success 返回参数说明:

参数名 类型 说明
res String 返回信息
Last Updated: 6/8/2022, 6:16:47 PM