zhaoxiaohai 2 anni fa
parent
commit
7f86e2ca61
1 ha cambiato i file con 5 aggiunte e 2 eliminazioni
  1. 5 2
      pages/login/phone.wxml

+ 5 - 2
pages/login/phone.wxml

@@ -1,4 +1,7 @@
-<view style="height: 340rpx;" />
+<view style="height: 340rpx; text-align: center; width: 100vw; margin-bottom: 80rpx;">
+    <image src="/static/image/logo.png" />
+</view>
+
 <van-cell>
     <text slot='icon' class="iconfont icon-a-biaoqianlanwodexuanzhong" />
     <input class="input" type="text" value='{{accountno}}' bindinput="inputPhone" placeholder="请输入账户名" />
@@ -18,7 +21,7 @@
     </van-checkbox>
     <navigator url="./retrievePassword" class="view">忘记密码?</navigator>
 </view>
-<view style="width: 100vw; text-align: center;margin-top: 60rpx;">
+<view style="width: 100vw; text-align: center;margin-top: 60rpx;margin-bottom: 40rpx;">
     <van-button disabled='{{disabled}}' custom-class='login' bindtap="userLogin" loading='{{loading}}' loading-text="登陆中..." color='linear-gradient(90deg, #3874F6 0%, #095DE0 100%);'>登录</van-button>
 </view>
 <Agreement isAgree='{{isAgree}}' bindcallBack='agreementChange' />