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
438f234d
Commit
438f234d
authored
Feb 05, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
经纪人详情租金均价修改
parent
d57471a2
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
+9
-4
agent_detail.css
public/app/css/agent_detail.css
+1
-0
agent_detail.js
public/app/js/agent_detail.js
+4
-2
more_chengjiao.js
public/app/js/more_chengjiao.js
+4
-2
No files found.
public/app/css/agent_detail.css
View file @
438f234d
...
...
@@ -207,6 +207,7 @@ body{
font-size
:
.3rem
;
color
:
#333
;
line-height
:
.44rem
;
word-break
:
break-all
;
}
.see-all-area
{
...
...
public/app/js/agent_detail.js
View file @
438f234d
...
...
@@ -193,11 +193,13 @@ $(function() {
var
_html2
=
""
;
$
.
each
(
data
[
'data'
][
'journalAccounts'
],
function
(
i
,
item
)
{
if
(
i
<
2
)
{
_html2
+=
'<li class="oh"><div class="fl oh"><img src="{5}" onerror="javascript:this.src=
\'
{6}
\'
"></div><div class="fl"><h3 class="shangpu-name ellipsis">{0}</h3><p class="qianyue-time">签约时间:{1}</p><p class="mianji-scale">{2}</p><p class="zuji-price">
租金均价:<span>{3}</span>元/月
</p><p class="sp-text ellipsis oh">{4}</p></div></li>'
.
stringFormatObj
({
_html2
+=
'<li class="oh"><div class="fl oh"><img src="{5}" onerror="javascript:this.src=
\'
{6}
\'
"></div><div class="fl"><h3 class="shangpu-name ellipsis">{0}</h3><p class="qianyue-time">签约时间:{1}</p><p class="mianji-scale">{2}</p><p class="zuji-price">
{t1}{3}{t2}
</p><p class="sp-text ellipsis oh">{4}</p></div></li>'
.
stringFormatObj
({
'0'
:
item
[
'title'
],
'1'
:
item
[
'singntime'
],
'2'
:
dealScale
(
item
),
'3'
:
item
[
'price'
],
't1'
:
(
item
[
'rent_type'
]
==
2
?
'营业额扣点'
:
'租金均价:'
),
'3'
:
'<span>'
+
item
[
'price'
]
+
'</span>'
,
't2'
:
(
item
[
'rent_type'
]
==
2
?
'%'
:(
item
[
'rent_type'
]
==
1
?
'元/月'
:
'元/天/m²'
)),
'4'
:
dealTags
(
item
[
'shangpu_tags'
]),
'5'
:
item
[
'img'
],
'6'
:
ServerHost
+
'/resource/image/pzz_.jpg'
...
...
public/app/js/more_chengjiao.js
View file @
438f234d
...
...
@@ -66,11 +66,13 @@ $(function() {
pageInit
++
;
//页数+1
var
_html
=
""
;
$
.
each
(
data
[
'data'
][
'journalAccounts'
],
function
(
i
,
item
)
{
_html
+=
'<li class="oh"><div class="fl oh"><img src="{5}" onerror="javascript:this.src=
\'
{6}
\'
"></div><div class="fl"><h3 class="shangpu-name ellipsis">{0}</h3><p class="qianyue-time">签约时间:{1}</p><p class="mianji-scale">{2}</p><p class="zuji-price">
租金均价:<span>{3}</span>元/月
</p><p class="sp-text ellipsis oh">{4}</p></div></li>'
.
stringFormatObj
({
_html
+=
'<li class="oh"><div class="fl oh"><img src="{5}" onerror="javascript:this.src=
\'
{6}
\'
"></div><div class="fl"><h3 class="shangpu-name ellipsis">{0}</h3><p class="qianyue-time">签约时间:{1}</p><p class="mianji-scale">{2}</p><p class="zuji-price">
{t1}{3}{t2}
</p><p class="sp-text ellipsis oh">{4}</p></div></li>'
.
stringFormatObj
({
'0'
:
item
[
'title'
],
'1'
:
item
[
'singntime'
],
'2'
:
dealScale
(
item
),
'3'
:
item
[
'price'
],
't1'
:
(
item
[
'rent_type'
]
==
2
?
'营业额扣点'
:
'租金均价:'
),
'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'
],
'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