Explorar el Código

Merge branch 'dev_1.1.7_by_nft' into dev_1.1.7_test

nieyuge hace 3 años
padre
commit
796e4e7901
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() {