lihao 2 éve%!(EXTRA string=óta)
szülő
commit
e94ba5c08f
1 módosított fájl, 2 hozzáadás és 16 törlés
  1. 2 16
      pages/activity/invite-user/fission.vue

+ 2 - 16
pages/activity/invite-user/fission.vue

@@ -200,10 +200,12 @@
 </template>
 
 <script>
+
 import { Toast } from 'vant';
 // import NativeShare from 'nativeshare';
 // import { fileKeyToUrl } from '@/plugins/file-center.js';
 
+
 export default {
   auth: false,
   name: 'Fission',
@@ -413,22 +415,6 @@ export default {
         });
       }
     },
-    // async shareReceiveCloudPhone() {
-    //   try {
-    //     const res = await this.$axios.$post('/resources/register/send/cloud/phone/shareReceiveCloudPhone', {}, { headers: { Authorization: this.token } });
-    //     Dialog.alert({
-    //       message: res.msg,
-    //     }).then(() => {
-    //       this.showShare = false
-    //     });
-    //     this.addUserVisit(7);
-    //   } catch (err) {
-    //     Toast({
-    //       message: err.message,
-    //       position: 'top'
-    //     });
-    //   }
-    // },
     async receiveLevelAward(goodsId) {
       try {
         const res = await this.$axios.$post('/activity/v1/level/award/receiveLevelAward', { activityId: this.myCodeFrom.activityId, goodsId }, { headers: { Authorization: this.token } });