A\An hace 3 años
padre
commit
0204395ab2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/view/iframe/bind-tweet/bind-tweet.vue

+ 1 - 0
src/view/iframe/bind-tweet/bind-tweet.vue

@@ -37,6 +37,7 @@ const seSend = async () => {
         "POPUP_PUBLISH_TWITTER_RED_PACK",
         {...publishData},
         function (response) {
+            close();
             console.log("res", response);
         }
     );