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
85182109
Commit
85182109
authored
Apr 25, 2019
by
huangyuanyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
607a0613
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1421 additions
and
80 deletions
+1421
-80
xiaocx.png
src/assets/img/xiaocx.png
+0
-0
IndependentList.vue
src/components/DependentTravel/IndependentList.vue
+11
-8
PersonalTailor.vue
src/components/DependentTravel/PersonalTailor.vue
+289
-70
detailThree.vue
src/components/mall/detailThree.vue
+1115
-0
Visalist.vue
src/components/visa/Visalist.vue
+6
-2
No files found.
src/assets/img/xiaocx.png
0 → 100644
View file @
85182109
14.3 KB
src/components/DependentTravel/IndependentList.vue
View file @
85182109
<
template
>
<div
class=
"visaList"
>
<div
class=
"visaList
IndependentList
"
>
<!--
<div
style=
"padding:10px 0"
>
<el-row
:gutter=
"24"
style=
"box-shadow:0px 4px 8px 0px rgba(107,107,107,0.18);"
>
<div
class=
"common_width"
>
...
...
@@ -131,7 +131,9 @@
{{
item
.
lineName
}}
+
{{
item
.
ltName
}}
+
{{
item
.
productRecommend
}}
</p>
<p
v-if=
"item.priceTags"
><span
v-for=
"(tag,index) in item.priceTags"
:key=
"index+100"
class=
tag
>
{{
tag
}}
</span></p>
<p>
{{
item
.
startCityName
}}
出发
</p>
<p>
<i
class=
"iconfont icon-bb-chufadi"
></i>
{{
item
.
startCityName
}}
出发
</p>
<p>
出发日期:最早
{{
item
.
startDate
}}
出发
</p>
</el-col>
<el-col
:span=
"4"
style=
"color:#FF680B;font-size:16px;"
>
...
...
@@ -225,11 +227,7 @@ export default {
}
},
created
(){
if
(
this
.
$route
.
query
.
id
){
this
.
listmsg
.
visaCountryId
=
Number
(
this
.
$route
.
query
.
id
);
}
},
mounted
()
{
// this.GetVisaCountry();
...
...
@@ -456,6 +454,10 @@ export default {
<
style
>
@import
"../../assets/css/reset.css"
;
.IndependentList
.icon-bb-chufadi
{
font-size
:
12px
;
color
:
#666
;
}
.visaList
.orderbyitem
.orderby-group
{
float
:
left
;
}
...
...
@@ -485,7 +487,7 @@ export default {
border-radius
:
0
;
}
.visaList
.select_ul_height
{
height
:
2
2
px
;
height
:
2
1
px
;
}
.visaList
.el-pagination
.btn-next
,
.visaList
.el-pagination
.btn-prev
{
width
:
28px
!important
;
...
...
@@ -616,6 +618,7 @@ export default {
box-sizing
:
border-box
;
width
:
100%
;
overflow
:
hidden
;
min-height
:
21px
;
}
.Selectconditions
.select_title
{
position
:
absolute
;
...
...
src/components/DependentTravel/PersonalTailor.vue
View file @
85182109
This diff is collapsed.
Click to expand it.
src/components/mall/detailThree.vue
0 → 100644
View file @
85182109
This diff is collapsed.
Click to expand it.
src/components/visa/Visalist.vue
View file @
85182109
...
...
@@ -273,7 +273,10 @@ export default {
this
.
hotcountry
=
res
.
data
.
data
.
pageData
;
this
.
pageCount
=
res
.
data
.
data
.
pageCount
;
if
(
this
.
listmsg
.
visaCountryId
==
0
){
this
.
listmsg
.
visaCountryId
=
this
.
hotcountry
[
0
].
id
;
if
(
this
.
hotcountry
.
length
>
0
){
this
.
listmsg
.
visaCountryId
=
this
.
hotcountry
[
0
].
id
;
}
}
this
.
GetVisaProListChoose
();
this
.
GetList
();
...
...
@@ -343,7 +346,7 @@ export default {
border-radius
:
0
;
}
.visaList
.select_ul_height
{
height
:
2
2
px
;
height
:
2
1
px
;
}
.visaList
.el-pagination
.btn-next
,
.visaList
.el-pagination
.btn-prev
{
width
:
28px
!important
;
...
...
@@ -473,6 +476,7 @@ export default {
box-sizing
:
border-box
;
width
:
100%
;
overflow
:
hidden
;
min-height
:
21px
;
}
.Selectconditions
.select_title
{
position
:
absolute
;
...
...
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