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
95ef0397
Commit
95ef0397
authored
Oct 20, 2023
by
qipeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
退款按钮显示问题
parent
745fc088
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
electronicTicket.vue
pages/my/order/electronicTicket/electronicTicket.vue
+2
-2
orderList.vue
pages/my/order/orderList/orderList.vue
+1
-1
No files found.
pages/my/order/electronicTicket/electronicTicket.vue
View file @
95ef0397
...
@@ -339,10 +339,10 @@
...
@@ -339,10 +339,10 @@
</
template
>
</
template
>
<
template
v-else-if=
"orderInfo.isRefund==2"
>
随时可退
</
template
>
<
template
v-else-if=
"orderInfo.isRefund==2"
>
随时可退
</
template
>
<
template
v-if=
"ticketStatus"
>
<
template
v-if=
"ticketStatus"
>
<view
class=
"list-btnRefund"
v-if=
"orderInfo.orderStatus==2&&orderInfo.isRefund!=0&&ticketStatus==0"
@
click=
"refundJump(orderInfo.id)"
>
退款/售后
</view>
<view
class=
"list-btnRefund"
v-if=
"orderInfo.orderStatus==2&&orderInfo.isRefund!=0&&ticketStatus==0
||orderInfo.orderStatus==7&&orderInfo.isRefund!=0&&ticketStatus==0
"
@
click=
"refundJump(orderInfo.id)"
>
退款/售后
</view>
</
template
>
</
template
>
<
template
v-else
>
<
template
v-else
>
<view
class=
"list-btnRefund"
v-if=
"orderInfo.orderStatus==2&&orderInfo.isRefund!=0"
@
click=
"refundJump(orderInfo.id)"
>
退款/售后
</view>
<view
class=
"list-btnRefund"
v-if=
"orderInfo.orderStatus==2&&orderInfo.isRefund!=0
||orderInfo.orderStatus==7&&orderInfo.isRefund!=0
"
@
click=
"refundJump(orderInfo.id)"
>
退款/售后
</view>
</
template
>
</
template
>
</view>
</view>
...
...
pages/my/order/orderList/orderList.vue
View file @
95ef0397
...
@@ -147,7 +147,7 @@
...
@@ -147,7 +147,7 @@
<template
v-if=
"item.subOrderType!=4"
>
<template
v-if=
"item.subOrderType!=4"
>
<view
class=
"block-button"
v-if=
"item.orderStatus==1||item.orderStatus==2||item.orderStatus==4||item.orderStatus==5||item.orderStatus==10"
@
click
.
stop=
"orderJump(item.id,item.orderType)"
>
{{
item
.
orderStatus
==
2
?
'去使用'
:
'查看详情'
}}
</view>
<view
class=
"block-button"
v-if=
"item.orderStatus==1||item.orderStatus==2||item.orderStatus==4||item.orderStatus==5||item.orderStatus==10"
@
click
.
stop=
"orderJump(item.id,item.orderType)"
>
{{
item
.
orderStatus
==
2
?
'去使用'
:
'查看详情'
}}
</view>
</
template
>
</
template
>
<view
class=
"block-button"
v-if=
"item.orderStatus==2&&item.isRefund!=0"
@
click
.
stop=
"refundJump(item.id)"
>
退款/售后
</view>
<view
class=
"block-button"
v-if=
"item.orderStatus==2&&item.isRefund!=0
||item.orderStatus==7&&item.isRefund!=0
"
@
click
.
stop=
"refundJump(item.id)"
>
退款/售后
</view>
<view
class=
"block-button"
v-if=
"item.orderStatus==5"
>
评价
</view>
<view
class=
"block-button"
v-if=
"item.orderStatus==5"
>
评价
</view>
</template>
</template>
<view
class=
"block-button block-buttonOrange"
v-if=
"item.orderStatus==0"
>
去支付
</view>
<view
class=
"block-button block-buttonOrange"
v-if=
"item.orderStatus==0"
>
去支付
</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