Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jijin
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ca3cc327
authored
2024-05-20 22:40:41 +0800
by
yyx
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
b376073c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
src/viewsPc/seat/order-detail.vue
src/viewsPc/seat/order-detail.vue
View file @
ca3cc32
...
...
@@ -182,7 +182,9 @@ const detail = reactive({
comeBack
()
{
router
.
push
({
path
:
"/seat/detail"
,
id
:
props
.
activityId
,
query
:
{
id
:
props
.
activityId
,
},
});
},
});
...
...
@@ -292,17 +294,15 @@ detail.fetchData();
</div>
<div
v-else
>
<!-- v-if="detail.data?.state == 1 && detail.data?.isRefund" -->
<div
v-if=
"detail.data?.state == 1 && detail.data?.isRefund"
class=
"btn_box"
>
<!-- v-if="detail.data?.state == 1 && detail.data?.isRefund" -->
<div
class=
"btn_box"
>
<div
class=
"can_pay"
@
click=
"detail.cancelOrder()"
>
取消购票
</div>
<div
class=
"pay"
@
click=
"detail.comeBack()"
>
再来一单
</div>
</div>
<div
v-else
class=
"btn_box"
>
<
!--
<
div
v-else
class=
"btn_box"
>
<div
class=
"pay_dis"
>
请联系工作人员
</div>
</div>
</div>
-->
</div>
</div>
<div
v-if=
"detail.data?.state == 0"
class=
"tip"
>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment