|
@@ -1,4 +1,4 @@
|
|
-<view style="height: 420rpx;" />
|
|
|
|
|
|
+<view style="height: 340rpx;" />
|
|
<van-cell>
|
|
<van-cell>
|
|
<text slot='icon' class="iconfont icon-a-biaoqianlanwodexuanzhong" />
|
|
<text slot='icon' class="iconfont icon-a-biaoqianlanwodexuanzhong" />
|
|
<input class="input" type="text" value='{{accountno}}' bindinput="inputPhone" placeholder="请输入账户名" />
|
|
<input class="input" type="text" value='{{accountno}}' bindinput="inputPhone" placeholder="请输入账户名" />
|
|
@@ -19,4 +19,10 @@
|
|
<van-button disabled='{{disabled}}' custom-class='login' bindtap="userLogin" loading='{{loading}}' loading-text="登陆中..." color='linear-gradient(90deg, #3874F6 0%, #095DE0 100%);'>登录</van-button>
|
|
<van-button disabled='{{disabled}}' custom-class='login' bindtap="userLogin" loading='{{loading}}' loading-text="登陆中..." color='linear-gradient(90deg, #3874F6 0%, #095DE0 100%);'>登录</van-button>
|
|
</view>
|
|
</view>
|
|
<Agreement isAgree='{{isAgree}}' bindcallBack='agreementChange' />
|
|
<Agreement isAgree='{{isAgree}}' bindcallBack='agreementChange' />
|
|
-<van-toast id="van-toast" />
|
|
|
|
|
|
+<van-toast id="van-toast" />
|
|
|
|
+
|
|
|
|
+<view style="height: 100rpx;" />
|
|
|
|
+<van-divider contentPosition="center">其他登录方式</van-divider>
|
|
|
|
+<view style="width: 100%; text-align: center;">
|
|
|
|
+ <text class="iconfont icon-a-wodebangdingweixin" style="font-size: 100rpx; color:#07C160;" bindtap="wechatLogin" />
|
|
|
|
+</view>
|