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
dbaba6e7
Commit
dbaba6e7
authored
Feb 06, 2018
by
xishifeng
Committed by
hujun
Mar 01, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商铺详情分享页租金均价类型区分
parent
4ca501a0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
detaila_tl.js
public/app/js/detaila_tl.js
+11
-2
No files found.
public/app/js/detaila_tl.js
View file @
dbaba6e7
...
@@ -40,9 +40,18 @@
...
@@ -40,9 +40,18 @@
$
(
".b3_span"
).
html
(
"街铺"
);
$
(
".b3_span"
).
html
(
"街铺"
);
}
}
var
title
=
response
.
data
.
foreign_name
?
response
.
data
.
foreign_name
:
""
;
var
title
=
response
.
data
.
foreign_name
?
response
.
data
.
foreign_name
:
""
;
var
_tempStr
=
''
;
if
(
response
.
data
.
rent_type
==
'1'
){
_tempStr
=
'租金均价 :'
+
response
.
data
.
price
+
'元/月'
;
}
else
if
(
response
.
data
.
rent_type
==
'2'
){
_tempStr
=
'营业额扣点'
+
response
.
data
.
price
+
'%'
;
}
else
if
(
response
.
data
.
rent_type
==
'3'
){
_tempStr
=
'租金均价 :'
+
response
.
data
.
price
+
'元/天/m²'
;
};
var
fff
=
'租金均价 :'
+
response
.
data
.
price
+
'元/月</p>'
;
line_a
=
'<p class="a_fonta">'
+
title
+
'</p>'
+
line_a
=
'<p class="a_fonta">'
+
title
+
'</p>'
+
'<p class="a_fontb">
租金均价 :'
+
response
.
data
.
price
+
'元/月</p>'
+
'<p class="a_fontb">
'
+
_tempStr
+
'<span class="a_fontc">物业管理费:'
+
response
.
data
.
management_fee
+
'元/月</span>'
+
'<
/p><
span class="a_fontc">物业管理费:'
+
response
.
data
.
management_fee
+
'元/月</span>'
+
shanpu
;
shanpu
;
$
(
".line_a"
).
html
(
line_a
);
$
(
".line_a"
).
html
(
line_a
);
var
shangpu_tag
=
response
.
data
.
shangpu_tags
;
var
shangpu_tag
=
response
.
data
.
shangpu_tags
;
...
...
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