diff --git a/utils/uniMPevent.js b/utils/uniMPevent.js index 3b414bd..12bd385 100644 --- a/utils/uniMPevent.js +++ b/utils/uniMPevent.js @@ -11,9 +11,11 @@ export const initEvent = () => { // 用户如果没有注册商户 从小程序返回 入驻页面 if (ret.event == 'closeAppToOpenShop') { mp.closeUniMP(ret.fromAppid, (ret) => { - uni.navigateTo({ - url: "/pages/store/settled/index" - }) + setTimeout(() => { + uni.navigateTo({ + url: "/pages/store/settled/index" + }) + }, 200) }); }