ymm лет назад: 4
Родитель
Сommit
0172a1d209
1 измененных файлов с 10 добавлено и 5 удалено
  1. 10 5
      microserviceUserH5/vcloud/actFissionShare.html

+ 10 - 5
microserviceUserH5/vcloud/actFissionShare.html

@@ -255,7 +255,7 @@
 <body>
     <div class="ipt"></div>
     <div id="app" v-cloak class="container ">
-       
+
         <div v-if='isshow&&topic!=null' style="margin: 0 auto;">
             <div class="footer">
                 <div class="download-btn">
@@ -318,7 +318,7 @@
             data: {
                 isshow: true,
                 id: GetRequest().id ? GetRequest().id : 404,
-                username: GetRequest().username ? GetRequest().username : 'KtIC61639034703',
+                username: GetRequest().username ? GetRequest().username : '3yWfB1632299939',
                 topic: null,
                 defaultImg: 'this.src="' + "../static/offImg/tou.png" + '"',
                 marqueeList: [],
@@ -380,6 +380,11 @@
                     //     forbidClick: true,
                     //     loadingType: 'spinner',
                     this.stopManyClick(() => {
+                        systemBuriedPoint({
+                            pointName: 'dt_裂变_h5_复制激活码'
+                        }).then(res => {
+                          
+                        })
                         getActivationCode(this.username, this.tagId, this.uuid).then(res => {
                             this.$toast.clear();
                             if (res.status === 0) {
@@ -393,15 +398,15 @@
                                 });
                                 setTimeout(() => {
                                     this.$dialog.close();
-                                    this.download();
+                                    //this.download();
                                 }, 2000)
                             }
 
                         }).catch((error) => {
-                           
+
                             console.log(error)
                             this.$toast('复制失败');
-                            this.download()
+                            //this.download()
 
                         });
                     })