Browse Source

feat(邀请好友): 修复参数

zengzhixiang 2 years ago
parent
commit
01816d6173
2 changed files with 3 additions and 12 deletions
  1. 3 3
      pages/activity/invite-user/index.vue
  2. 0 9
      pages/index.vue

+ 3 - 3
pages/activity/invite-user/index.vue

@@ -216,7 +216,7 @@ export default {
       activityRules: '',
       myActivationCode: [],
       myCodeFrom: {
-        actibityId: null,
+        activityId: null,
         pageNum: 1,
         pageSize: 8,
       },
@@ -355,7 +355,7 @@ export default {
       );
       // res.data.type = 2;
       this.data = res.data;
-      this.myCodeFrom.actibityId = res.data.activityId;
+      this.myCodeFrom.activityId = res.data.activityId;
     },
     async getMyActivationCode(params) {
       try {
@@ -412,7 +412,7 @@ export default {
         // 浏览器环境
 
         await this.$native.clipboard.writeText(
-          `${this.shareInfo.link} 唔即云手机`,
+          `${this.shareInfo.link} 双子星云手机`,
         );
         // throw new Error('1231');
         this.$toast.success('链接复制成功');

+ 0 - 9
pages/index.vue

@@ -7,15 +7,6 @@
       </div>
     </div>
     <div class="">{{ FILE_PREFIX }}</div>
-    <img
-      :src="
-        $file.getUrl({
-          fileKey: 'LowLevelMultipartUpload_18706407955405619211',
-          type: 'popup',
-        })
-      "
-      alt=""
-    />
   </div>
 </template>