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
4b07f548
Commit
4b07f548
authored
May 15, 2024
by
qipeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码还原
parent
93539fbb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
applyAfterSale.vue
pages/my/order/afterSale/applyAfterSale/applyAfterSale.vue
+0
-8
electronicTicket.vue
pages/my/order/electronicTicket/electronicTicket.vue
+0
-6
No files found.
pages/my/order/afterSale/applyAfterSale/applyAfterSale.vue
View file @
4b07f548
...
...
@@ -287,7 +287,6 @@ export default {
// }
this
.
orderRefundRuleListShowMessage
=
this
.
orderInfo
.
orderRefundRuleList
//判断是否在退票时间内
var
orderRefundRuleListShowType
=
false
this
.
orderRefundRuleListShowMessage
.
forEach
((
item
,
index
)
=>
{
if
(
item
.
refundVisitorApply
==
1
){
var
todayTimer
=
this
.
$commonjs
.
today
()
+
' '
+
this
.
$commonjs
.
todayTime
()
//获取今天时间
...
...
@@ -340,13 +339,6 @@ export default {
}
}
})
if
(
orderRefundRuleListShowType
==
false
&&
this
.
orderInfo
!=
0
){
this
.
isRefund
=
true
this
.
orderRefundRuleListShowBtn
=
true
}
else
{
this
.
orderRefundRuleListShowBtn
=
false
this
.
isRefund
=
false
}
}
else
{
uni
.
showToast
({
title
:
res
.
message
,
...
...
pages/my/order/electronicTicket/electronicTicket.vue
View file @
4b07f548
...
...
@@ -845,7 +845,6 @@ export default {
}
}
//判断是否在退票时间内
var
orderRefundRuleListShowType
=
false
this
.
orderRefundRuleListShowMessage
.
forEach
((
item
,
index
)
=>
{
if
(
item
.
refundVisitorApply
==
1
){
var
todayTimer
=
this
.
$commonjs
.
today
()
+
' '
+
this
.
$commonjs
.
todayTime
()
//获取今天时间
...
...
@@ -886,11 +885,6 @@ export default {
}
}
})
if
(
orderRefundRuleListShowType
==
false
&&
this
.
orderInfo
!=
0
){
this
.
orderRefundRuleListShowBtn
=
true
}
else
{
this
.
orderRefundRuleListShowBtn
=
false
}
this
.
findCouponListFun
()
}
else
{
uni
.
showToast
({
...
...
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