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
242c7416
authored
2025-05-22 17:05:33 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
90755055
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
src/viewsPc/booking/travelOrder.vue
src/viewsPc/booking/travelOrder.vue
View file @
242c741
...
...
@@ -360,8 +360,10 @@ function submit() {
submitOrderScenic
(
form
.
value
).
then
(
res
=>
{
if
(
res
.
data
)
{
if
(
res
.
data
.
roomNum
==
-
1
00
)
{
if
(
res
.
data
.
orderId
==
-
4
00
)
{
ElMessage
.
warning
(
language
.
value
==
0
?
'剩余票数不足'
:
'The remaining number of rooms is insufficient'
)
}
else
if
(
res
.
data
.
orderId
==
-
300
)
{
ElMessage
.
warning
(
language
.
value
==
0
?
'提交失败,请稍后再试'
:
'Submission failed, please try again later'
)
}
else
{
// 去付钱
router
.
push
({
...
...
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