Commit aed28fe8 authored by hujun's avatar hujun

vip_house

parent 1fd122f7
......@@ -87,9 +87,15 @@
[% } %]
</a>
[% } %]
[% if(it[item]['auth_edit_house'] || check_auth('index/houseEdit')) { %]
<a class="btn1 btn-success" href="/admin.php/index/houseEdit?id=[%= it[item]['id']%]" >编辑</a>
[% if(it[item]["is_vip"] == 1) { %]
[% if (check_auth('index/vipHouse')) { %]
<a class="btn1 btn-success" href="/admin.php/index/houseEdit?id=[%= it[item]['id']%]" >编辑</a>
[% } %]
[% }else{ %]
[% if(it[item]['auth_edit_house'] || check_auth('index/houseEdit')) { %]
<a class="btn1 btn-success" href="/admin.php/index/houseEdit?id=[%= it[item]['id']%]" >编辑</a>
[% } %]
[% } %]
<a class="btn1 btn-default btn-default-show-caozuo">>>></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