|
|
|
@ -53,7 +53,7 @@ class Zone extends BaseController |
|
|
|
$zoneGoodsId = $param['zone_goods_id']; |
|
|
|
|
|
|
|
$info = ZoneGoods::where(['status' => 1,'id' => $zoneGoodsId]) |
|
|
|
->field('max_awards_amount,content,price,bg_image,play_id') |
|
|
|
->field('max_awards_amount,content,price,bg_image,play_id,direction_count as direction,transverse_count as transverse') |
|
|
|
->find(); |
|
|
|
if (empty($info)) $this->renderError('数据不存在'); |
|
|
|
$info['important'] = '最高中奖金额'.format_money($info['max_awards_amount']); |
|
|
|
|