From a2b23fbab2eb147dc009dd05d30299006e483059 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Mon, 13 Oct 2025 09:55:21 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81h5=E7=AB=AF?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/auth/login.vue | 3 +++ 1 file changed, 3 insertions(+) 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 From c3947502dae33e6cd815caf7b965d2c7f8a249cb Mon Sep 17 00:00:00 2001 From: caoqianming Date: Mon, 13 Oct 2025 10:31:11 +0800 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20h5=E9=A1=B5=E9=9D=A2=E6=97=B6?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E6=8E=A5=E7=AE=A1=E5=AE=89=E5=8D=93=E8=BF=94?= =?UTF-8?q?=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 2 -- index.html | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) 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 @@
+