nieyuge 2 lat temu
rodzic
commit
c2abcaf9f6
1 zmienionych plików z 3 dodań i 1 usunięć
  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() {