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