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
53dd0b04
Commit
53dd0b04
authored
Sep 14, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商铺列表 电量加千瓦
parent
60775f77
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
shop_detail_pc.html
application/app_broker/view/index/shop_detail_pc.html
+1
-1
edit.html
application/index/view/houses/edit.html
+1
-1
detaila_tl.js
public/app/js/detaila_tl.js
+1
-1
No files found.
application/app_broker/view/index/shop_detail_pc.html
View file @
53dd0b04
...
@@ -61,7 +61,7 @@
...
@@ -61,7 +61,7 @@
<tr>
<tr>
<td>
面宽:{{d.area_width}}米
</td>
<td>
面宽:{{d.area_width}}米
</td>
<td>
进深:{{d.depth}}米
</td>
<td>
进深:{{d.depth}}米
</td>
<td>
电量:{{d.electric_quantity}}W
</td>
<td>
电量:{{d.electric_quantity}}
K
W
</td>
<td>
电压:{{d.voltage}}V
</td>
<td>
电压:{{d.voltage}}V
</td>
</tr>
</tr>
<tr>
<tr>
...
...
application/index/view/houses/edit.html
View file @
53dd0b04
...
@@ -192,7 +192,7 @@
...
@@ -192,7 +192,7 @@
</div>
</div>
<div
class=
"col-xs-3 p-t-10"
>
<div
class=
"col-xs-3 p-t-10"
>
<label
class=
""
>
电
量:
</label>
<label
class=
""
>
电
量:
</label>
<input
type=
"text"
class=
"form-control half"
id=
"dianliang"
placeholder=
"请输入"
>
瓦
<input
type=
"text"
class=
"form-control half"
id=
"dianliang"
placeholder=
"请输入"
>
千
瓦
</div>
</div>
<div
class=
"col-xs-3 p-t-10"
>
<div
class=
"col-xs-3 p-t-10"
>
<label
class=
""
>
电
压 :
</label>
<label
class=
""
>
电
压 :
</label>
...
...
public/app/js/detaila_tl.js
View file @
53dd0b04
...
@@ -106,7 +106,7 @@
...
@@ -106,7 +106,7 @@
$
(
".jiaotong"
).
html
(
response
.
data
.
traffic
);
$
(
".jiaotong"
).
html
(
response
.
data
.
traffic
);
/*配套设施 */
/*配套设施 */
$
(
".electric-quantity-details"
).
html
(
response
.
data
.
electric_quantity
+
'W'
);
$
(
".electric-quantity-details"
).
html
(
response
.
data
.
electric_quantity
+
'
K
W'
);
$
(
".voltage-details"
).
html
(
response
.
data
.
voltage
+
'V'
);
$
(
".voltage-details"
).
html
(
response
.
data
.
voltage
+
'V'
);
if
(
response
.
data
.
is_has_gas
==
1
){
if
(
response
.
data
.
is_has_gas
==
1
){
$
(
'.meiqi-details-li'
).
hide
();
$
(
'.meiqi-details-li'
).
hide
();
...
...
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