Commit c2f379b4 authored by agping's avatar agping

客户列表 商铺列表 收藏 确认去掉

parent 81b17daf
......@@ -318,9 +318,9 @@ define(['doT', 'text!temp/house_template_tpl.html', 'css!style/home.css', 'ckfin
});
//收藏 取消收藏
$(document).delegate(".is_show_shoucang", "click", function() { //点击禁用
if(!confirm('是否继续?')) {
return;
}
// if(!confirm('是否继续?')) {
// return;
// }
business.house_id = $(this).attr("data-id");
var params = {
......
......@@ -248,9 +248,9 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
var user_info_obj = JSON.parse(decodeURIComponent(localStorage.getItem('pcUserInfo'))); //读取缓存
user.baohu = $(this).attr("data-baohu");
user.agentbaohu = $(this).attr("data-agent");
if(!confirm('是否继续?')) {
return;
}
// if(!confirm('是否继续?')) {
// return;
// }
if((user_info_obj.id*1 == user.agentbaohu*1) || user.baohu*1){
user.id = $(this).attr("data-id");
var params = {
......
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