App.vue @@ -52,9 +52,17 @@ } // #endif // #ifdef PUB_CUSTOMER // 需要处理一下,判断是跳转登录还是原封不动 if(options.partnerUserId){ //需要去注册页面 console.log('options',options) }else{ uni.reLaunch({ url: '/pages/home/home' }) } // #endif },