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
6e7517f7
Commit
6e7517f7
authored
Feb 12, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'图片问题@'
parent
d69ba0f2
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
11 additions
and
9 deletions
+11
-9
index.css
src/assets/trip/block/index.css
+1
-1
detailTwo.vue
src/components/mall/detailTwo.vue
+1
-1
fiveday.vue
src/components/trip/block/fiveday.vue
+1
-1
index.vue
src/components/trip/block/index.vue
+2
-1
threeday.vue
src/components/trip/block/threeday.vue
+3
-3
index.vue
src/components/trip/blockTwo/index.vue
+2
-1
threeday.vue
src/components/trip/blockTwo/threeday.vue
+1
-1
No files found.
src/assets/trip/block/index.css
View file @
6e7517f7
...
...
@@ -162,7 +162,7 @@
}
.trip-block
.block-item
.item.hor-box
.image
img
{
width
:
100%
;
height
:
100%
;
/* height: 100%; */
flex
:
1
;
}
.trip-block
.block-item
.item
.three-item
{
...
...
src/components/mall/detailTwo.vue
View file @
6e7517f7
...
...
@@ -737,7 +737,7 @@ export default {
if
(
list
&&
list
.
length
>
0
){
list
.
forEach
((
x
,
index
)
=>
{
if
(
x
.
tcState
==
3
){
let
msg
=
{
let
msg
=
{
dateStr
:
x
.
startDate
,
cDate
:
x
.
startDate
.
replace
(
'-'
,
'年'
).
replace
(
'-'
,
'月'
),
price
:
x
.
b2CPrice
,
...
...
src/components/trip/block/fiveday.vue
View file @
6e7517f7
...
...
@@ -4,7 +4,7 @@
<div
class=
"five-box"
>
<div
class=
"left"
>
<div
class=
"image"
>
<img
:src=
'day.details[0].img
+"?x-oss-process=image/resize,h_497,image/crop,g_north,w_311,h_497"'
/>
<img
:src=
'day.details[0].img
'
:style=
"
{position: 'relative',top:day.details[0].scenicJson.y + 'px'}"
/>
</div>
<div
class=
"item"
>
<h3
v-html=
"day.details[0].title"
@
click
.
stop=
"goUrl(day.details[0].url)"
style=
"cursor: pointer"
></h3>
...
...
src/components/trip/block/index.vue
View file @
6e7517f7
...
...
@@ -109,7 +109,8 @@ export default {
ticketName
:
y
.
childItem
.
couponsTicketName
,
playTimeHour
:
y
.
childItem
.
playTimeHour
,
playTimeMinutes
:
y
.
childItem
.
playTimeMinutes
,
url
:
y
.
childItem
.
url
url
:
y
.
childItem
.
url
,
scenicJson
:
y
.
childItem
.
scenicJson
}
jin
.
push
(
obj
)
}
else
if
(
y
.
type
==
3
&&
y
.
childItem
.
hotelName
!=
''
&&
y
.
childItem
.
imaArray
.
length
>
0
){
...
...
src/components/trip/block/threeday.vue
View file @
6e7517f7
...
...
@@ -3,7 +3,7 @@
<div
class=
"two-block"
>
<div
class=
"item big"
>
<div
class=
"left"
>
<img
:src=
'day.details[0].img
+"?x-oss-process=image/resize,w_663"'
/>
<img
:src=
'day.details[0].img
'
:style=
"
{position: 'relative',top:day.details[0].scenicJson.y + 'px'}"
/>
</div>
<div
class=
"right"
>
<div
class=
"details"
>
...
...
@@ -48,7 +48,7 @@
<el-col
:span=
"16"
>
<div
class=
"item hor-box"
>
<div
class=
"image"
>
<img
:src=
"day.details[1].img
+'?x-oss-process=image/resize,w_663,image/crop,g_west,w_663,h_244'
"
/>
<img
:src=
"day.details[1].img
"
:style=
"
{position: 'relative',top:day.details[1].scenicJson.y + 'px'}
" />
</div>
</div>
</el-col>
...
...
@@ -57,7 +57,7 @@
<el-col
:span=
"16"
>
<div
class=
"item hor-box"
>
<div
class=
"image"
>
<img
:src=
"day.details[2].img+'?x-oss-process=image/resize,w_663,image/crop,g_west,w_663,h_244'
"
/>
<img
:src=
"day.details[2].img"
:style=
"
{position: 'relative',top:day.details[2].scenicJson.y + 'px'}
" />
</div>
</div>
</el-col>
...
...
src/components/trip/blockTwo/index.vue
View file @
6e7517f7
...
...
@@ -90,7 +90,8 @@ export default {
img
:
y
.
childItem
.
imaArray
[
0
].
url
.
replace
(
'https'
,
'http'
),
ticketName
:
y
.
childItem
.
couponsTicketName
,
playTimeHour
:
y
.
childItem
.
playTimeHour
,
playTimeMinutes
:
y
.
childItem
.
playTimeHour
playTimeMinutes
:
y
.
childItem
.
playTimeHour
,
scenicJson
:
y
.
childItem
.
scenicJson
}
jin
.
push
(
obj
)
}
else
if
(
y
.
type
==
3
&&
y
.
childItem
.
hotelName
!=
''
&&
y
.
childItem
.
imaArray
.
length
>
0
){
...
...
src/components/trip/blockTwo/threeday.vue
View file @
6e7517f7
...
...
@@ -48,7 +48,7 @@
<el-col
:span=
"16"
>
<div
class=
"item hor-box"
>
<div
class=
"image"
>
<img
:src=
"day.details[1].img+'?x-oss-process=image/resize,w_
663
,image/crop,g_west,w_663,h_244'"
/>
<img
:src=
"day.details[1].img+'?x-oss-process=image/resize,w_,image/crop,g_west,w_663,h_244'"
/>
</div>
</div>
</el-col>
...
...
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