From 802290838fd05c7236dae780900b4bacb20c82df Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期五, 02 八月 2024 16:27:26 +0800 Subject: [PATCH] add 二维码格式 --- 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