Commit d2ec9547 authored by shajiaming's avatar shajiaming

fix

parent 3bb4c0c8
...@@ -156,8 +156,7 @@ class IssueCoinController extends BaseController ...@@ -156,8 +156,7 @@ class IssueCoinController extends BaseController
} }
if (in_array($params['token_type'], [3, 4])){ if (in_array($params['token_type'], [3, 4])){
$params['template'] = isset($result['template']) ? $result['template'] : []; $model->setScenario(CoinIssueCoin::SCENARIOS_CREATE_MALL);
$model->setScenario(CoinIssueCoin::SCENARIOS_VERIFY_MALL);
} }
$model->load($result, ''); $model->load($result, '');
......
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