ソースを参照

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

hangb 7 年 前
コミット
12d52604dd

+ 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 {