Explorar o código

优化开店申请

shenjj %!s(int64=7) %!d(string=hai) anos
pai
achega
f742f2e91c

+ 1 - 1
components/mobile/common/LoginBox.vue

@@ -4,7 +4,7 @@
       <div class="mobile-modal-header">请登录后再操作<i @click="close" class="icon-guanbi iconfont"></i></div>
       <div class="mobile-modal-content">
         <span @click="onRegisterClick">立即注册</span><span @click="goLogin">马上登录</span>
-        <p><i>*</i>目前手机端暂不支持开店功能,完成注册后请前往PC端操作</p>
+        <!--<p><i>*</i>目前手机端暂不支持开店功能,完成注册后请前往PC端操作</p>-->
       </div>
     </div>
   </div>

+ 1 - 1
components/mobile/register-saler/Register.vue

@@ -103,7 +103,7 @@
       } else { // 是个人
         this.$http.get('/basic/user/userCacheEnterprise')
           .then(response => {
-            if (!response.data) {
+            if (!response.data.name) {
               this.section = 1
               this.checkData.checked = false
             } else if (!response.data.enIsRead) {

+ 1 - 1
components/mobile/register-saler/register/StepFirst.vue

@@ -739,7 +739,7 @@
       border-radius: 0;
       border: 0;
       overflow-y: auto;
-      max-height: 9rem;
+      max-height: 8rem;
       padding-bottom: 0.4rem;
       .mobile-x-union-header {
         font-size: 0.24rem;

+ 1 - 1
components/register-saler/Register.vue

@@ -95,7 +95,7 @@
       } else { // 是个人
         this.$http.get('/basic/user/userCacheEnterprise')
           .then(response => {
-            if (!response.data) {
+            if (!response.data.name) {
               this.section = 1
               this.checkData.checked = false
             } else if (!response.data.enIsRead) {