ต่อ api ปฏิเสธจ่ายเงิน

This commit is contained in:
Kittapath 2023-04-09 04:21:22 +07:00
parent f03c8a8f10
commit c3688918bf
6 changed files with 126 additions and 97 deletions

View file

@ -109,7 +109,9 @@ const fetchStatus = async () => {
.then((res) => {
acceptTermOfUse.value = true
})
.catch(() => {})
.catch(() => {
acceptTermOfUse.value = false
})
.finally(() => {
loader.value = false
})