7d6eae04 by zhangmeng

车辆

1 parent 74b2f6d6
......@@ -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'
})
......
......@@ -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)
})
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!