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
7d6eae04
authored
2025-06-11 16:21:46 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
车辆
1 parent
74b2f6d6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
src/viewsPc/booking/car.vue
src/viewsPc/booking/carOrder.vue
src/viewsPc/booking/car.vue
View file @
7d6eae0
...
...
@@ -282,7 +282,7 @@ async function handleSubmit(v) {
}
const
res
=
await
booking
.
checkOrderPay
(
'1'
)
if
(
!
res
.
data
)
{
await
proxy
.
$modal
.
confirm
(
language
.
value
==
0
?
'您有未支付的订单,请前往支付
!'
:
'You have unpaid orders, please proceed to payment!
'
)
await
proxy
.
$modal
.
confirm
(
language
.
value
==
0
?
'您有未支付的订单,请前往支付
。'
:
'You have unpaid orders, please proceed to payment.
'
)
await
router
.
push
({
path
:
'/center/myReservation'
})
...
...
src/viewsPc/booking/carOrder.vue
View file @
7d6eae0
...
...
@@ -219,6 +219,8 @@ async function handleVehicleConfigList() {
function
initDays
()
{
getBaseInfoByActiveId
(
route
.
params
.
cptId
).
then
(
res
=>
{
lform
.
value
=
res
.
data
form
.
value
.
date1
=
dayjs
(
lform
.
value
.
carStart
).
format
(
'YYYY-MM-DD'
)
}).
catch
(
err
=>
{
console
.
log
(
err
)
})
...
...
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