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
8138ddb5
Commit
8138ddb5
authored
May 09, 2024
by
qipeng
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
http://192.168.0.204/panyongping/uni-pdtravel
into develop
parents
b5a33e62
0e64bedd
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
24 additions
and
11 deletions
+24
-11
App.vue
App.vue
+1
-0
combiChoose.vue
pages/combination/combiChoose/combiChoose.vue
+6
-3
distributionCombiChoose.vue
...ation/distributionCombiChoose/distributionCombiChoose.vue
+6
-3
scenicCombiOrder.vue
pages/scenic/scenicCombiOrder/scenicCombiOrder.vue
+5
-2
scenicProduct-new.vue
pages/scenic/scenicProduct/scenicProduct-new.vue
+1
-0
scenicSingleOrder.vue
pages/scenic/scenicSingleOrder/scenicSingleOrder.vue
+5
-3
No files found.
App.vue
View file @
8138ddb5
...
...
@@ -70,6 +70,7 @@ export default {
})
},
onShow
:
function
()
{
},
onHide
:
function
()
{
}
...
...
pages/combination/combiChoose/combiChoose.vue
View file @
8138ddb5
<!-- 由于配置了两个页面的码,这个页面的代码直接复制distributionCombiChoose里面的代码,两个页面需要同步更新-->
<
template
>
<!-- 由于配置了两个页面的码,这个页面的代码直接复制distributionCombiChoose里面的代码,两个页面需要同步更新-->
<view
class=
"wrap"
>
<scroll-view
@
scroll=
"scroll"
style=
"height: 100%;"
scroll-y
>
<view
class=
"banner"
>
...
...
@@ -56,14 +56,17 @@
<view
style=
"font-size: 24rpx;display: flex;"
>
<text
class=
"product-rule"
v-if=
"items.productRefundRuleVo"
>
<!-- 索道写死 -->
<text
v-if=
"item.id== 'z0015605022691a5945bbe463141668c'"
>
<
!-- <
text v-if="item.id== 'z0015605022691a5945bbe463141668c'">
条件退
</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
>
</template> -->
<text
v-if=
"items.productRefundRuleVo.refundType == 0"
>
不可退
</text>
<text
v-if=
"items.productRefundRuleVo.refundType == 1"
>
条件退
</text>
<text
v-if=
"items.productRefundRuleVo.refundType == 2"
>
随时可退
</text>
</text>
<text
class=
"product-rule"
>
无需取票
</text>
<text
@
click
.
stop=
"showBuyKnow(items)"
>
购买须知
</text>
...
...
pages/combination/distributionCombiChoose/distributionCombiChoose.vue
View file @
8138ddb5
<!-- 修改这个页面时,需要同步更新combiChoose页面的代码 -->
<
template
>
<view
class=
"wrap"
>
<!-- 修改这个页面时,需要同步更新combiChoose页面的代码 -->
<scroll-view
@
scroll=
"scroll"
style=
"height: 100%;"
scroll-y
>
<view
class=
"banner"
>
<u-swiper
:list=
"imgList"
@
change=
"e => currentNum = e.current"
indicatorStyle=
"right: 20px;bottom:25px"
height=
"400"
circular
>
...
...
@@ -56,14 +56,17 @@
<view
style=
"font-size: 24rpx;display: flex;"
>
<text
class=
"product-rule"
v-if=
"items.productRefundRuleVo"
>
<!-- 索道写死 -->
<text
v-if=
"item.id=='z0015605022691a5945bbe463141668c'"
>
<
!-- <
text v-if="item.id=='z0015605022691a5945bbe463141668c'">
条件退
</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
>
</template> -->
<text
v-if=
"items.productRefundRuleVo.refundType == 0"
>
不可退
</text>
<text
v-if=
"items.productRefundRuleVo.refundType == 1"
>
条件退
</text>
<text
v-if=
"items.productRefundRuleVo.refundType == 2"
>
随时可退
</text>
</text>
<text
class=
"product-rule"
>
无需取票
</text>
<text
@
click
.
stop=
"showBuyKnow(items)"
>
购买须知
</text>
...
...
pages/scenic/scenicCombiOrder/scenicCombiOrder.vue
View file @
8138ddb5
...
...
@@ -18,14 +18,17 @@
<view
@
click=
"showBuyKnow(index)"
class=
"buyKnow"
>
<view>
<!-- 索道写死 -->
<text
v-if=
"item.merchantId=='z0015605022691a5945bbe463141668c'"
>
<
!--
<
text
v-if=
"item.merchantId=='z0015605022691a5945bbe463141668c'"
>
条件退
</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
>
</
template
>
-->
<text
v-if=
"item.backChangeRule == 0"
>
不可退换
</text>
<text
v-if=
"item.backChangeRule == 1"
>
条件退
</text>
<text
v-if=
"item.backChangeRule == 2"
>
随时可退
</text>
<text
v-if=
"item.isFetch == 1"
style=
"margin-left: 10rpx;"
>
无需取号
</text>
</view>
<view>
...
...
pages/scenic/scenicProduct/scenicProduct-new.vue
View file @
8138ddb5
...
...
@@ -56,6 +56,7 @@
<text>
随时可退
</text>
</view>
</view>
<view>
</view>
...
...
pages/scenic/scenicSingleOrder/scenicSingleOrder.vue
View file @
8138ddb5
...
...
@@ -17,15 +17,17 @@
<view
@
click=
"showBuyKnow()"
class=
"buyKnow"
>
<view>
<!-- 索道写死 -->
<text
v-if=
"merchantId=='z0015605022691a5945bbe463141668c'"
>
<
!--
<
text
v-if=
"merchantId=='z0015605022691a5945bbe463141668c'"
>
条件退
</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
>
</
template
>
-->
<text
v-if=
"productIfo.backChangeRule == 0"
>
不可退换
</text>
<text
v-if=
"productIfo.backChangeRule == 1"
>
条件退
</text>
<text
v-if=
"productIfo.backChangeRule == 2"
>
随时可退
</text>
<text
v-if=
"productIfo.isFetch == 1"
style=
"margin-left: 10rpx;"
>
无需取号
</text>
</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