From 7a89892d6ac9c181febed610b62f1aeb8145099b Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期六, 03 八月 2024 06:58:48 +0800 Subject: [PATCH] update --- App.vue | 16 ++++++++++++---- 1 files changed, 12 insertions(+), 4 deletions(-) diff --git a/App.vue b/App.vue index d8ad526..f423ad2 100644 --- a/App.vue +++ b/App.vue @@ -51,10 +51,18 @@ // #endif } // #endif - // #ifdef PUB_CUSTOMER - uni.reLaunch({ - url: '/pages/home/home' - }) + // #ifdef PUB_CUSTOMER + // 需要处理一下,判断是跳转登录还是原封不动 + if(options.partnerUserId){ + //需要去注册页面 + console.log('options',options) + + }else{ + uni.reLaunch({ + url: '/pages/home/home' + }) + } + // #endif }, -- Gitblit v1.9.3