Explorar o código

修改图片余数

stanley-king %!s(int64=8) %!d(string=hai) anos
pai
achega
84854ea2c4
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      mobile/control/bonusex.php

+ 3 - 0
mobile/control/bonusex.php

@@ -745,6 +745,9 @@ function bonus_brands()
         echo "<div><img src=\"{$logo}\"/></div>";
     }
     $left = $count % 3;
+    if($left > 0) {
+        $left = 3 - $left;
+    }
     for($index = 0; $index < $left; ++$index) {
         echo "<div></div>";
     }