From a4ff3ca3c55d8ce83f2592f511e6337cc573279b Mon Sep 17 00:00:00 2001 From: 396316021 <396316021@qq.com> Date: Mon, 4 Dec 2023 16:55:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=A6=96=E9=A1=B5=E5=88=86?= =?UTF-8?q?=E4=BA=AB=E6=9C=8B=E5=8F=8B=E5=9C=88,=E5=88=86=E4=BA=AB?= =?UTF-8?q?=E7=BB=99=E6=9C=8B=E5=8F=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/Index/index.vue | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/pages/Index/index.vue b/pages/Index/index.vue index 120ca00..2df3664 100644 --- a/pages/Index/index.vue +++ b/pages/Index/index.vue @@ -31,6 +31,7 @@ import log from "@/utils/log"; import {userDetail, userExtends} from "@/api/user"; import {allBadgeCount, allChatCount, waitOrderCount} from "../../api/other"; + import {onShareAppMessage} from "@dcloudio/uni-app"; export default { components: { FooterNav, @@ -220,7 +221,19 @@ this.title = newVal; } } - } + }, + onShareAppMessage() { + return { + title:'汪汪行天下', + path:'/pages/Index/index', + } + }, + onShareTimeline() { + return { + title:'汪汪行天下', + path:'/pages/Index/index', + } + }, }