作者 潘浩文
1 个管道 的构建 通过 耗费 0 秒

测试反馈修改

... ... @@ -93,7 +93,7 @@ class ActiveController extends WeChatBaseController
public function comment2(){
$id=$this->request->param('id');
$this->assign('id', $id);
return $this->fetch();
return $this->fetch('comment');
}
public function commentPost(){
... ...