@@ -352,7 +352,7 @@ export default {
setTimeout(() => {
this.$toast.clear();
this.$router.replace('/orderDetail?id=' + this.id);
- }, 3000);
+ }, 2000);
})
.catch(e => {
this.tradeCode = '';