Commit bab8f2d9 authored by rlgy's avatar rlgy

update

parent a0333f16
...@@ -86,7 +86,7 @@ class CoinPublishRuleController extends BaseController ...@@ -86,7 +86,7 @@ class CoinPublishRuleController extends BaseController
if ($amount['code'] == 0) { if ($amount['code'] == 0) {
$amount = $amount['amount']; $amount = $amount['amount'];
} else { } else {
$amount = 'error'; $amount = 0;
} }
//获取热钱包数量 //获取热钱包数量
return $this->render('list', return $this->render('list',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment