Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
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
zhengke
jz_Travel
Commits
09525173
Commit
09525173
authored
Oct 13, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
e5dc601a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
38 additions
and
22 deletions
+38
-22
picture.vue
pages/hotel/picture.vue
+5
-4
jz_Line.vue
pages/jiuzhai/jz_Line.vue
+14
-0
jz_LineDetail.vue
pages/jiuzhai/jz_LineDetail.vue
+19
-18
No files found.
pages/hotel/picture.vue
View file @
09525173
...
...
@@ -5,24 +5,24 @@
<view
class=
"left"
>
<template
v-if=
"isLine==0"
>
<view
v-for=
"(x,i) in jiList"
:key=
"i"
class=
"image-box"
@
click=
"previewImage(x.Path)"
>
<image
:src=
"x.Path"
mode=
"
widthFix
"
></image>
<image
:src=
"x.Path"
mode=
"
aspectFill
"
></image>
</view>
</
template
>
<
template
v-else
>
<view
v-for=
"(x,i) in jiList"
:key=
"i"
class=
"image-box"
@
click=
"previewImage(x.Url)"
>
<image
:src=
"x.Url"
mode=
"
widthFix
"
></image>
<image
:src=
"x.Url"
mode=
"
aspectFill
"
></image>
</view>
</
template
>
</view>
<view
class=
"right"
>
<
template
v-if=
"isLine==0"
>
<view
v-for=
"(x,i) in ouList"
:key=
"i"
class=
"image-box"
@
click=
"previewImage(x.Path)"
>
<image
:src=
"x.Path"
mode=
"
widthFix
"
></image>
<image
:src=
"x.Path"
mode=
"
aspectFill
"
></image>
</view>
</
template
>
<
template
v-else
>
<view
v-for=
"(x,i) in ouList"
:key=
"i"
class=
"image-box"
@
click=
"previewImage(x.Url)"
>
<image
:src=
"x.Url"
mode=
"widthFix
"
></image>
<image
:src=
"x.Url"
mode=
"aspectFill
"
></image>
</view>
</
template
>
</view>
...
...
@@ -123,5 +123,6 @@
.hotel-pic
.content
.image-box
image
{
width
:
100%
;
border-radius
:
20
rpx
;
height
:
200
rpx
;
}
</
style
>
pages/jiuzhai/jz_Line.vue
View file @
09525173
...
...
@@ -559,6 +559,20 @@
this
.
msg
.
companyId
=
this
.
branchList
[
0
].
BId
;
this
.
currentBrachName
=
this
.
branchList
[
0
].
BName
;
this
.
CityId
=
this
.
branchList
[
0
].
CityId
;
let
temp
=
''
if
(
this
.
msg
.
team
.
length
>
0
){
if
(
this
.
lineList
.
length
>
0
){
this
.
lineList
.
forEach
(
x
=>
{
x
.
Teams
.
forEach
(
y
=>
{
if
(
this
.
msg
.
team
.
indexOf
(
y
.
TeamId
)
!=
-
1
)
{
temp
+=
y
.
TeamName
+
","
}
})
})
this
.
optionsTitle
[
1
]
=
temp
==
''
?
'线路玩法'
:
temp
;
}
}
}
},
null
...
...
pages/jiuzhai/jz_LineDetail.vue
View file @
09525173
...
...
@@ -13,6 +13,7 @@
:height=
"535"
:interval=
"5000"
:border-radius=
"0"
@
click=
"openPicture"
name=
"Url"
></u-swiper>
<view
class=
"media-info"
>
...
...
@@ -81,13 +82,13 @@
<view
class=
"jz_LineTitle"
>
<text
class=
"jz_renmin"
>
¥
</text
><text
class=
"jz_B2bPrice"
>
{{
currentPrice
.
b2CPrice
}}
</text>
<text
style=
"color: #999999; font-size: 2
4
rpx; font-weight: 400"
>
<text
style=
"color: #999999; font-size: 2
8
rpx; font-weight: 400"
>
/人起
</text
>
<text
style=
"
color: #999999;
font-size: 2
4
rpx;
font-size: 2
8
rpx;
font-weight: 400;
margin-left: 30rpx;
"
...
...
@@ -278,7 +279,7 @@
</view>
<view
class=
"jz_Zhankai"
style=
"display: none"
>
展开全部
</view>
</view>
<view
class=
"jz_TripDays"
>
<view
class=
"jz_TripDays"
v-if=
"dataList.currentPriceInfo.priceFlight&&dataList.currentPriceInfo.priceFlight.length>0"
>
<span
style=
"
display: inline-block;
...
...
@@ -364,7 +365,7 @@
</view>
</view>
</view>
<view
class=
"jz_TripDays"
>
<view
class=
"jz_TripDays"
v-if=
"dataList.feature&&dataList.feature.tripImageList&&dataList.feature.tripImageList.length>0"
>
<span
style=
"
display: inline-block;
...
...
@@ -404,7 +405,7 @@
></image>
</view>
</view>
<view
class=
"jz_TripDays"
>
<view
class=
"jz_TripDays"
v-if=
"dataList.dayList&&dataList.dayList.length>0"
>
<span
style=
"
display: inline-block;
...
...
@@ -556,7 +557,7 @@
</view>
</view>
</view>
<view
class=
"jz_TripDays"
>
<view
class=
"jz_TripDays"
v-if=
"dataList.feature&&dataList.feature.feeInclude!=''"
>
<span
style=
"
display: inline-block;
...
...
@@ -591,7 +592,7 @@
<rich-text
:nodes=
"dataList.feature.feeInclude"
></rich-text>
</view>
</view>
<view
class=
"jz_TripDays"
>
<view
class=
"jz_TripDays"
v-if=
"dataList.feature&&dataList.feature.feeNonIncludeText!=''"
>
<span
style=
"
display: inline-block;
...
...
@@ -626,7 +627,7 @@
<rich-text
:nodes=
"dataList.feature.feeNonInclude"
></rich-text>
</view>
</view>
<view
class=
"jz_TripDays"
>
<view
class=
"jz_TripDays"
v-if=
"dataList.feature&&dataList.feature.importantTip!=''"
>
<span
style=
"
display: inline-block;
...
...
@@ -661,7 +662,7 @@
<rich-text
:nodes=
"dataList.feature.importantTip"
></rich-text>
</view>
</view>
<view
class=
"jz_TripDays"
>
<view
class=
"jz_TripDays"
v-if=
"dataList.feature&&dataList.feature.warmTip!=''"
>
<span
style=
"
display: inline-block;
...
...
@@ -696,7 +697,7 @@
<rich-text
:nodes=
"dataList.feature.warmTip"
></rich-text>
</view>
</view>
<view
class=
"jz_TripDays"
>
<view
class=
"jz_TripDays"
v-if=
"dataList.feature&&dataList.feature.visaRemark!=''"
>
<span
style=
"
display: inline-block;
...
...
@@ -1102,7 +1103,7 @@ export default {
this
.
yeCount
=
e
.
value
;
},
openPicture
()
{
let
imgObj
=
this
.
dataList
.
imgCover
;
let
imgObj
=
this
.
dataList
.
imgCover
;
uni
.
navigateTo
({
url
:
"/pages/hotel/picture?imgObj="
+
...
...
@@ -1596,7 +1597,7 @@ export default {
.jz_Maidian
{
color
:
#999999
;
font-size
:
2
4
rpx
;
font-size
:
2
8
rpx
;
margin-top
:
22
rpx
;
}
...
...
@@ -1669,7 +1670,7 @@ export default {
}
.jz_B2bPrice
{
font-size
:
4
0
rpx
;
font-size
:
4
5
rpx
;
font-weight
:
800
;
}
...
...
@@ -1677,7 +1678,7 @@ export default {
width
:
100%
;
background-color
:
#fff
;
padding
:
30px
;
font-size
:
2
4
rpx
;
font-size
:
2
8
rpx
;
margin-top
:
-5px
;
}
...
...
@@ -1778,7 +1779,7 @@ export default {
.jz_Place
{
position
:
relative
;
color
:
#111111
;
font-size
:
2
4
rpx
;
font-size
:
2
8
rpx
;
margin
:
30
rpx
0
;
font-weight
:
bold
;
display
:
flex
;
...
...
@@ -1808,13 +1809,13 @@ export default {
.jz_Rermark
{
color
:
#999999
;
font-size
:
2
3
rpx
;
font-size
:
2
8
rpx
;
line-height
:
20px
;
}
.jz_Canyin
{
color
:
#999999
;
font-size
:
2
3
rpx
;
font-size
:
2
8
rpx
;
margin-right
:
44
rpx
;
flex-shrink
:
0
;
}
...
...
@@ -1841,7 +1842,7 @@ export default {
.jz_Jinddian
{
margin
:
23
rpx
0
31
rpx
0
;
color
:
#999999
;
font-size
:
2
3
rpx
;
font-size
:
2
8
rpx
;
line-height
:
20px
;
}
...
...
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