From 428bbf6ac7e2236645f42b749477804d9e9e9364 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Tue, 19 Aug 2025 11:30:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E4=BA=AB=E6=8E=A8=E5=B9=BF=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E8=B7=B3=E8=BD=AC=E5=88=B0=E4=BA=8C=E7=BB=B4=E7=A0=81?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/profile/profile.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pages/profile/profile.vue b/pages/profile/profile.vue index a04aa94..6e692c2 100644 --- a/pages/profile/profile.vue +++ b/pages/profile/profile.vue @@ -8,7 +8,7 @@ - + @@ -171,6 +171,11 @@ export default { url: '/pages/useList/useList', }) }, + goToSharePromotion() { + uni.navigateTo({ + url: '/pages/agents/requestAgent', + }) + }, }, }