...
|
...
|
@@ -516,7 +516,6 @@ class User extends Api |
|
|
{
|
|
|
$post = $this->request->post();
|
|
|
$model = UserSize::detail($this->user['id'], $post['user_size_id']);
|
|
|
$this->success(json_encode($model->edit($post)));
|
|
|
if(empty($model)){
|
|
|
$this->error(__('尺寸信息不存在'));
|
|
|
}
|
...
|
...
|
|