Commit a66f0071 authored by agping's avatar agping

推荐至首页

parent c6271c7a
......@@ -79,7 +79,15 @@
[% if(check_auth('index/houseEdit')) { %]
<a class="btn1 btn-success is_show btn-default-hide-display" data-toggle="modal" data-id='[%= it[item]["id"] %]'>推荐</a>
<a class="btn1 btn-success is_show btn-default-hide-display" data-toggle="modal" data-id='[%= it[item]["id"] %]'>
[% if(it[item]["is_carefully_chosen"] == 0) { %]
推荐至首页
[% }else if(it[item]["is_carefully_chosen"] == 1 ) { %]
已推荐
[% } %]
</a>
[% } %]
<!--[% if(check_auth('index/addHousesAgents')) { %]
......
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