This commit is contained in:
DESKTOP-GMUNQ1B\k 2024-04-02 18:41:12 +08:00
parent b4d25be9b3
commit 88ec36b28e

View File

@ -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)
});
}