From 907ec8bf7687f8feaf4efbad3c98c585c31fc0e8 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 21 八月 2025 10:53:23 +0800
Subject: [PATCH] 优化

---
 small-program/App.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/small-program/App.vue b/small-program/App.vue
index 9bfe61a..01f3c1e 100644
--- a/small-program/App.vue
+++ b/small-program/App.vue
@@ -4,7 +4,8 @@
 		computed: {
 			...mapState(['userInfo','openid'])
 		},
-		onLaunch: function() {
+		onLaunch: function() { 
+			console.log(ua)  
 			var that = this;
 			if (!this.openid || this.openid =='') {
 				uni.login({

--
Gitblit v1.9.3