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
70a62a0c
Commit
70a62a0c
authored
May 10, 2024
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文字修改
parent
1acd8cf6
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
35 additions
and
17 deletions
+35
-17
buyKnow.vue
components/buyKnow.vue
+2
-2
manifest.json
manifest.json
+2
-1
combiChoose.vue
pages/combination/combiChoose/combiChoose.vue
+3
-3
center.vue
pages/indexs/center/center.vue
+17
-0
combinationProduct.vue
pages/scenic/combinationProduct/combinationProduct.vue
+1
-1
scenicCombiOrder.vue
pages/scenic/scenicCombiOrder/scenicCombiOrder.vue
+5
-5
scenicSingleOrder.vue
pages/scenic/scenicSingleOrder/scenicSingleOrder.vue
+5
-5
No files found.
components/buyKnow.vue
View file @
70a62a0c
...
@@ -39,8 +39,8 @@
...
@@ -39,8 +39,8 @@
<!--
<view
class=
"middle-list"
style=
"border-bottom: none;"
v-if=
"buyKnowData.merchantId!='z0015605022691a5945bbe463141668c'"
>
-->
<!--
<view
class=
"middle-list"
style=
"border-bottom: none;"
v-if=
"buyKnowData.merchantId!='z0015605022691a5945bbe463141668c'"
>
-->
<view
class=
"middle-list"
style=
"border-bottom: none;"
>
<view
class=
"middle-list"
style=
"border-bottom: none;"
>
<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
v-if=
"buyKnowData.productRefundRuleVo&&buyKnowData.productRefundRuleVo.refundType== 1"
>
<view
v-if=
"buyKnowData.productRefundRuleVo&&buyKnowData.productRefundRuleVo.refundType== 1"
>
...
...
manifest.json
View file @
70a62a0c
...
@@ -74,7 +74,8 @@
...
@@ -74,7 +74,8 @@
"uniStatistics"
:
{
"uniStatistics"
:
{
"enable"
:
false
"enable"
:
false
},
},
"requiredPrivateInfos"
:
[
"getLocation"
]
"requiredPrivateInfos"
:
[
"getLocation"
],
"embeddedAppIdList"
:
[
"wx882fabc8844b5363"
,
"wx888e5ed62eb274db"
]
//第一个途比达,第二个长江索道
},
},
"mp-alipay"
:
{
"mp-alipay"
:
{
"usingComponents"
:
true
,
"usingComponents"
:
true
,
...
...
pages/combination/combiChoose/combiChoose.vue
View file @
70a62a0c
...
@@ -57,15 +57,15 @@
...
@@ -57,15 +57,15 @@
<text
class=
"product-rule"
v-if=
"items.productRefundRuleVo"
>
<text
class=
"product-rule"
v-if=
"items.productRefundRuleVo"
>
<!-- 索道写死 -->
<!-- 索道写死 -->
<!-- <text v-if="item.id== 'z0015605022691a5945bbe463141668c'">
<!-- <text v-if="item.id== 'z0015605022691a5945bbe463141668c'">
条件退
有
条件退
</text>
</text>
<template v-else>
<template v-else>
<text v-if="items.productRefundRuleVo.refundType == 0">不可退</text>
<text v-if="items.productRefundRuleVo.refundType == 0">不可退</text>
<text v-if="items.productRefundRuleVo.refundType == 1">条件退</text>
<text v-if="items.productRefundRuleVo.refundType == 1">
有
条件退</text>
<text v-if="items.productRefundRuleVo.refundType == 2">随时可退</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 == 0"
>
不可退
</text>
<text
v-if=
"items.productRefundRuleVo.refundType == 1"
>
条件退
</text>
<text
v-if=
"items.productRefundRuleVo.refundType == 1"
>
有
条件退
</text>
<text
v-if=
"items.productRefundRuleVo.refundType == 2"
>
随时可退
</text>
<text
v-if=
"items.productRefundRuleVo.refundType == 2"
>
随时可退
</text>
</text>
</text>
<text
class=
"product-rule"
>
无需取票
</text>
<text
class=
"product-rule"
>
无需取票
</text>
...
...
pages/indexs/center/center.vue
View file @
70a62a0c
...
@@ -184,6 +184,23 @@ export default {
...
@@ -184,6 +184,23 @@ export default {
}
}
})
})
},
},
aaa
(){
uni
.
openEmbeddedMiniProgram
({
appId
:
'wx882fabc8844b5363'
,
// 目标小程序的appid
path
:
'pages/orders/orders'
,
// 打开的页面路径,可选
extraData
:
{
// 需要传递给目标小程序的数据,可选
orderId
:
'z001715240555636905c358cf6758baa'
},
success
:
(
res
)
=>
{
// 打开成功的回调
console
.
log
(
'打开嵌入的小程序成功'
,
res
)
},
fail
:
(
err
)
=>
{
// 打开失败的回调
console
.
error
(
'打开嵌入的小程序失败'
,
err
)
}
})
},
//---跳转到订单列表
//---跳转到订单列表
goOrderlist
(
orderStatus
){
goOrderlist
(
orderStatus
){
uni
.
navigateTo
({
uni
.
navigateTo
({
...
...
pages/scenic/combinationProduct/combinationProduct.vue
View file @
70a62a0c
...
@@ -55,7 +55,7 @@
...
@@ -55,7 +55,7 @@
<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 == 0"
>
不可退
</text>
<text
v-if=
"items.productRefundRuleVo.refundType == 1"
>
条件退
</text>
<text
v-if=
"items.productRefundRuleVo.refundType == 1"
>
有
条件退
</text>
<text
v-if=
"items.productRefundRuleVo.refundType == 2"
>
随时可退
</text>
<text
v-if=
"items.productRefundRuleVo.refundType == 2"
>
随时可退
</text>
</text>
</text>
...
...
pages/scenic/scenicCombiOrder/scenicCombiOrder.vue
View file @
70a62a0c
...
@@ -19,15 +19,15 @@
...
@@ -19,15 +19,15 @@
<view>
<view>
<!-- 索道写死 -->
<!-- 索道写死 -->
<!--
<text
v-if=
"item.merchantId=='z0015605022691a5945bbe463141668c'"
>
<!--
<text
v-if=
"item.merchantId=='z0015605022691a5945bbe463141668c'"
>
条件退
有
条件退
</text>
</text>
<template
v-else
>
<template
v-else
>
<text
v-if=
"item.backChangeRule == 0"
>
不可退
换
</text>
<text
v-if=
"item.backChangeRule == 0"
>
不可退
</text>
<text
v-if=
"item.backChangeRule == 1"
>
条件退
</text>
<text
v-if=
"item.backChangeRule == 1"
>
有
条件退
</text>
<text
v-if=
"item.backChangeRule == 2"
>
随时可退
</text>
<text
v-if=
"item.backChangeRule == 2"
>
随时可退
</text>
</
template
>
-->
</
template
>
-->
<text
v-if=
"item.backChangeRule == 0"
>
不可退
换
</text>
<text
v-if=
"item.backChangeRule == 0"
>
不可退
</text>
<text
v-if=
"item.backChangeRule == 1"
>
条件退
</text>
<text
v-if=
"item.backChangeRule == 1"
>
有
条件退
</text>
<text
v-if=
"item.backChangeRule == 2"
>
随时可退
</text>
<text
v-if=
"item.backChangeRule == 2"
>
随时可退
</text>
<text
v-if=
"item.isFetch == 1"
style=
"margin-left: 10rpx;"
>
无需取号
</text>
<text
v-if=
"item.isFetch == 1"
style=
"margin-left: 10rpx;"
>
无需取号
</text>
</view>
</view>
...
...
pages/scenic/scenicSingleOrder/scenicSingleOrder.vue
View file @
70a62a0c
...
@@ -18,15 +18,15 @@
...
@@ -18,15 +18,15 @@
<view>
<view>
<!-- 索道写死 -->
<!-- 索道写死 -->
<!--
<text
v-if=
"merchantId=='z0015605022691a5945bbe463141668c'"
>
<!--
<text
v-if=
"merchantId=='z0015605022691a5945bbe463141668c'"
>
条件退
有
条件退
</text>
</text>
<template
v-else
>
<template
v-else
>
<text
v-if=
"productIfo.backChangeRule == 0"
>
不可退
换
</text>
<text
v-if=
"productIfo.backChangeRule == 0"
>
不可退
</text>
<text
v-if=
"productIfo.backChangeRule == 1"
>
条件退
</text>
<text
v-if=
"productIfo.backChangeRule == 1"
>
有
条件退
</text>
<text
v-if=
"productIfo.backChangeRule == 2"
>
随时可退
</text>
<text
v-if=
"productIfo.backChangeRule == 2"
>
随时可退
</text>
</
template
>
-->
</
template
>
-->
<text
v-if=
"productIfo.backChangeRule == 0"
>
不可退
换
</text>
<text
v-if=
"productIfo.backChangeRule == 0"
>
不可退
</text>
<text
v-if=
"productIfo.backChangeRule == 1"
>
条件退
</text>
<text
v-if=
"productIfo.backChangeRule == 1"
>
有
条件退
</text>
<text
v-if=
"productIfo.backChangeRule == 2"
>
随时可退
</text>
<text
v-if=
"productIfo.backChangeRule == 2"
>
随时可退
</text>
<text
v-if=
"productIfo.isFetch == 1"
style=
"margin-left: 10rpx;"
>
无需取号
</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