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
1017e933
Commit
1017e933
authored
Jul 31, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商铺详情分享
parent
4862e460
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
19 deletions
+14
-19
share_detail.html
application/app/view/index/share_detail.html
+6
-6
details_tl.css
public/app/css/details_tl.css
+4
-1
detaila_tl.js
public/app/js/detaila_tl.js
+4
-12
No files found.
application/app/view/index/share_detail.html
View file @
1017e933
...
...
@@ -149,7 +149,7 @@
营业时间:
<span
class=
"b4_span1 gw yingye-time"
>
</span>
<span
class=
"
b4_font2
zhaoshang-time-p right"
>
<span
class=
"zhaoshang-time-p right"
>
招商时间:
<span
class=
"b4_span1 gw zhaoshang-time"
>
</span>
...
...
@@ -169,7 +169,7 @@
是否有燃气:
<span
class=
"b4_span1 gw meiqi"
>
</span>
<span
class=
"
b4_font2
kaiye-time-p right"
>
<span
class=
"kaiye-time-p right"
>
开业时间:
<span
class=
"b4_span1 gw kaiye-time"
>
</span>
...
...
@@ -180,16 +180,16 @@
<span
class=
"b4_span1 gw duinei"
>
</span>
</p>
<span
class=
"b4_font3"
>
<span
class=
"b4_font3
dt
"
>
交通:
</span>
<span
class=
"b3_span3 gw jiaotong"
>
<span
class=
"b3_span3 gw jiaotong
dt
"
>
</span>
</div>
<!--<div class="img_url" id="allmap">-->
<!--</div>-->
<
p
class=
"line_hr"
></p
>
<
!--<p class="line_hr"></p>--
>
<!--line 7-->
<div
class=
"b4_font"
>
<p
class=
"b4_font_p"
id=
"planter"
>
...
...
@@ -200,7 +200,7 @@
<div
class=
"slider3"
>
</div>
<
!--<p class="line_hr"></p>--
>
<
p
class=
"line_hr"
></p
>
<!--房源动态-->
<div
class=
"b4_font"
>
<p
class=
"b4_font_p"
>
...
...
public/app/css/details_tl.css
View file @
1017e933
...
...
@@ -322,11 +322,14 @@
}
.right
{
float
:
right
;
width
:
36
%
;
width
:
47
%
;
}
.b3_span_shop_num
{
display
:
none
;
}
#planter
{
margin-bottom
:
.3rem
;
}
...
...
public/app/js/detaila_tl.js
View file @
1017e933
...
...
@@ -56,17 +56,17 @@
var
title
=
response
.
data
.
title
?
response
.
data
.
title
:
""
;
var
_tempStr
=
''
;
if
(
response
.
data
.
rent_type
==
'1'
)
{
$
(
".pu_price_type"
).
html
(
"租金
均价
"
);
$
(
".pu_price_type"
).
html
(
"租金"
);
_tempStr
=
response
.
data
.
rent_price
+
'元/月'
;
$
(
".pu_price"
).
html
(
_tempStr
);
}
else
if
(
response
.
data
.
rent_type
==
'2'
)
{
$
(
".pu_price_type"
).
html
(
"
营业额扣点
"
);
_tempStr
=
response
.
data
.
rent_price
+
'%'
;
$
(
".pu_price_type"
).
html
(
"
租金
"
);
_tempStr
=
'营业额扣点'
+
response
.
data
.
rent_price
+
'%'
;
$
(
".pu_price"
).
html
(
_tempStr
);
}
else
if
(
response
.
data
.
rent_type
==
'3'
)
{
$
(
".pu_price_type"
).
html
(
"租金
均价
"
);
$
(
".pu_price_type"
).
html
(
"租金"
);
_tempStr
=
response
.
data
.
rent_price
+
'元/天/m²'
;
$
(
".pu_price"
).
html
(
_tempStr
);
...
...
@@ -92,13 +92,6 @@
$
(
".b3_span3"
).
html
(
response
.
data
.
enter_num
);
$
(
".b4_font_p1"
).
html
(
response
.
data
.
item_advantage
);
$
(
".b5_font_p1"
).
html
(
response
.
data
.
new_sign_rule
);
// b4_font = '<p class="b4_font_p">详细信息</p>' +
// '<p class="b4_font2">营业时间:<span class="b4_span1 gw">' + response.data.do_business_date + '</span></p>' +
// '<p class="b4_font2 zhaoshang-time-p">招商时间:<span class="b4_span1 gw">' + response.data.opening_date + '</span></p>' +
// '<p class="b4_font2 kaiye-time-p">开业时间:<span class="b4_span1 gw">' + response.data.start_business_date + '</span></p>' +
// '<p class="b4_font2">是否有煤气:<span class="b4_span1 gw">' + has_gas + '</span></p>' +
// '<p class="b4_font2">对内地址:<span class="b4_span1 gw">' + response.data.city + response.data.disc + response.data.address + '</span></p>' +
// '<p class="b4_font2"><span class="b3_font3 lp" >交通:</span><span class="b3_span3 gw">' + response.data.traffic + '</span></p>';
$
(
".yingye-time"
).
html
(
response
.
data
.
do_business_date
);
$
(
".zhaoshang-time"
).
html
(
response
.
data
.
opening_date
);
...
...
@@ -107,7 +100,6 @@
$
(
".duinei"
).
html
(
response
.
data
.
city
+
response
.
data
.
disc
+
response
.
data
.
address
);
$
(
".jiaotong"
).
html
(
response
.
data
.
traffic
);
//var lp_img=response.data.house_button_img;
var
lp_img
=
response
.
data
.
images
;
//轮播图
var
lp_img1
=
response
.
data
.
plan_images
;
//楼层平面图
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