Commit b3878737 by 赵增煜

测试pull

parent f167bc55
...@@ -136,6 +136,7 @@ public function update(Request $request) ...@@ -136,6 +136,7 @@ public function update(Request $request)
// return $this->failed('验证码错误'); // return $this->failed('验证码错误');
// } // }
$data->name = $request->input('name'); $data->name = $request->input('name');
$data->id_card = $id_card; $data->id_card = $id_card;
$data->gender = $gender; $data->gender = $gender;
......
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 sign in to comment