浏览代码

社媒对facebook

moshaorui 1 周之前
父节点
当前提交
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')"
                 );