From c1f2117e484a73d6268c56f512a96a5ec34aaeca Mon Sep 17 00:00:00 2001 From: puhui999 Date: Thu, 9 Jan 2025 15:37:18 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E3=80=91=E5=88=86=E9=94=80=E9=82=80=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/commission/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/commission/index.vue b/pages/commission/index.vue index 15efa61a..ab0984dd 100644 --- a/pages/commission/index.vue +++ b/pages/commission/index.vue @@ -25,10 +25,11 @@ import sheep from '@/sheep'; import { SharePageEnum } from '@/sheep/util/const'; + /** 分销邀请 */ const shareInfo = computed(() => { return sheep.$platform.share.getShareInfo({ params: { - page: SharePageEnum.POINT.value, + page: SharePageEnum.HOME.value, // 用户通邀请进入到首页 }, }, { type: 'user',