From 3677915b5ff5cdcad24f35eff10a7a861f8508b7 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期一, 13 十月 2025 09:52:40 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/small-program/App.vue b/small-program/App.vue
index bb12718..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',
@@ -33,9 +32,15 @@
 					}
 				})
 			}
+			uni.showShareMenu({
+			  withShareTicket: true,
+			  menus: ['shareAppMessage', 'shareTimeline']
+			})
+
 		},
 		onShow: function() {
 			console.log('App Show')
+			this.getLocaltionBiz() 
 		},
 		onHide: function() {
 			console.log('App Hide')

--
Gitblit v1.9.3