Commit bcde9a34 authored by shajiaiming's avatar shajiaiming

fix

parent fe28e0a0
......@@ -108,6 +108,7 @@ class CoinController extends BaseController
$introduce[$lang[$key]] = $val;
}
unset($data['nickname']);
unset($data['introduce']);
$data['nickname'] = $nickname;
$data['introduce'] = $introduce;
$result = $coin->addOne($data);
......
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