提交 2c02be8f 编写于 作者: d-u-a's avatar d-u-a

fix: openLocation 点击导航栏后退2次的Bug,支持ios侧滑后退

上级 5d8fa183
......@@ -2,14 +2,21 @@ import {
showPage
} from '../page.js'
export function openLocation (data) {
export function openLocation (data, callbackId) {
showPage({
url: '__uniappopenlocation',
data,
style: {
titleNView: {
type: 'transparent'
}
},
popGesture: 'close',
backButtonAutoControl: 'close'
},
onClose() {
invoke(callbackId, {
errMsg: 'openLocation:fail cancel'
})
}
})
return {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册