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
9273a9f1
Commit
9273a9f1
authored
Jan 30, 2018
by
刘丹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商业
parent
c5cd1d1f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
30 deletions
+12
-30
share_detail.html
application/app/view/index/share_detail.html
+7
-22
details_tl.css
public/app/css/details_tl.css
+2
-3
detaila_tl.js
public/app/js/detaila_tl.js
+3
-5
No files found.
application/app/view/index/share_detail.html
View file @
9273a9f1
...
@@ -59,41 +59,26 @@
...
@@ -59,41 +59,26 @@
<span
class=
"b1_span"
>
<span
class=
"b1_span"
>
剩余铺数
剩余铺数
</span>
</span>
<span
class=
"b1_span_totl"
>
<span
class=
"b1_span_totl pu_num"
>
<span
class=
"balance_num"
>
</span>
/
<span
class=
"balance_num2"
>
</span>
</span>
</span>
</li>
</li>
<li
class=
"ul_b2"
>
<li
class=
"ul_b2"
>
<span
class=
"b1_span"
>
<span
class=
"b1_span"
>
商铺面积
商铺面积
</span>
</span>
<span
class=
"b1_span2"
>
<span
class=
"b1_span_totl pu_area"
>
<span
class=
"b1_span3"
>
</span>
</span>
-
<span
class=
"b1_span34"
>
</span>
<font
class=
"b1_font"
>
㎡
</font>
</span>
</li>
</li>
<li
class=
"ul_b3"
>
<li
class=
"ul_b3"
>
<span
class=
"b1_span"
>
<span
class=
"b1_span"
>
商业面积
商业面积
</span>
</span>
<span
class=
"b1_span2"
>
<span
class=
"b1_span_totl shy_area"
>
<span
class=
"b1_span4"
>
</span>
</span>
<font
class=
"b1_font"
>
㎡
</font>
</span>
</li>
</li>
</ul>
</ul>
</div>
</div>
...
...
public/app/css/details_tl.css
View file @
9273a9f1
...
@@ -106,8 +106,8 @@
...
@@ -106,8 +106,8 @@
color
:
#ff9419
;
color
:
#ff9419
;
font-size
:
0.4rem
;
font-size
:
0.4rem
;
text-align
:
center
;
text-align
:
center
;
margin-top
:
0.3rem
;
width
:
100%
;
margin-left
:
0.15rem
;
float
:
left
;
}
}
.ul_b2
{
.ul_b2
{
width
:
35%
;
width
:
35%
;
...
@@ -293,4 +293,3 @@
...
@@ -293,4 +293,3 @@
public/app/js/detaila_tl.js
View file @
9273a9f1
...
@@ -58,11 +58,9 @@
...
@@ -58,11 +58,9 @@
has_gas
=
"否"
;
has_gas
=
"否"
;
}
}
$
(
".balance_num"
).
html
(
response
.
data
.
room_num_left
);
$
(
".pu_num"
).
html
(
response
.
data
.
room_num_left
+
'/'
+
response
.
data
.
room_num_total
);
$
(
".balance_num2"
).
html
(
response
.
data
.
room_num_total
);
$
(
".pu_area"
).
html
(
response
.
data
.
room_area
+
'-'
+
response
.
data
.
room_area2
+
'㎡'
);
$
(
".b1_span3"
).
html
(
response
.
data
.
room_area
);
$
(
".shy_area"
).
html
(
response
.
data
.
business_area
+
'㎡'
);
$
(
".b1_span34"
).
html
(
response
.
data
.
room_area2
);
$
(
".b1_span4"
).
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
);
$
(
".b3_span3"
).
html
(
response
.
data
.
has_moved
);
$
(
".b3_span3"
).
html
(
response
.
data
.
has_moved
);
...
...
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