Commit cc964726 authored by shajiaiming's avatar shajiaiming

fix

parent 4fd1323c
...@@ -30,6 +30,8 @@ class WalletController extends BaseController ...@@ -30,6 +30,8 @@ class WalletController extends BaseController
$code = -1; $code = -1;
goto doEnd; goto doEnd;
} }
$data['title'] = $data['name'];
unset($data['name']);
doEnd : doEnd :
return ['code' => $code, 'data' => $data, 'msg' => $msg]; return ['code' => $code, 'data' => $data, 'msg' => $msg];
......
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