作者 anyv
1 个管道 的构建 通过 耗费 0 秒

首页搜索

... ... @@ -181,9 +181,12 @@ class IndexController extends WeChatBaseController
*/
public function search_salesman_goods(){
dump($_POST['book_name']);die;
return $this -> fetch();
if($this -> request -> isPost()){
dump($_POST['book_name']);die;
}else{
return $this -> fetch();
}
}
... ...