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

调试相关bug

... ... @@ -137,6 +137,8 @@ class ExpertController extends WeChatBaseController
$user_type=Db::name('user')->where(['id'=>cmf_get_current_user_id()])->value('user_type');
if($user_type==3){
echo 1111;
exit();
return $this->fetch();//专家
}else{
return $this->fetch('inquirydetail2');//用户
... ...