소스 검색

社媒对facebook

moshaorui 3 일 전
부모
커밋
0daf74cca7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/Distributor/Forms/SmmAddAccount.php

+ 1 - 0
app/Distributor/Forms/SmmAddAccount.php

@@ -23,6 +23,7 @@ class SmmAddAccount extends Form
             if ($result['status']) {
                 // 返回 JS 代码触发新窗口打开
                 $url = $result['data']['url'];
+
                 return $this->response()->script(
                     "window.open('{$url}', '_blank')"
                 );