This commit is contained in:
scout 2025-01-24 16:17:17 +08:00
parent dcbf00bca4
commit 63a2792b36

View File

@ -91,7 +91,7 @@
<div style="color: rgba(0, 0, 0, 0.40);font-size: 14px;position: absolute;bottom: 13px;">到预约时间未消费则餐券作废</div>
</div>
</van-dialog>
<van-dialog v-model:show="showfail" :show-confirm-button="false">
<van-dialog v-model:show="showfail" :show-confirm-button="true">
<template #title>
<img src="@/assets/fail.png" style="position: absolute;width: 64px;height: 64px;left: 40%;top: 0;" />
</template>
@ -194,10 +194,13 @@ const addYuyue = async () => {
await geYYtUserInfo()
router.push('/success')
} else {
showToast({
message: res.msg,
position: 'top'
})
showfail.value = true
}
} catch (error) {
console.error('预约失败:', error)
showfail.value = true
}
}