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
2d536a72
Commit
2d536a72
authored
Feb 01, 2018
by
刘丹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商铺列表
parent
9273a9f1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
detaila_tl.js
public/app/js/detaila_tl.js
+3
-1
No files found.
public/app/js/detaila_tl.js
View file @
2d536a72
...
@@ -31,10 +31,12 @@
...
@@ -31,10 +31,12 @@
var
shanpu
=
' '
;
var
shanpu
=
' '
;
if
(
shang
==
"0"
){
if
(
shang
==
"0"
){
shanpu
=
'<span class="a_fontd">进场费:'
+
response
.
data
.
slotting_fee
+
'元</span>'
;
shanpu
=
'<span class="a_fontd">进场费:'
+
response
.
data
.
slotting_fee
+
'元</span>'
;
$
(
".pu_area"
).
html
(
response
.
data
.
room_area
+
'-'
+
response
.
data
.
room_area2
+
'㎡'
);
$
(
".b3_span"
).
html
(
"商场"
);
$
(
".b3_span"
).
html
(
"商场"
);
}
else
if
(
shang
==
"1"
){
}
else
if
(
shang
==
"1"
){
shanpu
=
'<span class="a_fontd">转让费:'
+
response
.
data
.
transfer_fee
+
'元</span>'
;
shanpu
=
'<span class="a_fontd">转让费:'
+
response
.
data
.
transfer_fee
+
'元</span>'
;
$
(
".pu_area"
).
html
(
response
.
data
.
room_area
+
'㎡'
);
$
(
".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
:
""
;
...
@@ -59,7 +61,7 @@
...
@@ -59,7 +61,7 @@
}
}
$
(
".pu_num"
).
html
(
response
.
data
.
room_num_left
+
'/'
+
response
.
data
.
room_num_total
);
$
(
".pu_num"
).
html
(
response
.
data
.
room_num_left
+
'/'
+
response
.
data
.
room_num_total
);
$
(
".pu_area"
).
html
(
response
.
data
.
room_area
+
'-'
+
response
.
data
.
room_area2
+
'㎡'
);
$
(
".shy_area"
).
html
(
response
.
data
.
business_area
+
'㎡'
);
$
(
".shy_area"
).
html
(
response
.
data
.
business_area
+
'㎡'
);
$
(
".b3_span2"
).
html
(
response
.
data
.
yetai
);
$
(
".b3_span2"
).
html
(
response
.
data
.
yetai
);
$
(
".b3_spanhao"
).
html
(
response
.
data
.
id
);
$
(
".b3_spanhao"
).
html
(
response
.
data
.
id
);
...
...
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