From 6f806bd04000f63bdb165abe749c08e21210762c Mon Sep 17 00:00:00 2001 From: doum <doum> Date: 星期四, 21 八月 2025 09:43:16 +0800 Subject: [PATCH] 修BUG --- 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