Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Athena
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
华国豪
Athena
Commits
c9306c56
Commit
c9306c56
authored
Jul 05, 2019
by
huangyuanyuan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/huaguohao/athena
parents
b8b99f63
a4a59dc2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
28 additions
and
9 deletions
+28
-9
juanmei.png
src/assets/img/task/juanmei.png
+0
-0
newHead.vue
src/components/global/newHead.vue
+20
-0
search.vue
src/components/mall/search.vue
+7
-8
Information.vue
src/components/newPersonalCenter/block/Information.vue
+1
-1
No files found.
src/assets/img/task/juanmei.png
0 → 100644
View file @
c9306c56
28.8 KB
src/components/global/newHead.vue
View file @
c9306c56
...
@@ -29,6 +29,21 @@
...
@@ -29,6 +29,21 @@
.CityChange
.el-select
.el-input__inner
:focus
{
.CityChange
.el-select
.el-input__inner
:focus
{
border
:
none
;
border
:
none
;
}
}
.juanmei
{
width
:
140px
!important
;
cursor
:
pointer
;
padding-right
:
40px
;
}
.juanmei
div
{
text-align
:
right
!important
;
}
.juanmei
img
{
z-index
:
1
;
position
:
absolute
;
top
:
-20px
;
width
:
135px
;
left
:
21px
;
}
</
style
>
</
style
>
<
template
>
<
template
>
<!-- 头部 -->
<!-- 头部 -->
...
@@ -327,6 +342,11 @@
...
@@ -327,6 +342,11 @@
<img
src=
"../../assets/img/task/nav_text.png"
alt=
""
>
<img
src=
"../../assets/img/task/nav_text.png"
alt=
""
>
</div>
</div>
</li>
</li>
<li
:class=
"{_active: navActive === 9}"
class=
"juanmei"
>
<div
@
click=
"handleSelect('', ), navActive = 9"
>
<img
src=
"../../assets/img/task/juanmei.png"
alt=
""
>
</div>
</li>
</ul>
</ul>
</div>
</div>
<!-- <div id="map-container" class="map-container">
<!-- <div id="map-container" class="map-container">
...
...
src/components/mall/search.vue
View file @
c9306c56
...
@@ -260,30 +260,30 @@ export default {
...
@@ -260,30 +260,30 @@ export default {
this
.
loadTeamData
()
this
.
loadTeamData
()
}
,
}
,
loadTeamData
(){
loadTeamData
(){
// if(this.keywords=='')
{
// this.Info('请输入搜索关键字')
// return
//
}
let
minTripDay
=-
1
,
maxTripDay
=-
1
,
minPrice
=-
1
,
maxPrice
=-
1
,
startDate
=
''
,
endDate
=
''
,
startCityId
=
0
let
minTripDay
=-
1
,
maxTripDay
=-
1
,
minPrice
=-
1
,
maxPrice
=-
1
,
startDate
=
''
,
endDate
=
''
,
startCityId
=
0
let
search0
=
""
;
let
search0
=
""
;
let
search1
=
""
;
let
search1
=
""
;
if
(
this
.
searchItem
[
0
]
!=
''
&&
this
.
searchItem
[
0
]
!=
'0'
)
{
if
(
this
.
searchItem
[
0
]
!=
''
&&
this
.
searchItem
[
0
]
!=
'0'
)
{
this
.
lines
.
forEach
(
x
=>
{
this
.
lines
.
forEach
(
x
=>
{
if
(
x
.
name
==
this
.
searchItem
[
0
]){
if
(
x
.
name
==
this
.
searchItem
[
0
]){
lineId
=
x
.
id
;
this
.
lineId
=
x
.
id
;
search0
=
x
.
name
;
search0
=
x
.
name
;
}
}
}
)
}
)
this
.
searchItem
[
0
]
=
search0
;
this
.
searchItem
[
0
]
=
search0
;
}
else
{
this
.
lineId
=
0
;
}
}
if
(
this
.
searchItem
[
1
]
!=
''
&&
this
.
searchItem
[
1
]
!=
'0'
)
{
if
(
this
.
searchItem
[
1
]
!=
''
&&
this
.
searchItem
[
1
]
!=
'0'
)
{
this
.
xilies
.
forEach
(
x
=>
{
this
.
xilies
.
forEach
(
x
=>
{
if
(
x
.
name
==
this
.
searchItem
[
1
]){
if
(
x
.
name
==
this
.
searchItem
[
1
]){
lineTeamId
=
x
.
id
;
this
.
lineTeamId
=
x
.
id
;
search1
=
x
.
name
;
search1
=
x
.
name
;
}
}
}
)
}
)
this
.
searchItem
[
1
]
=
search1
;
this
.
searchItem
[
1
]
=
search1
;
}
else
{
this
.
lineTeamId
=
0
;
}
}
if
(
this
.
searchItem
[
4
]
!=
''
&&
this
.
searchItem
[
4
]
!=
'0'
){
if
(
this
.
searchItem
[
4
]
!=
''
&&
this
.
searchItem
[
4
]
!=
'0'
){
this
.
dayCount
.
forEach
(
x
=>
{
this
.
dayCount
.
forEach
(
x
=>
{
...
@@ -450,7 +450,6 @@ export default {
...
@@ -450,7 +450,6 @@ export default {
if
(
this
.
companyId
!=-
1
){
if
(
this
.
companyId
!=-
1
){
this
.
apipost
(
'b2b_get_GetGroupSearchItem'
,{
'companyId'
:
this
.
companyId
,
cityId
:
this
.
cityId
}
,
r
=>
{
this
.
apipost
(
'b2b_get_GetGroupSearchItem'
,{
'companyId'
:
this
.
companyId
,
cityId
:
this
.
cityId
}
,
r
=>
{
this
.
lines
=
r
.
data
.
data
.
line
this
.
lines
=
r
.
data
.
data
.
line
console
.
log
(
"this.lines"
,
this
.
lines
)
if
(
this
.
$route
.
query
.
lineId
&&
this
.
$route
.
query
.
lineteamId
){
if
(
this
.
$route
.
query
.
lineId
&&
this
.
$route
.
query
.
lineteamId
){
this
.
lineId
=
this
.
$route
.
query
.
lineId
;
this
.
lineId
=
this
.
$route
.
query
.
lineId
;
this
.
lineteamId
=
this
.
$route
.
query
.
lineteamId
;
this
.
lineteamId
=
this
.
$route
.
query
.
lineteamId
;
...
@@ -475,7 +474,7 @@ export default {
...
@@ -475,7 +474,7 @@ export default {
}
}
}
,
}
,
handleClose
(
i
)
{
handleClose
(
i
)
{
this
.
$set
(
this
.
searchItem
,
i
,
''
)
this
.
$set
(
this
.
searchItem
,
i
,
''
)
if
(
i
==
0
){
if
(
i
==
0
){
this
.
xilies
=
[]
this
.
xilies
=
[]
this
.
$set
(
this
.
searchItem
,
1
,
''
)
this
.
$set
(
this
.
searchItem
,
1
,
''
)
...
...
src/components/newPersonalCenter/block/Information.vue
View file @
c9306c56
...
@@ -452,7 +452,7 @@ export default {
...
@@ -452,7 +452,7 @@ export default {
data
.
branchList
.
forEach
(
x
=>
{
data
.
branchList
.
forEach
(
x
=>
{
this
.
tags
.
push
({
id
:
x
.
brandId
,
name
:
x
.
brandName
});
this
.
tags
.
push
({
id
:
x
.
brandId
,
name
:
x
.
brandName
});
this
.
tagsCopy
.
push
({
id
:
x
.
brandId
,
name
:
x
.
brandName
});
this
.
tagsCopy
.
push
({
id
:
x
.
brandId
,
name
:
x
.
brandName
});
})
})
}
else
{
}
else
{
this
.
$message
.
error
(
r
.
data
.
message
);
this
.
$message
.
error
(
r
.
data
.
message
);
}
}
...
...
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