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
ec91fcdc
Commit
ec91fcdc
authored
Jan 30, 2018
by
clone
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'test' into chat_0818
parents
7984c618
c5cd1d1f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
agent_detail.js
public/app/js/agent_detail.js
+3
-3
No files found.
public/app/js/agent_detail.js
View file @
ec91fcdc
...
...
@@ -47,7 +47,7 @@ $(function() {
$
(
'#name_jingjiren'
).
html
(
data
[
'data'
][
'realname'
]);
$
(
'#time_ruzhi'
).
html
(
data
[
'data'
][
'created'
]);
$
(
'#name_store'
).
html
(
data
[
'data'
][
'sub_shopname'
]);
$
(
'.portrait-area>img'
).
attr
(
'src'
,
data
[
'data'
][
'head_portrait'
]);
$
(
'.portrait-area>
div>
img'
).
attr
(
'src'
,
data
[
'data'
][
'head_portrait'
]);
var
_fenNum
=
parseInt
(
Number
(
data
[
'data'
][
'evaluate_grade'
]));
var
_pingNum
=
Number
(
data
[
'data'
][
'evaluate_num'
])
>
99
?
'99+'
:
Number
(
data
[
'data'
][
'evaluate_num'
]);
$
(
'#pingjia_fen'
).
html
(
_fenNum
);
...
...
@@ -177,7 +177,7 @@ $(function() {
'3'
:
item
[
'created'
],
'4'
:
(
item
[
'receptiontime'
]
!=
''
||
item
[
'houserAddress'
]
!=
''
)?(
dealTimeKf
(
item
[
'receptiontime'
])
+
'在'
+
item
[
'houserAddress'
][
'address'
]
+
'看房'
):
'暂无看房数据'
,
'5'
:
item
[
'evaluate_content'
],
'6'
:
location
.
protocol
+
'//'
+
item
[
'user_pic'
],
'6'
:
item
[
'user_pic'
],
'7'
:
ServerHost
+
'/app/images/ic_default_headpic.png'
});
};
...
...
@@ -199,7 +199,7 @@ $(function() {
'2'
:
dealScale
(
item
),
'3'
:
item
[
'price'
],
'4'
:
dealTags
(
item
[
'shangpu_tags'
]),
'5'
:
location
.
protocol
+
'//'
+
item
[
'img'
],
'5'
:
item
[
'img'
],
'6'
:
ServerHost
+
'/resource/image/pzz_.jpg'
});
};
...
...
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