vbea hace 1 año
padre
commit
9209014eb1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      WebApp-Lite/pages/receipt/index.vue

+ 1 - 1
WebApp-Lite/pages/receipt/index.vue

@@ -226,7 +226,7 @@ import apiCharge from '@/api/apiCharge';
         }
         setTimeout(() => {
           this.getReceipt();
-        }, this.isView ? 200 : 2000);
+        }, this.isView ? 200 : 8000);
       }
     },
     methods: {