...
|
...
|
@@ -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(){
|
...
|
...
|
|