Commit bef5d8e9 authored by agping's avatar agping

token

parent 17c8153a
......@@ -1953,6 +1953,8 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
var user_info_obj = JSON.parse(decodeURIComponent(localStorage.getItem('pcUserInfo'))); //读取缓存
user.pageNo = pageNo;
var params = {};
params.AuthToken=user_info_obj.AuthToken;
//区分全部 商铺 办公楼
params.entrust_type=user.entrust_type_list;
params.agent_id_for_bind=user_info_obj.id;
......
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