xiaogang пре 3 година
родитељ
комит
8f74c9e9ac
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      app/Admin/Actions/Users/UsersInfoForm.php

+ 2 - 2
app/Admin/Actions/Users/UsersInfoForm.php

xqd
@@ -39,8 +39,8 @@ class UsersInfoForm extends Form implements LazyRenderable
 //        }
 
 
-        $user_info = UserInfoModel::query()->where('user_id',$this->payload['user_id'])->first();
-        $this->fill($user_info);
+//        $user_info = UserInfoModel::query()->where('user_id',$this->payload['user_id'])->first();
+//        $this->fill($user_info);
         $this->text('user_id',"用户ID")->readOnly();
         $this->text('nickname', '昵称')->required();
         $this->image('avatar', '头像')->disk('oss')->saveFullUrl()->uniqueName()->removable(false);