瀏覽代碼

所有应用注册完成跳转所对应的页面

hangb 7 年之前
父節點
當前提交
6403cfea57
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      components/register/PersonalRegistration.vue

+ 3 - 1
components/register/PersonalRegistration.vue

@@ -415,7 +415,8 @@
               .then(response => {
                 this.isShowLoading = false
                 if (response.data.success) {
-                  if (response.data.content) {
+                  if (response.data.content.type) {
+                    console.log(111)
                     if (response.data.content.type === 'mall') {
                       let param = response.data.content.data
                       let a = ''
@@ -467,6 +468,7 @@
                     }
                   } else {
                     let userUU = response.data.content.userUU
+                    console.log(userUU)
                     window.location.href = `/overRegister/${userUU}`
                   }
                 } else {