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
3b43cf2b
Commit
3b43cf2b
authored
Sep 04, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
c端分享 商铺详情
parent
c0191868
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
14 deletions
+31
-14
share_detail.html
application/app/view/index/share_detail.html
+5
-11
detaila_tl.js
public/app/js/detaila_tl.js
+26
-3
No files found.
application/app/view/index/share_detail.html
View file @
3b43cf2b
...
@@ -120,31 +120,25 @@
...
@@ -120,31 +120,25 @@
</span>
</span>
</p>
</p>
<!--面宽 进深 -->
<!--面宽 进深 -->
<!--electric_quantity double 电量
voltage double 电压
exhaust_fume int 烟管道 0 无 1有
running_water int 上水 0无 1有
downriver int 下水 0无 1有
business_scope string 经营范围文字
decoration int 交付装修 0否 1是-->
<p
class=
"b4_font2"
>
<p
class=
"b4_font2"
>
面宽:
面宽:
<span
class=
"b4_span1 gw area-width-details"
>
122米
<span
class=
"b4_span1 gw area-width-details"
>
</span>
</span>
<span
class=
"right"
>
<span
class=
"right"
>
进深:
进深:
<span
class=
"b4_span1 gw depth-details"
>
120米
<span
class=
"b4_span1 gw depth-details"
>
</span>
</span>
</span>
</span>
</p>
</p>
<p
class=
"b4_font2"
>
<p
class=
"b4_font2"
>
目前证照经营范围:
目前证照经营范围:
<span
class=
"b4_span1 gw business-scope-details"
>
餐饮
<span
class=
"b4_span1 gw business-scope-details"
>
</span>
</span>
</p>
</p>
<p
class=
"b4_font2"
>
<p
class=
"b4_font2"
>
交付装修:
交付装修:
<span
class=
"b4_span1 gw decoration-details"
>
简单装修
<span
class=
"b4_span1 gw decoration-details"
>
</span>
</span>
</p>
</p>
...
...
public/app/js/detaila_tl.js
View file @
3b43cf2b
...
@@ -84,7 +84,7 @@
...
@@ -84,7 +84,7 @@
$
(
".line_a_ulul"
).
html
(
line_a_ulul
);
$
(
".line_a_ulul"
).
html
(
line_a_ulul
);
}
}
}
}
var
has_gas
=
response
.
data
.
is_has_gas
==
0
?
'是'
:
'否'
;
$
(
'.b3_span0'
).
html
(
response
.
data
.
management_fee
+
'元/月'
);
$
(
'.b3_span0'
).
html
(
response
.
data
.
management_fee
+
'元/月'
);
$
(
'.b3_span_build'
).
html
(
response
.
data
.
market_area
+
'㎡'
);
$
(
'.b3_span_build'
).
html
(
response
.
data
.
market_area
+
'㎡'
);
$
(
".b3_span_build_num"
).
html
(
response
.
data
.
residue_num
+
'/'
+
response
.
data
.
total
);
$
(
".b3_span_build_num"
).
html
(
response
.
data
.
residue_num
+
'/'
+
response
.
data
.
total
);
...
@@ -93,14 +93,37 @@
...
@@ -93,14 +93,37 @@
$
(
".b3_span3"
).
html
(
response
.
data
.
enter_num
);
$
(
".b3_span3"
).
html
(
response
.
data
.
enter_num
);
$
(
".b4_font_p1"
).
html
(
response
.
data
.
item_advantage
);
$
(
".b4_font_p1"
).
html
(
response
.
data
.
item_advantage
);
$
(
".b5_font_p1"
).
html
(
response
.
data
.
new_sign_rule
);
$
(
".b5_font_p1"
).
html
(
response
.
data
.
new_sign_rule
);
$
(
".yingye-time"
).
html
(
response
.
data
.
do_business_date
);
$
(
".yingye-time"
).
html
(
response
.
data
.
do_business_date
);
$
(
".zhaoshang-time"
).
html
(
response
.
data
.
opening_date
);
$
(
".zhaoshang-time"
).
html
(
response
.
data
.
opening_date
);
$
(
".kaiye-time"
).
html
(
response
.
data
.
start_business_date
);
$
(
".kaiye-time"
).
html
(
response
.
data
.
start_business_date
);
$
(
".meiqi"
).
html
(
has_gas
);
//
$(".meiqi").html(has_gas);
$
(
".duinei"
).
html
(
response
.
data
.
city
+
response
.
data
.
disc
+
response
.
data
.
address
);
$
(
".duinei"
).
html
(
response
.
data
.
city
+
response
.
data
.
disc
+
response
.
data
.
address
);
$
(
".jiaotong"
).
html
(
response
.
data
.
traffic
);
$
(
".jiaotong"
).
html
(
response
.
data
.
traffic
);
/*配套设施 */
// var has_gas = response.data.is_has_gas == 0 ? '是' : '否';
$
(
".electric-quantity-details"
).
html
(
response
.
data
.
electric_quantity
+
'W'
);
$
(
".voltage-details"
).
html
(
response
.
data
.
voltage
+
'V'
);
if
(
response
.
data
.
is_has_gas
==
1
){
$
(
'.meiqi-details-li'
).
hide
();
};
if
(
response
.
data
.
running_water
==
0
){
$
(
'.running-water-details-li'
).
hide
();
};
if
(
response
.
data
.
downriver
==
0
){
$
(
'.downriver-details-li'
).
hide
();
};
if
(
response
.
data
.
exhaust_fume
==
0
){
$
(
'.exhaust-fume-details-li'
).
hide
();
}
//面宽 进深
var
has_decoration
=
response
.
data
.
decoration
==
0
?
'否'
:
'是'
;
$
(
'.area-width-details'
).
html
(
response
.
data
.
area_width
+
'米'
);
$
(
'.depth-details'
).
html
(
response
.
data
.
depth
+
'米'
);
$
(
'.business-scope-details'
).
html
(
response
.
data
.
business_scope
);
$
(
'.decoration-details'
).
html
(
has_decoration
);
var
lp_img
=
response
.
data
.
images
;
//轮播图
var
lp_img
=
response
.
data
.
images
;
//轮播图
var
lp_img1
=
response
.
data
.
plan_images
;
//楼层平面图
var
lp_img1
=
response
.
data
.
plan_images
;
//楼层平面图
var
img_item_ul
=
""
;
var
img_item_ul
=
""
;
...
...
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