yuanyuan vor 3 Jahren
Ursprung
Commit
aeab0a4634
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/views/user/ShoppingCartSubmit.vue

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

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