Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
U
uni-pdtravel
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
panyongping
uni-pdtravel
Commits
67e3ed41
Commit
67e3ed41
authored
May 01, 2024
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
索道购票须知处理
parent
3fee105f
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
39 additions
and
16 deletions
+39
-16
buyKnow.vue
components/buyKnow.vue
+2
-2
combiChoose.vue
pages/combination/combiChoose/combiChoose.vue
+9
-4
distributionCombiChoose.vue
...ation/distributionCombiChoose/distributionCombiChoose.vue
+9
-4
scenicCombiOrder.vue
pages/scenic/scenicCombiOrder/scenicCombiOrder.vue
+9
-3
scenicSingleOrder.vue
pages/scenic/scenicSingleOrder/scenicSingleOrder.vue
+10
-3
No files found.
components/buyKnow.vue
View file @
67e3ed41
...
@@ -35,10 +35,10 @@
...
@@ -35,10 +35,10 @@
</view>
</view>
</view>
</view>
<!-- 退票规则 -->
<!-- 退票规则 -->
<view
class=
"middle-list"
style=
"border-bottom: none;"
>
<view
class=
"middle-list"
style=
"border-bottom: none;"
v-if=
"buyKnowData.merchantId!='z0015605022691a5945bbe463141668c'"
>
<view
class=
"middle-title"
>
<view
class=
"middle-title"
>
<text
v-if=
"buyKnowData.backChangeRule == 0"
>
不可退换
</text>
<text
v-if=
"buyKnowData.backChangeRule == 0"
>
不可退换
</text>
<text
v-if=
"buyKnowData.backChangeRule == 1"
>
有
条件退
</text>
<text
v-if=
"buyKnowData.backChangeRule == 1"
>
条件退
</text>
<text
v-if=
"buyKnowData.backChangeRule == 2"
>
随时可退
</text>
<text
v-if=
"buyKnowData.backChangeRule == 2"
>
随时可退
</text>
</view>
</view>
<view
class=
"middle-content"
v-if=
"buyKnowData.productRefundRuleVo&&buyKnowData.productRefundRuleVo.refundType== 1"
>
<view
class=
"middle-content"
v-if=
"buyKnowData.productRefundRuleVo&&buyKnowData.productRefundRuleVo.refundType== 1"
>
...
...
pages/combination/combiChoose/combiChoose.vue
View file @
67e3ed41
...
@@ -55,11 +55,16 @@
...
@@ -55,11 +55,16 @@
<view
class=
"product-price"
>
<view
class=
"product-price"
>
<view
style=
"font-size: 24rpx;display: flex;"
>
<view
style=
"font-size: 24rpx;display: flex;"
>
<text
class=
"product-rule"
v-if=
"items.productRefundRuleVo"
>
<text
class=
"product-rule"
v-if=
"items.productRefundRuleVo"
>
<text
v-if=
"items.productRefundRuleVo.refundType == 0"
>
不可退
</text>
<!-- 索道写死 -->
<text
v-if=
"items.productRefundRuleVo.refundType == 1"
>
条件退
</text>
<text
v-if=
"item.id== 'z0015605022691a5945bbe463141668c'"
>
<text
v-if=
"items.productRefundRuleVo.refundType == 2"
>
随时可退
</text>
条件退
</text>
<
template
v-else
>
<text
v-if=
"items.productRefundRuleVo.refundType == 0"
>
不可退
</text>
<text
v-if=
"items.productRefundRuleVo.refundType == 1"
>
条件退
</text>
<text
v-if=
"items.productRefundRuleVo.refundType == 2"
>
随时可退
</text>
</
template
>
</text>
</text>
<text
class=
"product-rule"
>
无需取票
</text>
<text
class=
"product-rule"
>
无需取票
</text>
<text
@
click
.
stop=
"showBuyKnow(items)"
>
购买须知
</text>
<text
@
click
.
stop=
"showBuyKnow(items)"
>
购买须知
</text>
<u-icon
name=
"arrow-right"
size=
'26'
color=
'#B4B4B4'
></u-icon>
<u-icon
name=
"arrow-right"
size=
'26'
color=
'#B4B4B4'
></u-icon>
...
...
pages/combination/distributionCombiChoose/distributionCombiChoose.vue
View file @
67e3ed41
...
@@ -55,11 +55,16 @@
...
@@ -55,11 +55,16 @@
<view
class=
"product-price"
>
<view
class=
"product-price"
>
<view
style=
"font-size: 24rpx;display: flex;"
>
<view
style=
"font-size: 24rpx;display: flex;"
>
<text
class=
"product-rule"
v-if=
"items.productRefundRuleVo"
>
<text
class=
"product-rule"
v-if=
"items.productRefundRuleVo"
>
<text
v-if=
"items.productRefundRuleVo.refundType == 0"
>
不可退
</text>
<!-- 索道写死 -->
<text
v-if=
"items.productRefundRuleVo.refundType == 1"
>
条件退
</text>
<text
v-if=
"item.id=='z0015605022691a5945bbe463141668c'"
>
<text
v-if=
"items.productRefundRuleVo.refundType == 2"
>
随时可退
</text>
条件退
</text>
<
template
v-else
>
<text
v-if=
"items.productRefundRuleVo.refundType == 0"
>
不可退
</text>
<text
v-if=
"items.productRefundRuleVo.refundType == 1"
>
条件退
</text>
<text
v-if=
"items.productRefundRuleVo.refundType == 2"
>
随时可退
</text>
</
template
>
</text>
</text>
<text
class=
"product-rule"
>
无需取票
</text>
<text
class=
"product-rule"
>
无需取票
</text>
<text
@
click
.
stop=
"showBuyKnow(items)"
>
购买须知
</text>
<text
@
click
.
stop=
"showBuyKnow(items)"
>
购买须知
</text>
<u-icon
name=
"arrow-right"
size=
'26'
color=
'#B4B4B4'
></u-icon>
<u-icon
name=
"arrow-right"
size=
'26'
color=
'#B4B4B4'
></u-icon>
...
...
pages/scenic/scenicCombiOrder/scenicCombiOrder.vue
View file @
67e3ed41
...
@@ -17,9 +17,15 @@
...
@@ -17,9 +17,15 @@
<view
@
click=
"showBuyKnow(index)"
class=
"buyKnow"
>
<view
@
click=
"showBuyKnow(index)"
class=
"buyKnow"
>
<view>
<view>
<text
v-if=
"item.backChangeRule == 0"
>
不可退换
</text>
<!-- 索道写死 -->
<text
v-if=
"item.backChangeRule == 1"
>
有条件退
</text>
<text
v-if=
"item.merchantId=='z0015605022691a5945bbe463141668c'"
>
<text
v-if=
"item.backChangeRule == 2"
>
随时可退
</text>
条件退
</text>
<template
v-else
>
<text
v-if=
"item.backChangeRule == 0"
>
不可退换
</text>
<text
v-if=
"item.backChangeRule == 1"
>
条件退
</text>
<text
v-if=
"item.backChangeRule == 2"
>
随时可退
</text>
</
template
>
<text
v-if=
"item.isFetch == 1"
style=
"margin-left: 10rpx;"
>
无需取号
</text>
<text
v-if=
"item.isFetch == 1"
style=
"margin-left: 10rpx;"
>
无需取号
</text>
</view>
</view>
<view>
<view>
...
...
pages/scenic/scenicSingleOrder/scenicSingleOrder.vue
View file @
67e3ed41
...
@@ -16,9 +16,16 @@
...
@@ -16,9 +16,16 @@
<view
@
click=
"showBuyKnow()"
class=
"buyKnow"
>
<view
@
click=
"showBuyKnow()"
class=
"buyKnow"
>
<view>
<view>
<text
v-if=
"productIfo.backChangeRule == 0"
>
不可退换
</text>
<!-- 索道写死 -->
<text
v-if=
"productIfo.backChangeRule == 1"
>
有条件退
</text>
<text
v-if=
"merchantId=='z0015605022691a5945bbe463141668c'"
>
<text
v-if=
"productIfo.backChangeRule == 2"
>
随时可退
</text>
条件退
</text>
<template
v-else
>
<text
v-if=
"productIfo.backChangeRule == 0"
>
不可退换
</text>
<text
v-if=
"productIfo.backChangeRule == 1"
>
条件退
</text>
<text
v-if=
"productIfo.backChangeRule == 2"
>
随时可退
</text>
</
template
>
<text
v-if=
"productIfo.isFetch == 1"
style=
"margin-left: 10rpx;"
>
无需取号
</text>
<text
v-if=
"productIfo.isFetch == 1"
style=
"margin-left: 10rpx;"
>
无需取号
</text>
</view>
</view>
<view>
<view>
...
...
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