Browse Source

刮奖初始 返回横向纵向数量

master
wanghongjun 2 years ago
parent
commit
656407d88a
  1. 2
      app/controller/Zone.php

2
app/controller/Zone.php

@ -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']);

Loading…
Cancel
Save