Forráskód Böngészése

第三步个人开通店铺逻辑处理

yangc 8 éve
szülő
commit
5415441fc6
1 módosított fájl, 3 hozzáadás és 2 törlés
  1. 3 2
      components/register-saler/register/StepThird.vue

+ 3 - 2
components/register-saler/register/StepThird.vue

@@ -408,7 +408,7 @@
           if (!this.checkData.checked) {
             this.$message.error('您还没有勾选相关条款')
           } else {
-            this.storeApply()
+            this.storeApply(this.loginData.enterprise.uu)
           }
         }
       },
@@ -423,8 +423,9 @@
                   this.$http.get(`/user/authentication/` + response.data.data.enuu).then(() => {
                     this.$store.dispatch('loadUserInfo')
                     this.loginData.isSelf = false
+                    this.loginData.enterprise.uu = response.data.data.enuu
                     this.storeApply(response.data.data.enuu)
-                    //       window.location.reload()
+//                    window.location.reload()
                   })
                 }
               )