panhui 3 years ago
parent
commit
9327a1a113
1 changed files with 4 additions and 2 deletions
  1. 4 2
      src/views/pay/BankPay.vue

+ 4 - 2
src/views/pay/BankPay.vue

@@ -226,14 +226,16 @@ export default {
                             this.$router.go(-2);
                         } else if (this.type === 'mint') {
                             this.$router.replace({ name: 'activityOrderDetail', query: { id: this.orderId } });
+                        } else if (this.type === 'recharge') {
+                            this.$router.replace({ name: 'mineWallet' });
                         } else if (this.type === 'auction') {
                             if (this.paymentType === 'DEPOSIT') {
                                 this.$router.go(-1);
                             } else {
                                 this.$router.replace({ name: 'activityOrderDetail', query: { id: this.orderId } });
                             }
-                        } else if (this.type === 'recharge') {
-                            this.$router.replace({ name: 'mineWallet' });
+                        } else if (this.type === 'star') {
+                            this.$router.go(-1);
                         } else {
                             this.$router.replace({ name: 'orderDetail', query: { id: this.orderId } });
                         }