From 2d02eb82474e43faedfe06910381ede0eda67f3c Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期一, 13 十月 2025 09:40:04 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/jinkuai

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

diff --git a/small-program/App.vue b/small-program/App.vue
index 21a6b67..931fcfe 100644
--- a/small-program/App.vue
+++ b/small-program/App.vue
@@ -7,7 +7,6 @@
 		},
 		onLaunch: function() {  
 			var that = this;
-			that.getLocaltionBiz() 
 			if (!this.openid || this.openid =='') {
 				uni.login({
 					provider: 'weixin',
@@ -41,6 +40,7 @@
 		},
 		onShow: function() {
 			console.log('App Show')
+			this.getLocaltionBiz() 
 		},
 		onHide: function() {
 			console.log('App Hide')

--
Gitblit v1.9.3