Browse Source

添加汇率

max 6 tháng trước cách đây
mục cha
commit
a0fe247828
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/cashier.vue

+ 1 - 1
src/views/cashier.vue

@@ -188,7 +188,7 @@ const createOrderFn = async () => {
     userId: "test",
     currency: 'ARS',
   }
-  if(formDate.amount > 722445) {
+  if(formDate.amount > 99999999) {
     loading.value = false
     ElMessage({message: 'Your amount is too large to create a payment order', type: 'warning'})
     return