From 280bbc8fca6c6b52a334996258cd7d86532369d7 Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期四, 27 七月 2023 15:57:26 +0800 Subject: [PATCH] Merge tag '类目跳转修复' into develop --- uniapp/components/empowerModel.vue | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/uniapp/components/empowerModel.vue b/uniapp/components/empowerModel.vue index f104ba0..1e06b80 100644 --- a/uniapp/components/empowerModel.vue +++ b/uniapp/components/empowerModel.vue @@ -34,6 +34,10 @@ }, created() { this.applogo = getApp().globalData.appinfo.logo + if(!getApp().globalData.hasbcinit) + { + getApp().bcInit(); + } /* console.log(uni.getSystemInfoSync().platform); if (uni.getSystemInfoSync().platform == 'ios') { plug.init({}, result => { @@ -47,7 +51,7 @@ console.log(getApp().globalData.appinfo); console.log(plug); plug.login({}, result => { - console.log(plug); + console.log(result); var nick = result.userinfo.nick if (result.code == 0) { plug.taobaoOauth({ -- Gitblit v1.9.3