moshaorui 1 日 前
コミット
942092329b
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/Distributor/Controllers/SmmPostLogController.php

+ 1 - 1
app/Distributor/Controllers/SmmPostLogController.php

@@ -43,7 +43,7 @@ class SmmPostLogController extends AdminController
                 2 => 'success',
                 3 => 'orange1',
             ])->display(function ($value) {
-                if ($this->status == 3 && $this->request_count <=2) {
+                if ($this->status == 3 && $this->request_count <=1) {
                     return "<span class='label' style='background:#3085d6'>".admin_trans_label('retrying').'</span>';
                 } else {
                     return $value;