From da81a3c2ea2e59e565c51acb707d09c9ae7b7f02 Mon Sep 17 00:00:00 2001 From: zhl Date: Tue, 14 Dec 2021 20:12:25 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E5=88=86=E4=BB=A3=E7=A0=81=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=B9=B3=E5=8F=B0=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 3 +++ src/pages/me/index.vue | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/App.vue b/src/App.vue index 25f0294..41b4012 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,8 +7,11 @@ mpType: 'app', async onLaunch(options: any) { console.log('App Launch ', options) + console.log('platform: ', uni.getSystemInfoSync()) + //#ifdef MP-WEIXIN await sdkManage.init(options); await sdkManage.login(); + // #endif }, onShow() { console.log('App Show') diff --git a/src/pages/me/index.vue b/src/pages/me/index.vue index 9f8abb2..04f1f3a 100644 --- a/src/pages/me/index.vue +++ b/src/pages/me/index.vue @@ -1,12 +1,14 @@