Commit 37ecbfc1 authored by agping's avatar agping

bug

parent 91bc0910
...@@ -909,15 +909,15 @@ define(['doT', 'text!temp/user_template_tpl.html', 'ckfinder', 'ckfinderStart', ...@@ -909,15 +909,15 @@ define(['doT', 'text!temp/user_template_tpl.html', 'ckfinder', 'ckfinderStart',
getInfor: function(params) { getInfor: function(params) {
var user_info_obj = JSON.parse(decodeURIComponent(localStorage.getItem('pcUserInfo'))); //读取缓存 var user_info_obj = JSON.parse(decodeURIComponent(localStorage.getItem('pcUserInfo'))); //读取缓存
$.ajax({ $.ajax({
// url: 'broker/getLastOrNextUserID',//上一页 下一页 调用接口 url: '/broker/getLastOrNextUserID',//上一页 下一页 调用接口
url: 'https://pre2.tonglianjituan.com'+'broker/getLastOrNextUserID', // url: 'https://pre2.tonglianjituan.com'+'/broker/getLastOrNextUserID',
type: 'GET', type: 'GET',
async: true, async: true,
data: { data: {
"user_id": user.user_id, "user_id": user.user_id,
"agent_id": user_info_obj.id, "agent_id": user_info_obj.id,
"type":user_type "type":user_type,
"AuthToken":user_info_obj.AuthToken
}, },
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