@@ -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;