Browse Source

修改登录

zs 2 years ago
parent
commit
8b60a98766
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pagesCommon/login/index.wxml

+ 2 - 2
pagesCommon/login/index.wxml

@@ -15,7 +15,7 @@
         </view>
         <!-- 登录 -->
         <form bindsubmit="onSubmit">
-            <scroll-view scroll-y="true" style="max-height: 600rpx;" bindscrolltoupper="upper" bindscrolltolower="lower" bindscroll="scroll">
+            <scroll-view scroll-y="true" style="max-height: 500rpx;" bindscrolltoupper="upper" bindscrolltolower="lower" bindscroll="scroll">
                 <view class="two_2" hidden="{{current==0}}">
                     <view class="value">
                         <input class="input" type='text' name="account" value="{{form.account}}" placeholder="请输入账号" />
@@ -34,7 +34,7 @@
         </form>
         <!-- 注册 -->
         <form bindsubmit="reSubmit">
-            <scroll-view scroll-y="true" style="max-height: 600rpx;" bindscrolltoupper="upper" bindscrolltolower="lower" bindscroll="scroll">
+            <scroll-view scroll-y="true" style="max-height: 500rpx;" bindscrolltoupper="upper" bindscrolltolower="lower" bindscroll="scroll">
                 <view class="two_2" hidden="{{current==1}}">
                     <view class="value">
                         <input class="input" type='text' name="account" value="{{form.account}}" placeholder="请输入账号" />