From bdad0769e19d2640194a265bcd997ad5353a47e9 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Tue, 19 Sep 2023 11:23:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/model/ZoneGoods.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/model/ZoneGoods.php b/app/model/ZoneGoods.php index a60f3fc..ac0e066 100644 --- a/app/model/ZoneGoods.php +++ b/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']); $item['max_awards_amount'] = PinyinNumber::getChinese($item['max_awards_amount'],'元'); if ($is_manage) { - $item['important'] = '最高中奖金额'.format_money($item['max_awards_amount']); + $item['important'] = '最高中奖金额'.$item['max_awards_amount']; unset($item['status']); unset($item['max_awards_amount']); }