【代码优化】分销邀请
parent
5cc6d99891
commit
c1f2117e48
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue