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
dcbb91da
Commit
dcbb91da
authored
Jul 22, 2018
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户列表文字修改
parent
4618cf06
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
RemarkFollowIndex.js
public/resource/js/RemarkFollowIndex.js
+3
-3
user.js
public/resource/js/user.js
+3
-3
No files found.
public/resource/js/RemarkFollowIndex.js
View file @
dcbb91da
...
...
@@ -598,13 +598,13 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
user
.
agent_id_two
=
data
.
data
.
user_info
.
agent_id
;
console
.
log
(
data
.
data
.
user_info
.
source
);
if
(
data
.
data
.
user_info
.
source
==
10
)
{
$
(
"#source_type"
).
html
(
'
客户c端
注册'
);
//客方
$
(
"#source_type"
).
html
(
'
APP
注册'
);
//客方
}
if
(
data
.
data
.
user_info
.
source
==
20
)
{
$
(
"#source_type"
).
html
(
'经纪人
报备时添加,状态未激
'
);
$
(
"#source_type"
).
html
(
'经纪人
新增
'
);
}
if
(
data
.
data
.
user_info
.
source
==
30
)
{
$
(
"#source_type"
).
html
(
'老数据
报备
客户'
);
$
(
"#source_type"
).
html
(
'老数据客户'
);
}
var
caozuo_table
=
""
;
$
.
each
(
data
[
'data'
][
'user_history'
],
function
(
i
,
item
)
{
...
...
public/resource/js/user.js
View file @
dcbb91da
...
...
@@ -627,12 +627,12 @@ define(['doT', 'text!temp/user_template_tpl.html', 'ckfinder', 'ckfinderStart',
$
(
"input[name=price_demand]"
).
val
(
data
.
data
.
user_info
.
price_demand
*
1
);
$
(
"input[name=area_demand]"
).
val
(
data
.
data
.
user_info
.
area_demand
*
1
);
user
.
agent_id_two
=
data
.
data
.
user_info
.
agent_id
;
console
.
log
(
data
.
data
.
user_info
.
source
);
if
(
data
.
data
.
user_info
.
source
==
10
)
{
$
(
"#source_type"
).
html
(
'
客户c端
注册'
);
//客方
$
(
"#source_type"
).
html
(
'
APP
注册'
);
//客方
}
if
(
data
.
data
.
user_info
.
source
==
20
)
{
$
(
"#source_type"
).
html
(
'经纪人
报备时添加,状态未激
'
);
$
(
"#source_type"
).
html
(
'经纪人
新增
'
);
}
if
(
data
.
data
.
user_info
.
source
==
30
)
{
$
(
"#source_type"
).
html
(
'老数据报备客户'
);
...
...
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