|
@@ -42,7 +42,6 @@ class bonusexControl extends mobileControl
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-
|
|
|
private function isMineType(bonus\type $type)
|
|
|
{
|
|
|
return ($type->sender_id() == $_SESSION['member_id'] || $type->relayer_id() == $_SESSION['member_id']);
|
|
@@ -735,7 +734,7 @@ function bonus_brands()
|
|
|
|
|
|
|
|
|
echo '<div class="prompt text_left">
|
|
|
- <p class="pro">熊猫美妆内品牌列表</p>
|
|
|
+ <p class="pro">官方授权品牌</p>
|
|
|
</div>
|
|
|
<div class="brands_list">';
|
|
|
|
|
@@ -745,6 +744,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>";
|
|
|
}
|