Skip to content

Commit

Permalink
fix(后台): 修复后台积分设置体现开关没有勾选
Browse files Browse the repository at this point in the history
  • Loading branch information
medz committed Nov 28, 2018
1 parent 60cfacd commit 7a633b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Admin/CurrencyController.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function showConfig()
'basic_conf' => [
'rule' => setting('currency', 'rule', '我是积分规则'),
'cash.rule' => $cash['rule'],
'cash,status' => $cash['status'],
'cash.status' => $cash['status'],
'recharge.rule' => $recharge['rule'],
'recharge.status' => $recharge['status'],
],
Expand Down

0 comments on commit 7a633b8

Please sign in to comment.