提交 549d3724 编写于 作者: d-u-a's avatar d-u-a

fix: openLocation 点击导航栏返回按钮后台2次的Bug

上级 0fec7c31
import {
invoke
} from '../../bridge'
import {
showPage
} from '../page.js'
......@@ -13,7 +17,7 @@ export function openLocation (data, callbackId) {
popGesture: 'close',
backButtonAutoControl: 'close'
},
onClose() {
onClose () {
invoke(callbackId, {
errMsg: 'openLocation:fail cancel'
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册