diff --git a/App.vue b/App.vue index 1adf5e3..fb9d165 100644 --- a/App.vue +++ b/App.vue @@ -12,10 +12,8 @@ // #endif }, onShow: function() { - console.log('App Show') }, onHide: function() { - console.log('App Hide') }, methods:{ wxmpLogin: function(needLoad=true) { diff --git a/index.html b/index.html index c3ff205..d6394b3 100644 --- a/index.html +++ b/index.html @@ -17,4 +17,20 @@
+ diff --git a/pages/auth/login.vue b/pages/auth/login.vue index 6b9ff1c..b0916a3 100644 --- a/pages/auth/login.vue +++ b/pages/auth/login.vue @@ -90,6 +90,9 @@ // #ifdef APP-PLUS that.appLogin() // #endif + // #ifdef H5 + that.appLogin() + // #endif // #ifdef MP-WEIXIN that.wxmpLogin() // #endif