1
This commit is contained in:
parent
b4d25be9b3
commit
88ec36b28e
@ -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)
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user