瀏覽代碼

Fix colore box

Luca Parisio 10 月之前
父節點
當前提交
da56f512cf
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/Http/Livewire/Member.php

+ 2 - 2
app/Http/Livewire/Member.php

@@ -2006,10 +2006,10 @@ class Member extends Component
                                     $payed += $row->amount / $tot;
                                 }
                             }
-                            if ($payed < $price)
-                                $class = 'orange half';
                         }
                     }
+                    if ($payed < $price)
+                        $class = 'orange half';
                     //$class .= $extraC;
                 }