From 22701fc697c322019292f38751098427c3d0fdc6 Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期三, 14 六月 2023 11:29:04 +0800 Subject: [PATCH] no message --- uniapp/App.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/uniapp/App.vue b/uniapp/App.vue index 28c9a50..2940aa8 100644 --- a/uniapp/App.vue +++ b/uniapp/App.vue @@ -82,7 +82,8 @@ }); */ APPUpdate(); // #endif - this.getAppInfo() + this.getAppInfo(); + //this.that.bcInit(); let userInfo = uni.getStorageSync('userInfo') if (userInfo.id) { this.login(userInfo) @@ -191,6 +192,7 @@ const plug = uni.requireNativePlugin('xiguazhu-baichuan'); console.log(plug) plug.init({}, result => { + //console.log('1111111111111111111'); console.log(result); // code绛変簬0灏辨槸鍒濆鍖栨垚鍔� if(result.code==0) { -- Gitblit v1.9.3