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
3918fc89
Commit
3918fc89
authored
Mar 29, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
一日游
parent
61bf754b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
68 additions
and
126 deletions
+68
-126
OneDayDetailTwo.vue
src/components/mall/OneDayDetailTwo.vue
+2
-2
OneDaySearch.vue
src/components/mall/OneDaySearch.vue
+1
-1
OneDaySwiper.vue
src/components/mall/OneDaySwiper.vue
+1
-1
OneDayTour.vue
src/components/mall/OneDayTour.vue
+59
-118
heeltour.vue
src/components/mall/heeltour.vue
+1
-1
index.vue
src/components/trip/waterfall/index.vue
+4
-3
No files found.
src/components/mall/OneDayDetailTwo.vue
View file @
3918fc89
...
...
@@ -321,8 +321,8 @@
</div>
<div
v-if=
'dayList&&dayList.length>0'
>
<
!-- <trip :tripList="dayList"></trip> --
>
<
block
:tripList=
"dayList"
:isDirect=
"isDirect"
:clickDate=
"clickDate"
></block
>
<
trip
:tripList=
"dayList"
></trip
>
<
!-- <block :tripList="dayList" :isDirect="isDirect" :clickDate="clickDate"></block> --
>
</div>
<div
class=
"item-title"
id=
'feiyong'
>
<span
class=
"t"
>
费用
</span>
...
...
src/components/mall/OneDaySearch.vue
View file @
3918fc89
...
...
@@ -7,7 +7,7 @@
<el-col
:span=
"20"
:offset=
"2"
class=
"topic"
>
<el-col
:span=
'12'
>
<div
class=
"chosend-box"
>
*
你的选择:
你的选择:
<el-tag
closable
hit
size=
'medium'
v-for=
'(item,index) in searchItem'
:key=
"index"
v-if=
'item!==""&&item!=="0"'
@
close=
'handleClose(index)'
>
{{
item
}}
</el-tag>
</div>
</el-col>
...
...
src/components/mall/OneDaySwiper.vue
View file @
3918fc89
...
...
@@ -36,7 +36,7 @@
</el-carousel-item>
</el-carousel>
<div
class=
"search-box"
:style=
"
{'width':searchBoxWidth,'left':searchBoxLeft}">
<div
class=
"chosen-item"
>
*
旅游
</div>
<div
class=
"chosen-item"
>
旅游
</div>
<div
class=
"search-content"
>
<el-row>
<el-col
:span=
"2"
style=
"text-align:center"
>
...
...
src/components/mall/OneDayTour.vue
View file @
3918fc89
This diff is collapsed.
Click to expand it.
src/components/mall/heeltour.vue
View file @
3918fc89
...
...
@@ -370,7 +370,7 @@ export default {
},
loadRecoItems
(){
if
(
this
.
companyId
!=-
1
){
this
.
apipost
(
'b2b_get_GetHomeSearchItem'
,{
'companyId'
:
this
.
companyId
},
r
=>
{
this
.
apipost
(
'b2b_get_GetHomeSearchItem'
,{
'companyId'
:
this
.
companyId
,
lineDirection
:
2
,
},
r
=>
{
r
.
data
.
data
.
line
.
forEach
(
x
=>
{
x
.
chosenLineTeam
=
'0'
})
...
...
src/components/trip/waterfall/index.vue
View file @
3918fc89
...
...
@@ -8,7 +8,8 @@
<div
v-for=
"(item,index) in tripList"
:key=
"index"
>
<div
class=
"timeline-item"
>
<div
class=
"left"
>
<span
class=
"big"
>
D
{{
item
.
dayNum
}}
</span>
<!--
<span
class=
"big"
>
D
{{
item
.
dayNum
}}
</span>
-->
<span
class=
"big"
style=
" font-size: 20px;"
>
行程
</span>
</div>
<div
class=
"right"
>
<span
class=
"medium"
>
...
...
@@ -24,8 +25,8 @@
<hotel
v-if=
"son.type==3"
:tripItem=
'son'
></hotel>
<restaurant
v-if=
"son.type==4"
:tripItem=
'son'
></restaurant>
<activity
v-if=
"son.type==5"
:tripItem=
'son'
></activity>
<tips
v-if=
"son.type==6"
:tripItem=
'son'
></tips>
</div>
<tips
v-if=
"son.type==6"
:tripItem=
'son'
></tips>
</div>
</div>
</div>
</div>
...
...
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