Skip to content

Commit 7a633b8

Browse files
committed
fix(后台): 修复后台积分设置体现开关没有勾选
#420
1 parent 60cfacd commit 7a633b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/Admin/CurrencyController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function showConfig()
5959
'basic_conf' => [
6060
'rule' => setting('currency', 'rule', '我是积分规则'),
6161
'cash.rule' => $cash['rule'],
62-
'cash,status' => $cash['status'],
62+
'cash.status' => $cash['status'],
6363
'recharge.rule' => $recharge['rule'],
6464
'recharge.status' => $recharge['status'],
6565
],

0 commit comments

Comments
 (0)