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;