Commit 31418e78 authored by agping's avatar agping

约带看修改

parent 1b861860
...@@ -1052,6 +1052,7 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css' ...@@ -1052,6 +1052,7 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
type: 'GET', type: 'GET',
async: true, async: true,
data: { data: {
'AuthToken' : user_info_obj.AuthToken,
"site_area":5, "site_area":5,
"title":$(n).val() "title":$(n).val()
}, },
......
...@@ -1245,6 +1245,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind ...@@ -1245,6 +1245,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
type: 'GET', type: 'GET',
async: true, async: true,
data: { data: {
'AuthToken' : user_info_obj.AuthToken,
"site_area":5, "site_area":5,
"title":$(n).val() "title":$(n).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