Commit fd250a58 authored by fangliyan's avatar fangliyan

合并分支 'subscribe2.0' 到 'release'

小区收藏

查看合并请求 !37
parents be115003 491e4282
...@@ -1289,10 +1289,7 @@ class Esf_center_api extends MY_Controller { ...@@ -1289,10 +1289,7 @@ class Esf_center_api extends MY_Controller {
$blockid = $this->input->get('id'); $blockid = $this->input->get('id');
$city = $this->input->get('city'); $city = $this->input->get('city');
$city = $city ? $city : 'nj'; $city = $city ? $city : 'nj';
echo 'sss';
echo $uid;
$result = $this->user_model->getusercollectid($uid,$blockid,$city); $result = $this->user_model->getusercollectid($uid,$blockid,$city);
print_r($result);eixt;
//已关注此房源 //已关注此房源
if( $result > 0 ) if( $result > 0 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment