Browse Source

修改手机登录提示

yangc 7 years ago
parent
commit
49f66742e9
1 changed files with 11 additions and 0 deletions
  1. 11 0
      components/mobile/common/LoginBox.vue

+ 11 - 0
components/mobile/common/LoginBox.vue

@@ -4,6 +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>
       </div>
     </div>
   </div>
@@ -45,5 +46,15 @@
         margin-right: .5rem;
       }
     }
+    p {
+      font-size: .28rem;
+      color: #666;
+      margin-top: .2rem;
+      i {
+        font-style: normal;
+        color: red;
+        margin-right: .05rem;
+      }
+    }
   }
 </style>