Commit 3c4275f6 authored by xishifeng's avatar xishifeng

pc后台拨打电话bug修改

parent 864bdde6
......@@ -533,7 +533,7 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
var _data = {
'AuthToken': _token,
'content': _beizhuObjVal,
'user_id': user.customerInfo.user_id,
'user_id': user.user_id,
'agent_id': _userId,
'user_status': _genjinMarkOBj.attr('data-markid')
};
......@@ -618,7 +618,7 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
'AuthToken': _token,
'phone_x': _backPhone,
'phone_a': _selectPhone,
'user_id': user.customerInfo.user_id
'user_id': user.user_id
},
timeout: 30000,
dataType: 'json',
......@@ -834,7 +834,7 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
data: {
'AuthToken': _token,
'phone_a': _selectPhone,
'user_id': user.customerInfo.user_id
'user_id': user.user_id
},
timeout: 30000,
dataType: 'json',
......
......@@ -527,7 +527,7 @@ define(['doT', 'text!temp/callPhone_template_tpl.html', 'css!style/home.css', 'c
var _data = {
'AuthToken': _token,
'content': _beizhuObjVal,
'user_id': user.customerInfo.user_id,
'user_id': user.user_id,
'agent_id': _userId,
'user_status': _genjinMarkOBj.attr('data-markid')
};
......@@ -612,7 +612,7 @@ define(['doT', 'text!temp/callPhone_template_tpl.html', 'css!style/home.css', 'c
'AuthToken': _token,
'phone_x': _backPhone,
'phone_a': _selectPhone,
'user_id': user.customerInfo.user_id
'user_id': user.user_id
},
timeout: 30000,
dataType: 'json',
......@@ -828,7 +828,7 @@ define(['doT', 'text!temp/callPhone_template_tpl.html', 'css!style/home.css', 'c
data: {
'AuthToken': _token,
'phone_a': _selectPhone,
'user_id': user.customerInfo.user_id
'user_id': user.user_id
},
timeout: 30000,
dataType: 'json',
......
......@@ -540,7 +540,7 @@ define(['doT', 'text!temp/my_collection_user_template_tpl.html', 'css!style/home
var _data = {
'AuthToken': _token,
'content': _beizhuObjVal,
'user_id': user.customerInfo.user_id,
'user_id': user.user_id,
'agent_id': _userId,
'user_status': _genjinMarkOBj.attr('data-markid')
};
......@@ -625,7 +625,7 @@ define(['doT', 'text!temp/my_collection_user_template_tpl.html', 'css!style/home
'AuthToken': _token,
'phone_x': _backPhone,
'phone_a': _selectPhone,
'user_id': user.customerInfo.user_id
'user_id': user.user_id
},
timeout: 30000,
dataType: 'json',
......@@ -841,7 +841,7 @@ define(['doT', 'text!temp/my_collection_user_template_tpl.html', 'css!style/home
data: {
'AuthToken': _token,
'phone_a': _selectPhone,
'user_id': user.customerInfo.user_id
'user_id': user.user_id
},
timeout: 30000,
dataType: 'json',
......
......@@ -692,7 +692,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
var _data = {
'AuthToken': _token,
'content': _beizhuObjVal,
'user_id': user.customerInfo.user_id,
'user_id': user.user_id,
'agent_id': _userId,
'user_status': _genjinMarkOBj.attr('data-markid')
};
......@@ -777,7 +777,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
'AuthToken': _token,
'phone_x': _backPhone,
'phone_a': _selectPhone,
'user_id': user.customerInfo.user_id
'user_id': user.user_id
},
timeout: 30000,
dataType: 'json',
......@@ -993,7 +993,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
data: {
'AuthToken': _token,
'phone_a': _selectPhone,
'user_id': user.customerInfo.user_id
'user_id': user.user_id
},
timeout: 30000,
dataType: 'json',
......
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