Commit 7631205c authored by agping's avatar agping

收藏客户 通话记录 城市筛选 修改

parent ac837920
...@@ -113,7 +113,7 @@ define(['doT', 'text!temp/callPhone_template_tpl.html', 'ckfinder', 'ckfinderSta ...@@ -113,7 +113,7 @@ define(['doT', 'text!temp/callPhone_template_tpl.html', 'ckfinder', 'ckfinderSta
}); });
}); });
//城市 区域 筛选 //城市 区域 筛选
_doc.on('input', '#user_city_add,#user_city_edit,#user_city_choose', function() { _doc.on('input', '#user_city_add,#user_city_edit', function() {
console.log(222); console.log(222);
var _this = $(this); var _this = $(this);
var _id = _this.val(); var _id = _this.val();
......
...@@ -113,7 +113,7 @@ define(['doT', 'text!temp/my_collection_user_template_tpl.html', 'ckfinder', 'ck ...@@ -113,7 +113,7 @@ define(['doT', 'text!temp/my_collection_user_template_tpl.html', 'ckfinder', 'ck
}); });
}); });
//城市 区域 筛选 //城市 区域 筛选
_doc.on('input', '#user_city_add,#user_city_edit,#user_city_choose', function() { _doc.on('input', '#user_city_add,#user_city_edit', function() {
console.log(222); console.log(222);
var _this = $(this); var _this = $(this);
var _id = _this.val(); var _id = _this.val();
......
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