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 @@