From c5f1a3589bd8924c11dbe01aabe1e760a14df3e4 Mon Sep 17 00:00:00 2001 From: zhao_js <349234519@qq.com> Date: 星期一, 21 十月 2024 19:34:29 +0800 Subject: [PATCH] no message --- uniapp/components/empowerModel.vue | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/uniapp/components/empowerModel.vue b/uniapp/components/empowerModel.vue index 1a75cfd..1e06b80 100644 --- a/uniapp/components/empowerModel.vue +++ b/uniapp/components/empowerModel.vue @@ -34,12 +34,24 @@ }, 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 => { + console.log(result) + }); + } */ }, methods: { confirm() { + console.log(getApp().globalData.appinfo); console.log(plug); plug.login({}, result => { + console.log(result); var nick = result.userinfo.nick if (result.code == 0) { plug.taobaoOauth({ -- Gitblit v1.9.3