Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
million
Project
Project
Details
Activity
Releases
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
viitto
million
Commits
aa6c59ed
Commit
aa6c59ed
authored
Jul 06, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
92f5afbb
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
278 additions
and
201 deletions
+278
-201
search_sf1.vue
src/components/search_sf/search_sf1.vue
+1
-1
search_sf2.vue
src/components/search_sf/search_sf2.vue
+1
-1
search_sf3.vue
src/components/search_sf/search_sf3.vue
+1
-1
Search.vue
src/pages/Search.vue
+275
-198
No files found.
src/components/search_sf/search_sf1.vue
View file @
aa6c59ed
...
@@ -362,7 +362,7 @@
...
@@ -362,7 +362,7 @@
timeout
:
3000
timeout
:
3000
});
});
}
}
this
.
CommonJump
(
'/
S
earch'
,
{})
this
.
CommonJump
(
'/
s
earch'
,
{})
}
}
}
}
};
};
...
...
src/components/search_sf/search_sf2.vue
View file @
aa6c59ed
...
@@ -364,7 +364,7 @@
...
@@ -364,7 +364,7 @@
timeout
:
3000
timeout
:
3000
});
});
}
}
this
.
CommonJump
(
'/
S
earch'
,
{})
this
.
CommonJump
(
'/
s
earch'
,
{})
}
}
}
}
};
};
...
...
src/components/search_sf/search_sf3.vue
View file @
aa6c59ed
...
@@ -367,7 +367,7 @@
...
@@ -367,7 +367,7 @@
timeout
:
3000
timeout
:
3000
});
});
}
}
this
.
CommonJump
(
'/
S
earch'
,
{})
this
.
CommonJump
(
'/
s
earch'
,
{})
}
}
}
}
};
};
...
...
src/pages/Search.vue
View file @
aa6c59ed
...
@@ -124,11 +124,13 @@
...
@@ -124,11 +124,13 @@
line-height
:
57px
;
line-height
:
57px
;
text-align
:
center
;
text-align
:
center
;
}
}
@media
only
screen
and
(
max-width
:
1200px
)
{
.pd-list
.pd-box
{
@media
only
screen
and
(
max-width
:
1200px
)
{
.pd-list
.pd-box
{
flex-basis
:
calc
(
50%
-
10px
)
!important
;
flex-basis
:
calc
(
50%
-
10px
)
!important
;
}
}
.pd-list
.pd-box
:nth-child
(
even
)
{
.pd-list
.pd-box
:nth-child
(
even
)
{
margin-right
:
0
!important
;
margin-right
:
0
!important
;
}
}
}
}
...
@@ -141,23 +143,25 @@
...
@@ -141,23 +143,25 @@
}
}
@media
only
screen
and
(
max-width
:
425px
)
{
@media
only
screen
and
(
max-width
:
425px
)
{
.pd-list
.pd-box
{
.pd-list
.pd-box
{
flex-basis
:
100%
!important
;
flex-basis
:
100%
!important
;
/* margin-right: 0 !important; */
/* margin-right: 0 !important; */
margin
:
0
10px
20px
-20px
!important
;
margin
:
0
10px
20px
-20px
!important
;
}
}
}
}
.pd-list
.pd-box
{
.pd-list
.pd-box
{
margin-right
:
20px
;
margin-right
:
20px
;
margin-bottom
:
30px
;
margin-bottom
:
30px
;
flex-basis
:
calc
(
25%
-
15px
);
flex-basis
:
calc
(
25%
-
15px
);
border-radius
:
3px
;
border-radius
:
3px
;
background-clip
:
padding-box
;
background-clip
:
padding-box
;
box-shadow
:
0
2px
3px
rgba
(
0
,
0
,
0
,
.09
);
box-shadow
:
0
2px
3px
rgba
(
0
,
0
,
0
,
.09
);
transition
:
-webkit--webkit-transform
.2s
ease
,
box-shadow
.2s
ease
;
transition
:
-webkit--webkit-transform
.2s
ease
,
box-shadow
.2s
ease
;
background-color
:
#fff
;
background-color
:
#fff
;
}
}
.pd-box
.pd-img
{
.pd-box
.pd-img
{
position
:
relative
;
position
:
relative
;
width
:
100%
;
width
:
100%
;
padding-bottom
:
66.237%
;
padding-bottom
:
66.237%
;
...
@@ -177,6 +181,7 @@
...
@@ -177,6 +181,7 @@
border-bottom
:
4px
solid
#00afff
;
border-bottom
:
4px
solid
#00afff
;
text-align
:
right
;
text-align
:
right
;
}
}
.pd-box
.pd-img
.pd-price
.price
{
.pd-box
.pd-img
.pd-price
.price
{
display
:
inline-block
;
display
:
inline-block
;
padding
:
4px
12px
0
;
padding
:
4px
12px
0
;
...
@@ -192,15 +197,16 @@
...
@@ -192,15 +197,16 @@
background-clip
:
padding-box
;
background-clip
:
padding-box
;
}
}
.pd-box
.pd-img
.pd-price
.price
small
{
.pd-box
.pd-img
.pd-price
.price
small
{
padding
:
0
4px
;
padding
:
0
4px
;
font-size
:
14px
;
font-size
:
14px
;
}
}
.pd-box
.pd-content
{
.pd-box
.pd-content
{
padding
:
15px
15px
20px
;
padding
:
15px
15px
20px
;
}
}
.pd-box
.pd-title
{
.pd-box
.pd-title
{
font-size
:
15px
;
font-size
:
15px
;
line-height
:
1.5
;
line-height
:
1.5
;
font-weight
:
400
;
font-weight
:
400
;
...
@@ -208,50 +214,59 @@
...
@@ -208,50 +214,59 @@
}
}
.pd-box
.pd-departure
{
.pd-box
.pd-departure
{
padding-top
:
10px
;
padding-top
:
10px
;
font-size
:
14px
;
font-size
:
14px
;
color
:
#999
;
color
:
#999
;
}
}
.pd-box
.pd-departure
.more
{
.pd-box
.pd-departure
.more
{
float
:
right
;
float
:
right
;
font-size
:
14px
;
font-size
:
14px
;
}
}
.Search_center
.pd-list
{
.Search_center
.pd-list
{
display
:
flex
;
display
:
flex
;
flex-flow
:
wrap
;
flex-flow
:
wrap
;
width
:
100%
;
width
:
100%
;
}
}
.pd-list
li
{
.pd-list
li
{
list-style-type
:
none
;
list-style-type
:
none
;
}
}
.SearchMain
.search-content
{
.SearchMain
.search-content
{
display
:
flex
;
display
:
flex
;
align-items
:
flex-start
;
align-items
:
flex-start
;
}
}
.wl-section-block
{
.wl-section-block
{
width
:
100%
;
width
:
100%
;
max-width
:
1200px
;
max-width
:
1200px
;
margin
:
0
auto
;
margin
:
0
auto
;
padding
:
0
20px
;
padding
:
0
20px
;
}
}
.search-filter-aside
{
.search-filter-aside
{
width
:
300px
;
width
:
300px
;
margin-right
:
30px
;
margin-right
:
30px
;
margin-bottom
:
30px
;
margin-bottom
:
30px
;
background-color
:
#fff
;
background-color
:
#fff
;
}
}
.search-content
.group-result-list
{
display
:
flex
;
.search-content
.group-result-list
{
flex-flow
:
wrap
;
display
:
flex
;
width
:
calc
(
100%
-
300px
);
flex-flow
:
wrap
;
width
:
calc
(
100%
-
300px
);
}
}
.search-filter-aside
.search-header
{
.search-filter-aside
.search-header
{
position
:
relative
;
position
:
relative
;
padding
:
10px
15px
;
padding
:
10px
15px
;
border-bottom
:
1px
solid
#eee
;
border-bottom
:
1px
solid
#eee
;
font-size
:
18px
;
font-size
:
18px
;
font-weight
:
700
;
font-weight
:
700
;
}
}
.search-filter-aside
.clear-filter
{
.search-filter-aside
.clear-filter
{
position
:
absolute
;
position
:
absolute
;
top
:
15px
;
top
:
15px
;
...
@@ -264,29 +279,34 @@
...
@@ -264,29 +279,34 @@
font-size
:
13px
;
font-size
:
13px
;
color
:
#999
;
color
:
#999
;
}
}
.search-filter-aside
.search-type
{
.search-filter-aside
.search-type
{
position
:
relative
;
position
:
relative
;
padding
:
15px
;
padding
:
15px
;
border-bottom
:
1px
solid
#eee
;
border-bottom
:
1px
solid
#eee
;
}
}
.search-filter-aside
.search-type
.search-title
{
.search-filter-aside
.search-type
.search-title
{
margin-bottom
:
20px
;
margin-bottom
:
20px
;
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
700
;
font-weight
:
700
;
color
:
#333
;
color
:
#333
;
}
}
.range-text
{
.range-text
{
display
:
flex
;
display
:
flex
;
justify-content
:
space-between
;
justify-content
:
space-between
;
letter-spacing
:
0
;
letter-spacing
:
0
;
font-weight
:
700
;
font-weight
:
700
;
color
:
#333
;
color
:
#333
;
font-size
:
15px
;
font-size
:
15px
;
}
}
.SearchMain
.row.inline
{
display
:
flex
!important
;
.SearchMain
.row.inline
{
}
display
:
flex
!important
;
.group-statis-block
{
}
.group-statis-block
{
display
:
flex
;
display
:
flex
;
justify-content
:
flex-start
;
justify-content
:
flex-start
;
width
:
100%
;
width
:
100%
;
...
@@ -294,202 +314,235 @@
...
@@ -294,202 +314,235 @@
margin-bottom
:
15px
;
margin-bottom
:
15px
;
font-size
:
15px
;
font-size
:
15px
;
height
:
45px
;
height
:
45px
;
}
}
.group-result-list
.group-statis-block
>*
{
.group-result-list
.group-statis-block
>*
{
display
:
inline-block
;
display
:
inline-block
;
height
:
100%
;
height
:
100%
;
line-height
:
45px
;
line-height
:
45px
;
}
}
.group-result-list
.group-statis-block
.group-share
{
.group-result-list
.group-statis-block
.group-share
{
position
:
relative
;
position
:
relative
;
width
:
150px
;
width
:
150px
;
text-align
:
center
;
text-align
:
center
;
background-color
:
#2a8dbd
;
background-color
:
#2a8dbd
;
color
:
#fff
;
color
:
#fff
;
margin-right
:
15px
;
margin-right
:
15px
;
box-shadow
:
0
2px
2px
0
rgba
(
0
,
0
,
0
,
.16
),
0
2px
7px
0
rgba
(
0
,
0
,
0
,
.12
);
box-shadow
:
0
2px
2px
0
rgba
(
0
,
0
,
0
,
.16
),
0
2px
7px
0
rgba
(
0
,
0
,
0
,
.12
);
}
}
.group-result-list
.group-statis-block
.group-statis-detail
{
.group-result-list
.group-statis-block
.group-statis-detail
{
padding-left
:
10px
;
padding-left
:
10px
;
background
:
#fff
;
background
:
#fff
;
width
:
calc
(
100%
-
150px
);
width
:
calc
(
100%
-
150px
);
}
}
.group-statis-detail
.title
{
.group-statis-detail
.title
{
font-size
:
18px
;
font-size
:
18px
;
}
}
.group-statis-detail
.num
{
.group-statis-detail
.num
{
color
:
#fd992d
;
color
:
#fd992d
;
margin
:
0
3px
;
margin
:
0
3px
;
font-size
:
16px
;
font-size
:
16px
;
}
}
.group-box
{
width
:
100%
;
.group-box
{
display
:
flex
;
width
:
100%
;
flex-wrap
:
wrap
;
display
:
flex
;
background-color
:
#fff
;
flex-wrap
:
wrap
;
border-radius
:
3px
;
background-color
:
#fff
;
box-shadow
:
0
2px
3px
rgba
(
0
,
0
,
0
,
.09
);
border-radius
:
3px
;
transition
:
transform
.2s
ease
,
box-shadow
.2s
ease
;
box-shadow
:
0
2px
3px
rgba
(
0
,
0
,
0
,
.09
);
margin-bottom
:
20px
;
transition
:
transform
.2s
ease
,
box-shadow
.2s
ease
;
}
margin-bottom
:
20px
;
.group-cover
{
}
position
:
relative
;
width
:
270px
;
.group-cover
{
-webkit-background-size
:
cover
;
position
:
relative
;
-moz-background-size
:
cover
;
width
:
270px
;
-o-background-size
:
cover
;
-webkit-background-size
:
cover
;
background-size
:
cover
;
-moz-background-size
:
cover
;
background-position
:
center
;
-o-background-size
:
cover
;
overflow
:
hidden
;
background-size
:
cover
;
}
background-position
:
center
;
.group-cover
img
{
overflow
:
hidden
;
position
:
absolute
;
}
top
:
0
;
right
:
null
;
.group-cover
img
{
bottom
:
null
;
position
:
absolute
;
left
:
0
;
top
:
0
;
z-index
:
1
;
right
:
null
;
width
:
100%
;
bottom
:
null
;
-webkit-user-select
:
none
;
left
:
0
;
-moz-user-select
:
none
;
z-index
:
1
;
-ms-user-select
:
none
;
width
:
100%
;
user-select
:
none
;
-webkit-user-select
:
none
;
pointer-events
:
none
;
-moz-user-select
:
none
;
}
-ms-user-select
:
none
;
.group-box
.group-main
{
user-select
:
none
;
pointer-events
:
none
;
}
.group-box
.group-main
{
display
:
flex
;
display
:
flex
;
flex-wrap
:
wrap
;
flex-wrap
:
wrap
;
width
:
calc
(
100%
-
270px
);
width
:
calc
(
100%
-
270px
);
flex-basis
:
calc
(
100%
-
270px
);
flex-basis
:
calc
(
100%
-
270px
);
}
}
.group-box
>
div
{
.group-box
>
div
{
flex
:
1
;
flex
:
1
;
}
}
.group-box
.group-main
.group-info
{
.group-box
.group-main
.group-info
{
padding
:
20px
;
padding
:
20px
;
width
:
calc
(
100%
-
200px
);
width
:
calc
(
100%
-
200px
);
border-right
:
1px
solid
#eee
;
border-right
:
1px
solid
#eee
;
}
}
.group-box
.group-main
.group-info
.group-detail
{
.group-box
.group-main
.group-info
.group-detail
{
margin-bottom
:
5px
;
margin-bottom
:
5px
;
font-size
:
14px
;
font-size
:
14px
;
color
:
#666
;
color
:
#666
;
}
}
.group-box
.group-main
.group-info
.group-detail
i
{
.group-box
.group-main
.group-info
.group-detail
i
{
margin-right
:
5px
;
margin-right
:
5px
;
font-size
:
18px
;
font-size
:
18px
;
}
}
.group-box
.group-main
.group-info
.group-detail
>*
{
.group-box
.group-main
.group-info
.group-detail
>*
{
display
:
inline-block
;
display
:
inline-block
;
vertical-align
:
middle
;
vertical-align
:
middle
;
}
}
.group-name
{
color
:
#333
;
.group-name
{
font-size
:
16px
;
color
:
#333
;
line-height
:
1.2
;
font-size
:
16px
;
font-weight
:
bold
;
line-height
:
1.2
;
}
font-weight
:
bold
;
.group-list
{
}
margin
:
0
;
padding
:
0
;
.group-list
{
}
margin
:
0
;
.group-list
li
{
padding
:
0
;
display
:
inline-block
;
}
vertical-align
:
middle
;
margin-right
:
10px
;
.group-list
li
{
margin-bottom
:
5px
;
display
:
inline-block
;
list-style-type
:
none
;
vertical-align
:
middle
;
}
margin-right
:
10px
;
.group-list
li
a
{
margin-bottom
:
5px
;
padding
:
5px
;
list-style-type
:
none
;
font-size
:
12px
;
}
background-color
:
#d9edf7
;
border-color
:
#bce8f1
;
.group-list
li
a
{
color
:
#0083bd
;
padding
:
5px
;
border-radius
:
3px
;
font-size
:
12px
;
background-clip
:
padding-box
;
background-color
:
#d9edf7
;
}
border-color
:
#bce8f1
;
.price-info
{
color
:
#0083bd
;
display
:
flex
;
border-radius
:
3px
;
flex-wrap
:
wrap
;
background-clip
:
padding-box
;
align-items
:
flex-end
;
}
padding
:
20px
15px
;
width
:
200px
;
.price-info
{
font-size
:
14px
;
display
:
flex
;
}
flex-wrap
:
wrap
;
.price-wrap
{
align-items
:
flex-end
;
width
:
100%
;
padding
:
20px
15px
;
text-align
:
right
;
width
:
200px
;
}
font-size
:
14px
;
.price-wrap
>*
{
}
display
:
block
;
.price-wrap
{
width
:
100%
;
width
:
100%
;
}
text-align
:
right
;
.price_Search
{
font-size
:
32px
;
font-weight
:
700
;
color
:
#ff9a14
;
}
.price_unit
{
font-size
:
14px
;
padding-right
:
5px
;
}
.btn_warning
{
text-align
:
center
;
cursor
:
pointer
;
padding
:
0
15px
;
height
:
40px
;
min-width
:
135px
;
font-size
:
15px
;
border-radius
:
2px
;
background-clip
:
padding-box
;
letter-spacing
:
.05em
;
background-color
:
#ff9a14
;
color
:
#fff
;
margin-top
:
10px
;
line-height
:
40px
;
}
@media
only
screen
and
(
max-width
:
1200px
){
.search-content
.search-filter-aside
{
display
:
none
;
}
}
.search-content
.group-result-list
{
.price-wrap
>*
{
display
:
block
;
width
:
100%
;
width
:
100%
;
}
}
}
@media
only
screen
and
(
max-width
:
1200px
){
.price_Search
{
.search-content
{
font-size
:
32px
;
font-weight
:
700
;
color
:
#ff9a14
;
}
.price_unit
{
font-size
:
14px
;
padding-right
:
5px
;
}
.btn_warning
{
text-align
:
center
;
cursor
:
pointer
;
padding
:
0
15px
;
height
:
40px
;
min-width
:
135px
;
font-size
:
15px
;
border-radius
:
2px
;
background-clip
:
padding-box
;
letter-spacing
:
.05em
;
background-color
:
#ff9a14
;
color
:
#fff
;
margin-top
:
10px
;
line-height
:
40px
;
}
@media
only
screen
and
(
max-width
:
1200px
)
{
.search-content
.search-filter-aside
{
display
:
none
;
}
.search-content
.group-result-list
{
width
:
100%
;
}
}
@media
only
screen
and
(
max-width
:
1200px
)
{
.search-content
{
max-width
:
768px
;
max-width
:
768px
;
}
}
}
}
@media
only
screen
and
(
max-width
:
768px
)
{
@media
only
screen
and
(
max-width
:
768px
)
{
.group-statis-block
.group-statis-detail
{
.group-statis-block
.group-statis-detail
{
width
:
calc
(
100%
-
45px
);
width
:
calc
(
100%
-
45px
);
}
}
.group-box
.group-cover
{
.group-box
.group-cover
{
display
:
block
;
display
:
block
;
width
:
100%
;
width
:
100%
;
padding-bottom
:
60%
;
padding-bottom
:
60%
;
}
}
.group-box
.group-main
{
display
:
block
;
.group-box
.group-main
{
width
:
100%
;
display
:
block
;
}
width
:
100%
;
.group-box
.group-main
.group-info
{
}
width
:
100%
;
padding-bottom
:
0
;
.group-box
.group-main
.group-info
{
border-right
:
0
;
width
:
100%
;
}
padding-bottom
:
0
;
.group-box
.group-main
.price-info
{
border-right
:
0
;
}
.group-box
.group-main
.price-info
{
display
:
block
;
display
:
block
;
width
:
100%
;
width
:
100%
;
padding-top
:
0
;
padding-top
:
0
;
}
.price-info
.price-wrap
.price_Search
{
font-size
:
28px
;
}
}
}
.price-info
.price-wrap
.price_Search
{
font-size
:
28px
;
}
}
</
style
>
</
style
>
<
template
>
<
template
>
<div
class=
"SearchMain"
>
<div
class=
"SearchMain"
>
...
@@ -572,7 +625,8 @@
...
@@ -572,7 +625,8 @@
<div
v-if=
"$q.screen.xs"
>
<div
v-if=
"$q.screen.xs"
>
<div
class=
"search-bar-m"
>
<div
class=
"search-bar-m"
>
<i
class=
"iconfont iconchazhao"
></i>
<i
class=
"iconfont iconchazhao"
></i>
<input
type=
"text"
placeholder=
"搜尋"
value=
""
@
click=
"showPopup=true"
readonly=
"readonly"
class=
"keyword-input"
>
<input
type=
"text"
placeholder=
"搜尋"
value=
""
@
click=
"showPopup=true"
readonly=
"readonly"
class=
"keyword-input"
>
</div>
</div>
<div
class=
"sortDiv"
>
<div
class=
"sortDiv"
>
<q-select
filled
style=
"width:50%"
v-model=
"priceSort"
:options=
"navs"
emit-value
map-options
/>
<q-select
filled
style=
"width:50%"
v-model=
"priceSort"
:options=
"navs"
emit-value
map-options
/>
...
@@ -585,7 +639,8 @@
...
@@ -585,7 +639,8 @@
<ul
class=
"pd-list"
>
<ul
class=
"pd-list"
>
<li
class=
"pd-box"
>
<li
class=
"pd-box"
>
<a
class=
"pd-link"
>
<a
class=
"pd-link"
>
<div
class=
"pd-img"
:style=
"{backgroundImage:`url('http://de0s2vtm6rzpn.cloudfront.net/b2b/112083/tour_cover/11208315385464307090_rsz.jpg')`}"
>
<div
class=
"pd-img"
:style=
"{backgroundImage:`url('http://de0s2vtm6rzpn.cloudfront.net/b2b/112083/tour_cover/11208315385464307090_rsz.jpg')`}"
>
<div
class=
"pd-price"
>
<div
class=
"pd-price"
>
<div
class=
"price"
>
<div
class=
"price"
>
11
11
...
@@ -603,9 +658,10 @@
...
@@ -603,9 +658,10 @@
</div>
</div>
</a>
</a>
</li>
</li>
<li
class=
"pd-box"
>
<li
class=
"pd-box"
>
<a
class=
"pd-link"
>
<a
class=
"pd-link"
>
<div
class=
"pd-img"
:style=
"{backgroundImage:`url('http://de0s2vtm6rzpn.cloudfront.net/b2b/112083/tour_cover/11208315385464307090_rsz.jpg')`}"
>
<div
class=
"pd-img"
:style=
"{backgroundImage:`url('http://de0s2vtm6rzpn.cloudfront.net/b2b/112083/tour_cover/11208315385464307090_rsz.jpg')`}"
>
<div
class=
"pd-price"
>
<div
class=
"pd-price"
>
<div
class=
"price"
>
<div
class=
"price"
>
11
11
...
@@ -642,8 +698,8 @@
...
@@ -642,8 +698,8 @@
</div>
</div>
<div
class=
"range-text"
>
<div
class=
"range-text"
>
<div
class=
"min"
>
50,900
</div>
<div
class=
"min"
>
50,900
</div>
<div
class=
"max"
>
50,900
</div>
<div
class=
"max"
>
50,900
</div>
</div>
</div>
</div>
</div>
<div
class=
"search-type"
>
<div
class=
"search-type"
>
...
@@ -672,8 +728,8 @@
...
@@ -672,8 +728,8 @@
<span
class=
"clear-filter"
>
清除篩選
</span>
<span
class=
"clear-filter"
>
清除篩選
</span>
</div>
</div>
<div
class=
"q-gutter-sm"
>
<div
class=
"q-gutter-sm"
>
<q-checkbox
v-model=
"StartWeek"
v-for=
"(item,index) in weekList"
val=
"teal"
:label=
"item.label"
:key=
"index"
<q-checkbox
v-model=
"StartWeek"
v-for=
"(item,index) in weekList"
val=
"teal"
:label=
"item.label"
color=
"teal"
/>
:key=
"index"
color=
"teal"
/>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -687,7 +743,7 @@
...
@@ -687,7 +743,7 @@
<span
class=
"num"
>
1
</span>
個行程
<span
class=
"num"
>
1
</span>
個行程
<span
class=
"pc"
>
,目前在第
<span
style=
"color: #7f7f7f;"
>
1
</span>
頁
</span>
<span
class=
"pc"
>
,目前在第
<span
style=
"color: #7f7f7f;"
>
1
</span>
頁
</span>
</div>
</div>
</div>
</div>
<div>
<div>
<div
class=
"group-box"
>
<div
class=
"group-box"
>
<a
class=
"group-cover"
>
<a
class=
"group-cover"
>
...
@@ -720,7 +776,7 @@
...
@@ -720,7 +776,7 @@
<a
class=
"btn_warning"
>
更多出發日
</a>
<a
class=
"btn_warning"
>
更多出發日
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -905,7 +961,28 @@
...
@@ -905,7 +961,28 @@
},
},
searchDate
:
""
,
searchDate
:
""
,
searchEndDate
:
""
,
searchEndDate
:
""
,
//查询参数
qMsg
:
{
cityId
:
0
,
companyId
:
0
,
startDate
:
""
,
//开始日期
endDate
:
""
,
//结束日期
lineId
:
0
,
//线路编号
lineTeamId
:
0
,
//系列编号
minPrice
:
-
1
,
//最低价格
maxPrice
:
-
1
,
//最高价格
minTripDay
:
-
1
,
//最低行程条数
maxTripDay
:
-
1
,
//最高行程天数
orderByDate
:
0
,
orderByPrice
:
0
,
orderBySales
:
0
,
pageIndex
:
1
,
pageSize
:
20
,
priceOrderByField
:
4
,
searchKey
:
""
,
startCityId
:
0
,
},
};
};
},
},
mounted
()
{
mounted
()
{
...
...
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