Эх сурвалжийг харах

修改邮箱第二步以及查看企业营业执照

hangb 7 жил өмнө
parent
commit
f65dce72cf

+ 1 - 1
assets/scss/mobileCommon.scss

@@ -356,7 +356,7 @@
 //查看大图
 #image-box .x-floating img, .image-box .x-floating img {
   margin: auto auto;
-  max-width: 7.5rem !important;
+  max-width: 5.5rem !important;
   max-height: 6rem !important;
   -webkit-user-select: none;
   -moz-user-select: none;

+ 1 - 1
components/mobile/changeManager/StepSelect.vue

@@ -64,7 +64,7 @@
         this.$http.get('/sso/change/admin/checkType')
           .then(response => {
             console.log('验证方式', response.data)
-            if (response.data.success) {
+            if (response.data.content) {
               if (response.data.content.mobile) {
                 this.hasMobile = true
                 this.mobile = response.data.content.mobile

+ 0 - 2
pages/validation/emailValidationSecondStep.vue

@@ -16,8 +16,6 @@
     mounted () {
       if (this.$store.state.option.isMobile) {
         this.$router.push('/validation/emailValidation?token=' + this.$route.query.token + '&step=' + this.$route.query.step)
-      } else {
-        this.$router.push('/validation/emailValidation?token=' + this.$route.query.token)
       }
     }
   }