Browse Source

优化

master
wanghongjun 2 years ago
parent
commit
bdad0769e1
  1. 2
      app/model/ZoneGoods.php

2
app/model/ZoneGoods.php

@ -18,7 +18,7 @@ class ZoneGoods extends \think\Model
if ($item['cover_image']) $item['cover_image'] = get_image_url($item['cover_image']); if ($item['cover_image']) $item['cover_image'] = get_image_url($item['cover_image']);
$item['max_awards_amount'] = PinyinNumber::getChinese($item['max_awards_amount'],'元'); $item['max_awards_amount'] = PinyinNumber::getChinese($item['max_awards_amount'],'元');
if ($is_manage) { if ($is_manage) {
$item['important'] = '最高中奖金额'.format_money($item['max_awards_amount']); $item['important'] = '最高中奖金额'.$item['max_awards_amount'];
unset($item['status']); unset($item['status']);
unset($item['max_awards_amount']); unset($item['max_awards_amount']);
} }

Loading…
Cancel
Save