Browse Source

fix:pc端代理页面跳转问题

liusw 7 years ago
parent
commit
62e21e8f7c
1 changed files with 3 additions and 0 deletions
  1. 3 0
      pages/agency/index.vue

+ 3 - 0
pages/agency/index.vue

@@ -107,6 +107,9 @@
             }
           }).catch(err => {
             this.$message.error(err.errMsg)
+            setTimeout(() => {
+              this.crossAfter(this.$route.query.returnURL || 'http://www.usoftchina.com')
+            }, 3000)
           })
       },
       getJsonp: function (url, timeout = 500) {