|
|
@ -18,9 +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'] = '最高中奖金额'.$item['max_awards_amount']; |
|
|
|
|
|
unset($item['status']); |
|
|
unset($item['status']); |
|
|
unset($item['max_awards_amount']); |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
return $list; |
|
|
return $list; |
|
|
|