|
@@ -753,7 +753,7 @@ function bonus_output_mine($output)
|
|
|
{
|
|
|
$bonus = \bonus\user_bonus::create_by_param($mine_bonus);
|
|
|
echo('<div class="price">');
|
|
|
- echo('<p><span>' . $bonus->bonus_value() . "</span>元</p>");
|
|
|
+ echo('<p style="color:#E73636;"><span>' . $bonus->bonus_value() . "</span>元</p>");
|
|
|
echo('</div>');
|
|
|
echo('<input type="hidden" id="mine_bonus" value=' ."{$bonus->bonus_sn()}>");
|
|
|
$mobile = $bonus->user_mobile();
|