|
|
@@ -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 } });
|
|
|
}
|