login.wxml 1.0 KB
<view class="pageimg">
    <image src="../../img/bacimg.png"></image>

    <view class="content">
        <view class="logoimg">
            <image src="../../img/logo.png"></image>
        </view>
        <view class="loginlist">
            <view class="loginimg">
                <image src="../../img/aicon_33@2x.png" mode="widthFix"></image>
            </view>
            <view class="enterinput">
                <input placeholder='请输入手机号' placeholder-class="phcolor" bindinput="enterphone"/>
            </view> 
        </view>

         <view class="loginlist">
            <view class="codeimg">
                <image src="../../img/aicon_34@2x.png"></image>
            </view>
            <view class="enterinput">
                <input placeholder='请输入手机验证码' bindinput="entercode" placeholder-class="phcolor"/>
            </view> 
            <button class="getcode" disabled='{{disabled}}' bindtap="getcode">{{time}}</button>
        </view>

        <view class="clearshop" bindtap="login">登录</view>
    </view>
</view>