fix: hidden arrow input,change wording and disable preview image

This commit is contained in:
2022-11-15 11:39:19 +07:00
parent 7e5f71d345
commit 0838235f89
5 changed files with 22 additions and 13 deletions

View File

@@ -28,6 +28,10 @@ const FlashScreen = observer(() => {
})
.then(res => {
router.push(`/${qrCode}/payment-order/`)
localStorage.setItem("idOrder", res?.data?.id)
localStorage.setItem("checkInTime", res?.data?.check_in_time)
localStorage.setItem("validTime", res?.data?.valid_time)
console.log(res, "data order")
})
} else if (isNotAvailable) {
localStorage.setItem("lockey_id", isNotAvailable?.id)