Browse Source

优化

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

2
app/model/ZoneGoods.php

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

Loading…
Cancel
Save