...
|
...
|
@@ -410,7 +410,13 @@ class IndexController extends WeChatBaseController |
|
|
}
|
|
|
|
|
|
public function remmoedExpert(){
|
|
|
dump(input());
|
|
|
$map['id']=input('id');
|
|
|
$expert=\db('portal_categroy')->where($map)->value('expert');
|
|
|
if(empty($expert)){
|
|
|
$this->error('');
|
|
|
}
|
|
|
$expert=$this->UserModel->getUser($expert);
|
|
|
dump($expert);
|
|
|
}
|
|
|
|
|
|
public function inqueryPost(){
|
...
|
...
|
|