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
9dcbe19f
Commit
9dcbe19f
authored
Feb 07, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
经纪人详情成交列表楼盘图片显示处理
parent
b2d1df9e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
more_chengjiao.js
public/app/js/more_chengjiao.js
+1
-1
more_pingjia.js
public/app/js/more_pingjia.js
+1
-1
No files found.
public/app/js/more_chengjiao.js
View file @
9dcbe19f
...
...
@@ -74,7 +74,7 @@ $(function() {
'3'
:
'<span>'
+
item
[
'price'
]
+
'</span>'
,
't2'
:
(
item
[
'rent_type'
]
==
2
?
'%'
:(
item
[
'rent_type'
]
==
1
?
'元/月'
:
'元/天/m²'
)),
'4'
:
dealTags
(
item
[
'shangpu_tags'
]),
'5'
:
location
.
protocol
+
'//'
+
item
[
'img'
],
'5'
:
item
[
'img'
],
'6'
:
ServerHost
+
'/resource/image/pzz_.jpg'
});
});
...
...
public/app/js/more_pingjia.js
View file @
9dcbe19f
...
...
@@ -92,7 +92,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'
});
});
...
...
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