Commit 7864ea62 authored by agping's avatar agping

隐藏商铺名称

parent 9d90b201
...@@ -106,12 +106,7 @@ define(['doT', 'jquery', 'text!temp/menu_template_tpl.html', 'layer'], function ...@@ -106,12 +106,7 @@ define(['doT', 'jquery', 'text!temp/menu_template_tpl.html', 'layer'], function
e.preventDefault(); e.preventDefault();
e.stopPropagation(); e.stopPropagation();
var _this = $(this); var _this = $(this);
// if(_this.data('href') == '/index/getHouseList' || _this.data('href') == '/index/followUpList' || _this.data('href') == '/index/users_list' || _this.data('href') == '/index/RemarkFollowList'){
// window.open(_this.data('href'));//改为在新标签页打开
//
// }else{
location.href = _this.data('href'); location.href = _this.data('href');
// }
}); });
_doc.on('click', '.menu-main-li', function(e){ _doc.on('click', '.menu-main-li', function(e){
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<tr class="text-center"> <tr class="text-center">
<td>[%= it[item]['look_time'] %]</td> <td>[%= it[item]['look_time'] %]</td>
<td>[%= it[item]['house_id'] %]</td> <td>[%= it[item]['house_id'] %]</td>
<td>[%= it[item]['internal_title'] %]</td> <td>[%= hideStr(it[item]['internal_title']) %]</td>
<td>[%= it[item]['agent_name'] %]</td> <td>[%= it[item]['agent_name'] %]</td>
</tr> </tr>
[% } %] [% } %]
......
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