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
d9e5bf9b
Commit
d9e5bf9b
authored
Aug 05, 2019
by
duxinyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
57acf1ca
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
82 additions
and
2 deletions
+82
-2
buildList.vue
public/appnew/src/components/office_building/buildList.vue
+82
-2
No files found.
public/appnew/src/components/office_building/buildList.vue
View file @
d9e5bf9b
...
@@ -120,14 +120,14 @@
...
@@ -120,14 +120,14 @@
data
:
{
data
:
{
// city :'上海市' ,
// city :'上海市' ,
// disc : '',
// disc : '',
// title :'' ,
// id :'' ,
// id :'' ,
// business_district_id :'' ,
// business_district_id :'' ,
// area_start :that.searchData.area ? that.searchData.area[0] : '' , ,
// area_start :that.searchData.area ? that.searchData.area[0] : '' , ,
// area_end :that.searchData.area ? that.searchData.area[1] : '' ,,
// area_end :that.searchData.area ? that.searchData.area[1] : '' ,,
// type :that.searchData.more.officeChoosen.index ? that.searchData.more.officeChoosen.index : '' ,
// price_start :that.searchData.money ? that.searchData.money[0] : '' ,
// price_start :that.searchData.money ? that.searchData.money[0] : '' ,
// price_end :that.searchData.money ? that.searchData.money[1] : '' ,
// price_end :that.searchData.money ? that.searchData.money[1] : '' ,
// type :that.searchData.more.officeChoosen.index ? that.searchData.more.officeChoosen.index : '' ,
// is_exclusive_type : that.searchData.more.dujia ? that.searchData.more.dujia : '' ,
// is_exclusive_type : that.searchData.more.dujia ? that.searchData.more.dujia : '' ,
// agent_start_time :that.searchData.more.startTime ? that.searchData.more.startTime : '' ,
// agent_start_time :that.searchData.more.startTime ? that.searchData.more.startTime : '' ,
// agent_end_time :that.searchData.more.endTime ? that.searchData.more.endTime : '' ,
// agent_end_time :that.searchData.more.endTime ? that.searchData.more.endTime : '' ,
...
@@ -135,6 +135,86 @@
...
@@ -135,6 +135,86 @@
// status :that.searchData.more.shangjia ? that.searchData.more.shangjia : '' ,
// status :that.searchData.more.shangjia ? that.searchData.more.shangjia : '' ,
// shop_sign :that.getsign(that.searchData.more.specialSpan) ,
// shop_sign :that.getsign(that.searchData.more.specialSpan) ,
}
}
if
(
status
){
switch
(
that
.
si
){
case
0
:
data
.
address
=
that
.
searchStr
;
break
;
case
1
:
data
.
title
=
that
.
searchStr
;
break
;
case
2
:
data
.
landlord_phone
=
that
.
searchStr
;
break
;
}
}
if
(
that
.
searchData
.
addr
!=
''
){
data
.
disc
=
that
.
searchData
.
addr
;
}
if
(
that
.
searchData
.
area
&&
that
.
searchData
.
area
[
0
]
>
-
1
){
if
(
that
.
searchData
.
area
[
0
]
>
that
.
searchData
.
area
[
1
]){
data
.
area_end
=
that
.
searchData
.
area
[
0
]
}
else
if
(
that
.
searchData
.
area
[
0
]
==
''
&&
that
.
searchData
.
area
[
1
]
==
''
)
{
}
else
{
data
.
area_start
=
that
.
searchData
.
area
[
0
];
data
.
area_end
=
that
.
searchData
.
area
[
1
]
;
}
}
if
(
that
.
searchData
.
money
&&
that
.
searchData
.
money
[
0
]
>
-
1
){
if
(
that
.
searchData
.
money
[
0
]
>
that
.
searchData
.
money
[
1
]){
data
.
price_end
=
that
.
searchData
.
money
[
0
]
}
else
if
(
that
.
searchData
.
money
[
0
]
==
''
&&
that
.
searchData
.
money
[
1
]
==
''
)
{
}
else
{
data
.
price_start
=
that
.
searchData
.
money
[
0
];
data
.
price_end
=
that
.
searchData
.
money
[
1
]
;
}
}
if
(
that
.
searchData
.
more
&&
that
.
searchData
.
more
.
clicked
){
if
(
that
.
searchData
.
more
.
officeChoosen
!=
''
){
data
.
type
=
that
.
searchData
.
more
.
officeChoosen
.
index
;
}
if
(
that
.
searchData
.
more
.
dujia
!=
''
)
{
data
.
is_exclusive_type
=
that
.
searchData
.
more
.
dujia
;
}
if
(
that
.
searchData
.
more
.
startTime
!=
''
)
{
data
.
agent_start_time
=
that
.
searchData
.
more
.
startTime
;
}
if
(
that
.
searchData
.
more
.
endTime
!=
''
)
{
data
.
agent_end_time
=
that
.
searchData
.
more
.
endTime
;
}
if
(
that
.
searchData
.
more
.
qiuzu
!=
''
)
{
data
.
is_rent
=
that
.
searchData
.
more
.
qiuzu
;
}
if
(
that
.
searchData
.
more
.
shangjia
!=
''
)
{
data
.
status
=
that
.
searchData
.
more
.
shangjia
;
}
if
(
that
.
searchData
.
more
.
specialSpan
!=
''
)
{
data
.
shop_sign
=
that
.
getsign
(
that
.
searchData
.
more
.
specialSpan
);
}
if
(
that
.
searchData
.
more
.
aread1
!=
''
){
data
.
area_start
=
that
.
searchData
.
more
.
aread1
;
}
if
(
that
.
searchData
.
more
.
aread2
!=
''
){
data
.
area_end
=
that
.
searchData
.
more
.
aread2
;
}
if
(
that
.
searchData
.
more
.
pri1
!=
''
){
data
.
price_start
=
that
.
searchData
.
more
.
pri1
;
}
if
(
that
.
searchData
.
more
.
pri2
!=
''
){
data
.
price_end
=
that
.
searchData
.
more
.
pri2
;
}
if
(
that
.
searchData
.
more
.
gongkai
!=
''
){
data
.
is_show
=
that
.
searchData
.
more
.
gongkai
;
}
}
that
.
axios
({
method
:
'get'
,
url
:
'/office/getBuildingRoomH5'
,
responseType
:
'json'
,
data
:
data
}).
then
(
function
(
res
)
{
}).
then
(
function
(
res
)
{
if
(
res
.
data
.
code
==
200
)
{
if
(
res
.
data
.
code
==
200
)
{
console
.
log
(
res
.
data
.
data
);
console
.
log
(
res
.
data
.
data
);
...
...
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