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
fc34c0ba
Commit
fc34c0ba
authored
Aug 06, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
楼盘详情
parent
9a32179f
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
13 deletions
+11
-13
office_detail.html
application/index/view/share_office_room/office_detail.html
+2
-3
details_office_tl.css
public/app/css/details_office_tl.css
+1
-1
clik_office_icon1.gif
public/app/images/clik_office_icon1.gif
+0
-0
detaila_office_tl.js
public/app/js/detaila_office_tl.js
+8
-9
No files found.
application/index/view/share_office_room/office_detail.html
View file @
fc34c0ba
...
...
@@ -284,7 +284,7 @@
</div>
</div>
</div>
<div
style=
"height:
1
rem;"
></div>
<div
style=
"height:
2
rem;"
></div>
<div
class=
"pc-contact-agent b4_font"
>
<p
class=
"b4_font_p"
>
咨询经纪人
...
...
@@ -326,8 +326,7 @@
<a
href=
"javascript:;"
id=
"fix_area_bottom_btn"
><img
src=
"/app/images/xq_cha@2x.png"
/></a>
</div>
<div
class=
"shop-list"
>
<img
src=
"/app/images/clik_shop_icon2.png"
/>
<!--<img src="/app/images/clik_shop_icon2.png" />-->
</div>
<!--点击任意视频 全屏显示(轮播)-->
...
...
public/app/css/details_office_tl.css
View file @
fc34c0ba
...
...
@@ -450,7 +450,7 @@ body{
height
:
2rem
;
width
:
1.64rem
;
display
:
none
;
background
:
url(/app/images/clik_
shop_icon1.png)
no-repeat
0
0
/
1.64rem
1.78
rem
;
background
:
url(/app/images/clik_
office_icon1.gif)
no-repeat
0
0
/
1.66rem
1.66
rem
;
}
.shop-list
>
img
{
width
:
.8rem
;
...
...
public/app/images/clik_office_icon1.gif
0 → 100644
View file @
fc34c0ba
28.1 KB
public/app/js/detaila_office_tl.js
View file @
fc34c0ba
...
...
@@ -4,7 +4,6 @@
(
function
()
{
console
.
log
(
$
(
'#open_id'
).
val
());
var
jsonObect
=
JSON
.
parse
(
$
(
'#open_id'
).
val
());
// var _shangpuId = getUrlParam('id'); //从url获取的商铺id
var
_shangpuId
=
jsonObect
.
id
;
var
_shangpuName
=
jsonObect
.
housename
;
//从url获取的商铺名
var
_isC
=
jsonObect
.
isC
;
...
...
@@ -12,9 +11,7 @@
var
line_a_ulul
=
""
;
var
building_id
;
$
.
ajax
({
// url: ServerHostTempC+'/office_api/getOfficeRoomInfo',
url
:
'/office_api/getOfficeRoomInfo'
,
data
:
{
'id'
:
_shangpuId
,
},
...
...
@@ -153,8 +150,11 @@
if
(
jsonObect
.
isC
==
0
)
{
//判断b端 还是c端分享(b端)
_fix_bottom
.
show
();
$
(
'.pc-contact-agent'
).
hide
();
$
(
'.shop-list'
).
show
();
//显示更多办公楼
}
else
{
//c端显示推荐人
$
(
'.pc-contact-agent'
).
hide
();
$
(
'.shop-list'
).
hide
();
//显示更多办公楼
$
.
ajax
({
url
:
'/api/getBroker'
,
...
...
@@ -188,8 +188,6 @@
});
};
// $('.shop-list').show();
$
(
"#fix_name"
).
html
(
_name
);
$
(
"#fix_tel"
).
attr
(
"href"
,
"tel:"
+
_tel
);
if
(
_name_img
){
...
...
@@ -279,10 +277,11 @@
});
//点击 商铺详情的 更多商铺
$
(
'.shop-list'
).
click
(
function
()
{
localStorage
.
setItem
(
'shop_list_b_user'
,
_name
);
localStorage
.
setItem
(
'shop_list_b_user_tel'
,
_tel
);
localStorage
.
setItem
(
'shop_list_b_user_img'
,
_name_img
);
location
.
href
=
ServerHost
+
'/app/dist/#/shopList'
;
// localStorage.setItem('shop_list_b_user',_name);
// localStorage.setItem('shop_list_b_user_tel',_tel);
// localStorage.setItem('shop_list_b_user_img',_name_img);
//拼接字符串 跳转办公楼列表
location
.
href
=
"/app/dist/#/buildList?share=1&isC=0&client=b&name="
+
_name
+
'&tel='
+
_tel
+
'&img='
+
_name_img
;
});
//点击进入楼盘详情
$
(
'.building-detail'
).
click
(
function
()
{
...
...
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