소스 검색

no message

A\An 3 년 전
부모
커밋
0204395ab2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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);
         }
     );