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')"
                 );