Browse Source

购买跳转

xiaomei 9 months ago
parent
commit
90c168336e
2 changed files with 3 additions and 3 deletions
  1. 1 1
      src/views/mine/TransferDetail.vue
  2. 2 2
      src/views/trade/detail.vue

+ 1 - 1
src/views/mine/TransferDetail.vue

@@ -253,7 +253,7 @@ export default {
               this.loading = false;
               this.areaId = '';
               Toast({ message: res.msg });
-              this.$router.push('teaRights');
+              this.$router.push('mine');
             } else if (res.code == 15001) {
               this.loading = false;
               setTimeout(() => {

+ 2 - 2
src/views/trade/detail.vue

@@ -320,7 +320,7 @@ export default {
               _this.cascaderShow = false;
               _this.areaIds = [];
               Toast({ message: res.msg });
-              _this.$router.push('teaRights');
+              _this.$router.push('mine');
             } else if (res.code == 15001) {
               _this.loading = false;
               setTimeout(() => {
@@ -355,7 +355,7 @@ export default {
               _this.cascaderShow = false;
               _this.areaIds = [];
               Toast({ message: res.msg });
-              _this.$router.push('teaRights');
+              _this.$router.push('mine');
             } else if (res.code == 15001) {
               _this.loading = false;
               setTimeout(() => {