【代码优化】分销邀请
parent
5cc6d99891
commit
c1f2117e48
|
@ -25,10 +25,11 @@
|
||||||
import sheep from '@/sheep';
|
import sheep from '@/sheep';
|
||||||
import { SharePageEnum } from '@/sheep/util/const';
|
import { SharePageEnum } from '@/sheep/util/const';
|
||||||
|
|
||||||
|
/** 分销邀请 */
|
||||||
const shareInfo = computed(() => {
|
const shareInfo = computed(() => {
|
||||||
return sheep.$platform.share.getShareInfo({
|
return sheep.$platform.share.getShareInfo({
|
||||||
params: {
|
params: {
|
||||||
page: SharePageEnum.POINT.value,
|
page: SharePageEnum.HOME.value, // 用户通邀请进入到首页
|
||||||
},
|
},
|
||||||
}, {
|
}, {
|
||||||
type: 'user',
|
type: 'user',
|
||||||
|
|
Loading…
Reference in New Issue