chore: check phone register & insert guest phone and change loading

This commit is contained in:
2022-11-14 14:18:32 +07:00
parent f4654fb7ca
commit a7571e78e4
4 changed files with 48 additions and 16 deletions

View File

@@ -7,9 +7,9 @@ const url = {
const hooks = {}
const api = {
async usePayment(data) {
return await http.post(url.payment, data)
},
// async usePayment(data) {
// return await http.post(url.payment, data)
// },
}
export const orderRepository = {