From 3ce6831fed8f4f8e710a7e3d67bf25afcb524a1c Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Mon, 11 Sep 2023 16:41:00 +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 606fe58..071750f 100644 --- a/app/model/ZoneGoods.php +++ b/app/model/ZoneGoods.php @@ -14,7 +14,7 @@ class ZoneGoods extends \think\Model $list = self::where($where)->field($field)->order('id desc')->select()->toArray(); foreach ($list as &$item) { if ($item['cover_image']) $item['cover_image'] = get_image_url($item['cover_image']); - if (!$is_manage) { + if ($is_manage) { $item['important'] = '最高中奖金额'.format_money($item['max_awards_amount']); unset($item['status']); unset($item['max_awards_amount']);