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
67339ada
Commit
67339ada
authored
Jul 05, 2024
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug处理
parent
32c54ace
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
jointElectronicTicket.vue
.../my/order/jointElectronicTicket/jointElectronicTicket.vue
+11
-4
No files found.
pages/my/order/jointElectronicTicket/jointElectronicTicket.vue
View file @
67339ada
...
...
@@ -334,7 +334,7 @@
<text
v-if=
"mainRefundBtn"
@
click=
"mainRefund(orderInfo.id)"
>
申请退票
</text>
<!-- 以子订单为准 -->
<text
v-if=
"subRefundBtn"
@
click=
"showSubRefund()"
>
申请退票
</text>
<text>
再次预订
</text>
<text
@
click=
"orderAgain()"
>
再次预订
</text>
</view>
<!-- 是否重新排号 -->
<u-modal
...
...
@@ -406,7 +406,7 @@ export default {
countFlag
:
null
,
//倒计时时间函数
numberFlag
:
null
,
////获取排号信息时间函数2
Brightness
:
''
,
//屏幕亮度
openid
:
'oroHZ5FaUQ_SOOC_uQQP92fJpBRE'
,
//
uni.getStorageSync('openid')||'',//openid
openid
:
uni
.
getStorageSync
(
'openid'
)
||
''
,
//openid
companyId
:
''
,
//公司Id
orderId
:
''
,
//订单Id
orderInfo
:
''
,
//订单信息
...
...
@@ -423,7 +423,7 @@ export default {
}
},
onLoad
(
option
)
{
this
.
orderId
=
'z001720159120330b8139324c6c8c2e8'
//
option.orderId
this
.
orderId
=
option
.
orderId
},
onShow
()
{
this
.
getDetail
()
...
...
@@ -968,8 +968,15 @@ export default {
uni
.
navigateTo
({
url
:
'/pages/my/order/afterSale/applyAfterSale/applyAfterSale?orderId='
+
this
.
refundOrderId
})
}
},
//---再次预订
orderAgain
(){
let
query
=
'?merchantId='
+
this
.
orderInfo
.
merchantId
+
'&productId='
+
this
.
orderInfo
.
id
+
'&orderSource=3'
uni
.
navigateTo
({
url
:
'/pages/scenic/scenicJointOrder/scenicJointOrder'
+
query
})
}
}
}
</
script
>
...
...
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