This commit is contained in:
“wanyongkang”
2021-02-21 16:54:25 +08:00
parent 1df311435a
commit 04eba70dae

View File

@@ -155,6 +155,8 @@ class FinanceCheck extends Controller
'wuxian' => '无限',
'shihui' => '实惠',
'gongxiang' => '共享',
'xigua' => '西瓜',
'mogu' => '蘑菇',
];
foreach ($list as $k => &$v) {
$v['type'] = $types[$v['type'] - 1];