feat: update
This commit is contained in:
@ -6,10 +6,12 @@ import { useState } from 'react';
|
|||||||
import PartnerIntro from '@/components/partner-intro';
|
import PartnerIntro from '@/components/partner-intro';
|
||||||
import PartnerInviteList from '@/components/partner-invite-list';
|
import PartnerInviteList from '@/components/partner-invite-list';
|
||||||
import PartnerProfit from '@/components/partner-profit';
|
import PartnerProfit from '@/components/partner-profit';
|
||||||
|
import { PageUrl } from '@/constants/app';
|
||||||
import useInviteCode from '@/hooks/use-invite-code';
|
import useInviteCode from '@/hooks/use-invite-code';
|
||||||
import { getCommonShareMessage } from '@/utils/share';
|
import { getCommonShareMessage } from '@/utils/share';
|
||||||
import './index.less';
|
import './index.less';
|
||||||
|
|
||||||
|
|
||||||
const PREFIX = 'partner';
|
const PREFIX = 'partner';
|
||||||
|
|
||||||
export default function Partner() {
|
export default function Partner() {
|
||||||
@ -24,6 +26,7 @@ export default function Partner() {
|
|||||||
useCapture: false,
|
useCapture: false,
|
||||||
inviteCode,
|
inviteCode,
|
||||||
title: '宝子,送你个播络会员,找工作更方便',
|
title: '宝子,送你个播络会员,找工作更方便',
|
||||||
|
path: PageUrl.GiveVip,
|
||||||
imageUrl: 'https://publiccdn.neighbourhood.com.cn/img/share-coupon.png',
|
imageUrl: 'https://publiccdn.neighbourhood.com.cn/img/share-coupon.png',
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user