Commit 0be23878 authored by xinyuandu's avatar xinyuandu

修改js报错

parent 934c661b
......@@ -93,7 +93,7 @@
<!--[% if(check_auth('index/addHousesAgents')) { %]
<a class="btn1 btn-success anch" data-target="#modal-anch" data-toggle="modal" data-id='[%= it[item]["id"] %]'>设置案场权限人</a>
[% } %]-->
[% if(check_auth('index/editExclusive') || it[item][is_exclusive_type] == 0 || it[item][auth_edit_exclusive] == 1) { %]
[% if(check_auth('index/editExclusive') || it[item][is_exclusive_type] == 0 || it[item]["auth_edit_exclusive"] == 1) { %]
<a class="btn1 btn-success dujia btn-default-hide-display" href="#modal-dujia" data-toggle="modal" data-id='[%= it[item]["id"] %]' data-exclusive='[%= it[item]["auth_edit_exclusive"] %]'>是否独家</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