|
|
@@ -83,7 +83,7 @@ class AdvertService extends BaseService
|
|
|
|
|
|
// 固定价格和市场浮动价格处理
|
|
|
$item['source_price'] = $item['price'];
|
|
|
- $item['logo_index'] = intval($item['business_id']%5);
|
|
|
+ $item['logo_index'] = intval($item['user_id']%5);
|
|
|
$item['username_text'] = $item['username']? mb_substr($item['username'], 0,1, 'utf-8'):'';
|
|
|
$item['username_hidden'] = $item['username']? format_account($item['username']):'';
|
|
|
$item['limit_min'] = moneyFormat($item['limit_min'], 2);
|