Commit 7e6312ef authored by fangliyan's avatar fangliyan

排查断点

parent f4bd7019
......@@ -4,7 +4,7 @@
<?php require APPPATH_MVC.'views/left.php'; ?>
<div class="user-main user-main02">
<div class="hd-bar pos-r">
<h2>收藏的小区</h2>
<h2>关注的小区</h2>
</div>
<div class="user-main user-main03">
<div class="mod-list h-source source-manger03">
......@@ -13,7 +13,6 @@
$n=1;
foreach($collect as $key=>$value){
$collect_value = unserialize($value['collect_value']);
print_r($value);exit;
$streetname = $this->block_model->getstreetname($collect_value['streetid']);
//$house_num = $this->block_model->getBlockHouseNumById($value['collect_id']);
$house_num = $value['actualNewRentCollectInfo'];
......
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