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
25f54dc9
Commit
25f54dc9
authored
Oct 13, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
5d9bcd92
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
52 additions
and
23 deletions
+52
-23
jz_LineDetail.vue
pages/jiuzhai/jz_LineDetail.vue
+52
-23
No files found.
pages/jiuzhai/jz_LineDetail.vue
View file @
25f54dc9
...
...
@@ -13,7 +13,7 @@
:height=
"535"
:interval=
"5000"
:border-radius=
"0"
@
click=
"openPicture"
@
click=
"openPicture"
name=
"Url"
></u-swiper>
<view
class=
"media-info"
>
...
...
@@ -279,7 +279,13 @@
</view>
<view
class=
"jz_Zhankai"
style=
"display: none"
>
展开全部
</view>
</view>
<view
class=
"jz_TripDays"
v-if=
"dataList.currentPriceInfo.priceFlight&&dataList.currentPriceInfo.priceFlight.length>0"
>
<view
class=
"jz_TripDays"
v-if=
"
dataList.currentPriceInfo.priceFlight &&
dataList.currentPriceInfo.priceFlight.length > 0
"
>
<span
style=
"
display: inline-block;
...
...
@@ -365,7 +371,14 @@
</view>
</view>
</view>
<view
class=
"jz_TripDays"
v-if=
"dataList.feature&&dataList.feature.tripImageList&&dataList.feature.tripImageList.length>0"
>
<view
class=
"jz_TripDays"
v-if=
"
dataList.feature &&
dataList.feature.tripImageList &&
dataList.feature.tripImageList.length > 0
"
>
<span
style=
"
display: inline-block;
...
...
@@ -405,7 +418,10 @@
></image>
</view>
</view>
<view
class=
"jz_TripDays"
v-if=
"dataList.dayList&&dataList.dayList.length>0"
>
<view
class=
"jz_TripDays"
v-if=
"dataList.dayList && dataList.dayList.length > 0"
>
<span
style=
"
display: inline-block;
...
...
@@ -557,7 +573,10 @@
</view>
</view>
</view>
<view
class=
"jz_TripDays"
v-if=
"dataList.feature&&dataList.feature.feeInclude"
>
<view
class=
"jz_TripDays"
v-if=
"dataList.feature && dataList.feature.feeInclude"
>
<span
style=
"
display: inline-block;
...
...
@@ -592,7 +611,10 @@
<rich-text
:nodes=
"dataList.feature.feeInclude"
></rich-text>
</view>
</view>
<view
class=
"jz_TripDays"
v-if=
"dataList.feature&&dataList.feature.feeNonIncludeText"
>
<view
class=
"jz_TripDays"
v-if=
"dataList.feature && dataList.feature.feeNonIncludeText"
>
<span
style=
"
display: inline-block;
...
...
@@ -627,7 +649,10 @@
<rich-text
:nodes=
"dataList.feature.feeNonInclude"
></rich-text>
</view>
</view>
<view
class=
"jz_TripDays"
v-if=
"dataList.feature&&dataList.feature.importantTip"
>
<view
class=
"jz_TripDays"
v-if=
"dataList.feature && dataList.feature.importantTip"
>
<span
style=
"
display: inline-block;
...
...
@@ -662,7 +687,10 @@
<rich-text
:nodes=
"dataList.feature.importantTip"
></rich-text>
</view>
</view>
<view
class=
"jz_TripDays"
v-if=
"dataList.feature&&dataList.feature.warmTip"
>
<view
class=
"jz_TripDays"
v-if=
"dataList.feature && dataList.feature.warmTip"
>
<span
style=
"
display: inline-block;
...
...
@@ -697,7 +725,10 @@
<rich-text
:nodes=
"dataList.feature.warmTip"
></rich-text>
</view>
</view>
<view
class=
"jz_TripDays"
v-if=
"dataList.feature&&dataList.feature.visaRemark"
>
<view
class=
"jz_TripDays"
v-if=
"dataList.feature && dataList.feature.visaRemark"
>
<span
style=
"
display: inline-block;
...
...
@@ -890,11 +921,12 @@
<view
class=
"jz_OrderDiv"
>
<view
style=
"color: #ff3166; font-weight: bold"
>
<text
style=
"font-size: 22rpx"
>
¥
</text>
<text
style=
"font-size: 40rpx"
>
{{ $utils.getretailer() == true
<!-- b2b -->
? currentPrice.b2CPrice : currentPrice.b2CPrice }}
</text
>
<!-- 原b2b -->
<text
style=
"font-size: 40rpx"
>
{{
$utils.getretailer() == true
? currentPrice.b2CPrice
: currentPrice.b2CPrice
}}
</text>
<text
style=
"font-size: 22rpx"
>
/起
</text>
</view>
<view
style=
"display: flex; align-items: center"
>
...
...
@@ -908,13 +940,11 @@
<view
style=
"color: #111111; font-size: 22rpx"
>
客服
</view>
</button>
<!-- #endif -->
<view
class=
"jz_OrderNow"
@
click=
"openOrderPreview"
:class=
"{ disable: finishFirstLoad && !canCreateOrder }"
>
{{
finishFirstLoad
&&
!canCreateOrder ? "已售罄" : "立即预定"
}}
</view
<view
class=
"jz_OrderNow disable"
v-if=
"currentPrice.remainNum <= 0"
>
已售罄
</view
>
<view
class=
"jz_OrderNow"
@
click=
"openOrderPreview"
v-else
>
立即预定
</view
>
</view>
</view>
...
...
@@ -1107,7 +1137,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="
+
...
...
@@ -1321,7 +1351,6 @@ export default {
this
.
delMsg
.
tcid
,
});
},
// #ifdef MP-WEIXIN
//分享朋友圈
onShareTimeline
()
{
...
...
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