Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
22e1cb4c
Commit
22e1cb4c
authored
Jul 11, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户收藏修改
parent
d26cf800
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
customerinfo_details_new.js
public/app/js/customerinfo_details_new.js
+4
-4
No files found.
public/app/js/customerinfo_details_new.js
View file @
22e1cb4c
...
@@ -61,8 +61,8 @@ function loadMain(){
...
@@ -61,8 +61,8 @@ function loadMain(){
url
:
ServerHostTempC
+
'/broker/useraction_search'
,
url
:
ServerHostTempC
+
'/broker/useraction_search'
,
data
:
{
data
:
{
'AuthToken'
:
_token
,
'AuthToken'
:
_token
,
'user_id'
:
Number
(
_customerId
),
'user_id'
:
Number
(
_customerId
),
//客户id
'agent_id'
:
Number
(
_userId
)
'agent_id'
:
Number
(
_userId
)
//当前用户的id
},
},
timeout
:
30000
,
timeout
:
30000
,
dataType
:
'json'
,
dataType
:
'json'
,
...
@@ -181,8 +181,8 @@ function loadMain(){
...
@@ -181,8 +181,8 @@ function loadMain(){
url
:
ServerHostTempC
+
'/broker/addCollectUser'
,
url
:
ServerHostTempC
+
'/broker/addCollectUser'
,
data
:
{
data
:
{
'AuthToken'
:
_token
,
'AuthToken'
:
_token
,
'agents_id'
:
_
customerId
,
'agents_id'
:
_
userId
,
//当前用户的id
'user_id'
:
_
userId
,
'user_id'
:
_
customerId
,
//客户id
'status'
:
isMark
?
2
:
1
'status'
:
isMark
?
2
:
1
},
},
timeout
:
30000
,
timeout
:
30000
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment