nieyuge 2 anni fa
parent
commit
cf50296c41
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      components/MobileGuidePage.vue

+ 3 - 1
components/MobileGuidePage.vue

@@ -171,7 +171,9 @@ export default {
             })
             })
 
 
             // jump
             // jump
-            window.location.href = `https://twitter.com/intent/retweet?tweet_id=${this.detail.repostSrcContentId || this.detail.srcContentId}`;
+            setTimeout(() => {
+                window.location.href = `https://twitter.com/intent/retweet?tweet_id=${this.detail.repostSrcContentId || this.detail.srcContentId}`;
+            }, 300)
         }
         }
     }
     }
 }
 }