|
@@ -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',
|