xiaogang %!s(int64=4) %!d(string=hai) anos
pai
achega
a0d361cc98
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Admin/Actions/Users/UsersInfoForm.php

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

xqd
@@ -58,7 +58,7 @@ class UsersInfoForm extends Form implements LazyRenderable
                 dd($res);
             });
             $form->radio('state', '阅后即焚')->options([0 => "否", 1 => "是"])->default(0);
-        })->saveAsJson()->label('相册')->when();
+        })->saveAsJson()->label('相册');
         $this->file('video', '视频')->saveAsJson();
     }
 }