yuanyuan 3 anos atrás
pai
commit
aeab0a4634
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/user/ShoppingCartSubmit.vue

+ 1 - 1
src/views/user/ShoppingCartSubmit.vue

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