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