hk 4 лет назад
Родитель
Сommit
b0cd77aae0
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/Admin/Actions/Post/BatchStatus.php

+ 1 - 0
app/Admin/Actions/Post/BatchStatus.php

@@ -40,5 +40,6 @@ class BatchMsg extends BatchAction
 
     public function form(){
         $this->textarea('msg', '回复内容');
+        $this->textarea('msg', '回复内容');
     }
 }