nieyuge hace 2 años
padre
commit
c2abcaf9f6
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      pages/payment/index.vue

+ 3 - 1
pages/payment/index.vue

@@ -356,7 +356,9 @@ export default {
                     }
                 }
             }).finally(() => {
-                this.loading = false;
+                setTimeout(() => {
+                    this.loading = false;
+                }, 600)
             })
         },
         getCurrencyInfoByCode() {