nieyuge %!s(int64=2) %!d(string=hai) anos
pai
achega
c2abcaf9f6
Modificáronse 1 ficheiros con 3 adicións e 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() {