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
c474c94e
authored
2025-07-07 14:22:06 +0800
by
华明祺
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
14224f92
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
18 deletions
src/viewsPc/booking/ticket/confirmOrder.vue
src/viewsPc/booking/ticket/index.vue
src/viewsPc/booking/ticket/confirmOrder.vue
View file @
c474c94
...
...
@@ -316,7 +316,7 @@ async function customerList() {
// 提交
async
function
paymentHandle
()
{
if
(
!
user
.
value
)
{
useStore
()
.
setVisitor
()
useStore
.
setVisitor
()
return
}
...
...
src/viewsPc/booking/ticket/index.vue
View file @
c474c94
...
...
@@ -274,9 +274,8 @@ import _ from 'lodash'
import
{
dayjs
}
from
'element-plus'
import
{
ElMessageBox
}
from
'element-plus'
import
{
getDayName
}
from
'@/viewsPc/seat/utils/language'
import
{
fillImgUrl
}
from
'/@/utils/ruoyi'
import
{
fillImgUrl
,
triggerLanguage
}
from
'/@/utils/ruoyi'
import
useUserStore
from
'/@/store/modules/user'
import
{
triggerLanguage
}
from
'@/utils/ruoyi'
import
{
useStorage
}
from
'@vueuse/core/index'
import
{
useRoute
,
useRouter
}
from
'vue-router'
...
...
@@ -432,21 +431,28 @@ function selectTick(v) {
selectForm
.
value
.
price
=
v
.
price
selectForm
.
value
.
priceEn
=
v
.
priceEn
checkNonPayment
().
then
(
res
=>
{
if
(
res
.
data
)
{
getListByAtstId
({
atstId
:
selectForm
.
value
.
latstId
}).
then
(
res
=>
{
leftCount
.
value
=
res
.
data
if
(
leftCount
.
value
>
0
)
{
showUrl
.
value
=
v
.
images
show
.
value
=
true
}
})
}
else
{
leftCount
.
value
=
-
999
}
})
// vip票
if
(
currTick
.
value
.
ticketType
==
'1'
)
{
showUrl
.
value
=
v
.
images
show
.
value
=
true
leftCount
.
value
=
-
999
}
else
{
checkNonPayment
().
then
(
res
=>
{
if
(
res
.
data
)
{
getListByAtstId
({
atstId
:
selectForm
.
value
.
latstId
}).
then
(
res
=>
{
leftCount
.
value
=
res
.
data
if
(
leftCount
.
value
>
0
)
{
showUrl
.
value
=
v
.
images
show
.
value
=
true
}
})
}
else
{
leftCount
.
value
=
-
999
}
})
}
}
function
toSelectSeat
()
{
...
...
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