Commit 75751360 authored by agping's avatar agping

bug

parent 40d4156c
......@@ -414,10 +414,6 @@ define(['doT', 'text!temp/house_template_tpl.html', 'css!style/home.css', 'ckfin
});
} else {};
});
// 选择商圈后 自动刷新页面
// _doc.on('input', '#business_circle_id', function() {
// business.getList();
// });
//查看弹出框里的tab点击事件,查看商铺,商铺跟进
_doc.on('click', '.detail-modal-header-tab>a', function(e){
e.preventDefault();
......
......@@ -99,8 +99,8 @@
<a data-toggle="modal" data-id='[%= it[item]["id"] %]' href="#modal-delete" class="btn1 btn-danger add_applies del_modal btn-default-hide-display">删除</a>
[% } %]
[% if(check_auth('index/vipHouse')) { %]
<a class="btn1 is_vip_plate btn-default-hide-display [%= sw3(it[item]['vip']) %]" data-toggle="modal" data-id='[%= it[item]["id"] %]'>
[%if(it[item]["vip"] == 1 ) { %]
<a class="btn1 is_vip_plate btn-default-hide-display [%= sw3(it[item]['is_vip']) %]" data-toggle="modal" data-id='[%= it[item]["id"] %]'>
[%if(it[item]["is_vip"] == 1 ) { %]
取消VIP
[% }else { %]
VIP
......
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