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
3251ef50
Commit
3251ef50
authored
Jul 05, 2024
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式修改
parent
515e0b41
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
jointElectronicTicket.vue
.../my/order/jointElectronicTicket/jointElectronicTicket.vue
+3
-1
No files found.
pages/my/order/jointElectronicTicket/jointElectronicTicket.vue
View file @
3251ef50
...
@@ -572,7 +572,7 @@ export default {
...
@@ -572,7 +572,7 @@ export default {
}
else
if
(
item2
.
refundStatus
==
6
){
}
else
if
(
item2
.
refundStatus
==
6
){
item2
[
'refundStatusName'
]
=
'退票审核中'
item2
[
'refundStatusName'
]
=
'退票审核中'
}
else
if
(
item2
.
refundStatus
==
7
){
}
else
if
(
item2
.
refundStatus
==
7
){
item
[
'refundStatusName'
]
=
'退票失败'
item
2
[
'refundStatusName'
]
=
'退票失败'
}
}
})
})
})
})
...
@@ -911,10 +911,12 @@ export default {
...
@@ -911,10 +911,12 @@ export default {
//---使用须知切换
//---使用须知切换
useknowChange
(
item
){
useknowChange
(
item
){
item
.
showUseknow
=!
item
.
showUseknow
item
.
showUseknow
=!
item
.
showUseknow
this
.
$forceUpdate
()
},
},
//---退票详情切换
//---退票详情切换
refundDetailChange
(
item
){
refundDetailChange
(
item
){
item
.
showRefundDetail
=!
item
.
showRefundDetail
item
.
showRefundDetail
=!
item
.
showRefundDetail
this
.
$forceUpdate
()
},
},
//---复制内容
//---复制内容
copyText
(
value
){
copyText
(
value
){
...
...
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