Переглянути джерело

【代码优化】分销邀请

puhui999 7 місяців тому
батько
коміт
c1f2117e48
1 змінених файлів з 2 додано та 1 видалено
  1. 2 1
      pages/commission/index.vue

+ 2 - 1
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',