Commit e20ec7e4 authored by agping's avatar agping

锁盘后 不能收藏

parent 35e756e8
...@@ -52,8 +52,6 @@ ...@@ -52,8 +52,6 @@
[% if(it[item]["is_lock"] == 0 || check_auth('index/lockHouse') || it[item]["auth_edit_exclusive"] == 1 || it[item]["auth_edit_house"] == 1) { %] [% if(it[item]["is_lock"] == 0 || check_auth('index/lockHouse') || it[item]["auth_edit_exclusive"] == 1 || it[item]["auth_edit_house"] == 1) { %]
<a class="btn1 [%= (it[item]['is_look'] && it[item]['auth_edit_house'] == 0)?'btn-warning':'btn-success' %]" href="#modal_shop_detail" data-id='[%= it[item]["id"] %]' data-toggle="modal">跟进/查看</a> <a class="btn1 [%= (it[item]['is_look'] && it[item]['auth_edit_house'] == 0)?'btn-warning':'btn-success' %]" href="#modal_shop_detail" data-id='[%= it[item]["id"] %]' data-toggle="modal">跟进/查看</a>
[% } %]
<a class="btn1 is_show_shoucang [%= sw(it[item]['is_collect']) %]" data-toggle="modal" data-id='[%= it[item]["id"] %]'> <a class="btn1 is_show_shoucang [%= sw(it[item]['is_collect']) %]" data-toggle="modal" data-id='[%= it[item]["id"] %]'>
[%if(it[item]["is_collect"] == 1) { %] [%if(it[item]["is_collect"] == 1) { %]
取消收藏 取消收藏
...@@ -61,6 +59,7 @@ ...@@ -61,6 +59,7 @@
收藏 收藏
[% } %] [% } %]
</a> </a>
[% } %]
[% if(it[item]['auth_edit_house'] || check_auth('index/houseEdit')) { %] [% if(it[item]['auth_edit_house'] || check_auth('index/houseEdit')) { %]
<a class="btn1 btn-success" href="/admin.php/index/houseEdit?id=[%= it[item]['id']%]" data-toggle="modal" >编辑</a> <a class="btn1 btn-success" href="/admin.php/index/houseEdit?id=[%= it[item]['id']%]" data-toggle="modal" >编辑</a>
......
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