Commit e096885b authored by zhuwei's avatar zhuwei

1

parent 65143629
......@@ -698,6 +698,7 @@ class Shop extends Basic
$result['is_can_edit_only_contract'] = $s_house->isCanEditOnlyContract($this->agentId,$params["id"]);
#商铺视频
// dump('999');exit;
$result['shop_videos'] = $s_house->getHouseVideoList($params['id']);
$result['shop_videos_length'] = $s_house->getHouseVideoLength();
......
......@@ -1057,8 +1057,7 @@ class HouseService
$result_[$k]['create_time'] = $v['create_time'];
$result_[$k]['check_time'] = $v['check_time'];
}
return $result;
return $result_;
}
/**
......
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