heyang 3 years ago
parent
commit
923eb3d412
1 changed files with 5 additions and 5 deletions
  1. 5 5
      microserviceUserH5/vcloud/actFissionShare.html

+ 5 - 5
microserviceUserH5/vcloud/actFissionShare.html

@@ -638,7 +638,7 @@
                     }).catch((error) => {
                         alert(error)
                         this.$toast('复制失败');
-                        this.download()
+                        // this.download()
 
                     });
                 },
@@ -681,7 +681,7 @@
                         })
                         getActivationCode(this.username, this.tagId, this.uuid, captchaVerification).then(res => {
                             this.$toast.clear();
-                            if (res.status === 0) {
+                            if (res.status === 0) {username
                                 this.code = res.data;
                                 this.copyUrl();
                                 if(isIOS){
@@ -705,14 +705,14 @@
                                 });
                                 setTimeout(() => {
                                     this.$dialog.close();
-                                    this.download();
+                                    // this.download();
                                 }, 2000)
                             }
 
                         }).catch((error) => {
                             alert(error)
                             this.$toast('复制失败');
-                            this.download()
+                            // this.download()
 
                         });
                     })
@@ -855,7 +855,7 @@
                 share(){
                     if (isAndroid) {
                         window.native.share(this.dataObj.strategyTitle, this.dataObj.contentText, 
-                        `${baseUrl}/h5/microserviceUserH5/vcloud/actFissionShare.html?strategyId=${this.dataObj.id}&type=2`, `${baseUrl}/file-center/fileOperate/getImage?id=${this.dataObj.fileId}`);
+                        `${baseUrl}/h5/microserviceUserH5/vcloud/actFissionShare.html?strategyId=${this.dataObj.id}&username=${username}&tagId=${tagId}&type=2`, `${baseUrl}/file-center/fileOperate/getImage?id=${this.dataObj.fileId}`);
                     } else if (isiOS) {
                         window.webkit.messageHandlers.share.postMessage({
                             title: this.dataObj.strategyTitle,