浏览代码

移动页面忘记密码点击完成uu互联加拦截

hangb 7 年之前
父节点
当前提交
12d52604dd
共有 2 个文件被更改,包括 5 次插入2 次删除
  1. 5 1
      components/mobile/reset/stepLast.vue
  2. 0 1
      components/mobile/reset/stepSecurity .vue

+ 5 - 1
components/mobile/reset/stepLast.vue

@@ -38,7 +38,11 @@
     },
     methods: {
       sureAccount () {
-        this.$router.push('/')
+        if (this.$route.query.source === 'UU') {
+          window.location.href = 'htttp://sureCloseWeb.com'
+        } else {
+          this.$router.push('/')
+        }
       }
     }
   }

+ 0 - 1
components/mobile/reset/stepSecurity .vue

@@ -116,7 +116,6 @@
             .then(response => {
               this.$indicator.close()
               if (response.data.success) {
-                console.log(response.data, type)
                 this.$emit('stepEvent', type)
                 this.$emit('tokenEvent', response.data.content.token)
               } else {