From 6c5165f73c90fbd4e22e4f9a39497b5a25ee37f9 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 26 十二月 2024 09:53:38 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
h5/pages/login/login.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/h5/pages/login/login.vue b/h5/pages/login/login.vue
index 9ab5fd0..7ea600a 100644
--- a/h5/pages/login/login.vue
+++ b/h5/pages/login/login.vue
@@ -45,6 +45,7 @@
}
},
onLoad(option) {
+ console.log('onLoad');
if(option.ywid){
uni.setStorageSync('ywinfo', {
type: option.type,
--
Gitblit v1.9.3