Commit db13b6c4 authored by agping's avatar agping

对调

parent b0098587
...@@ -1251,8 +1251,8 @@ define(['doT', 'css!style/home.css', 'ckfinder', 'ckfinderStart', 'bootstrapJs'] ...@@ -1251,8 +1251,8 @@ define(['doT', 'css!style/home.css', 'ckfinder', 'ckfinderStart', 'bootstrapJs']
type: 'GET', type: 'GET',
async: true, async: true,
data: { data: {
'bind_id': user.agent_id_phone, 'bind_id': user.user_id,
"user_id": user.user_id "user_id": user.agent_id_phone
}, },
dataType: 'json', dataType: 'json',
success: function(data) { success: function(data) {
......
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