关闭原生弹窗容器。Android端调用 popNativePage(type=1),iOS端调用 dismissPage
params
Object
N
{}
this.$bridge.dismissPage().then(res => { // 成功 }).catch(err => { // 失败,会回退到 backToNative })
← backToHomePage 返回App首页 getWeexPath 获取weex根路径 →