loginNew.wxml 858 Bytes
<!--pages/login/loginNew/loginNew.wxml-->
<view>
    <view class="box">
        <view class="img_box">
            <image class="pic" src="/img/login_img.png" alt="" />
        </view>
        <view class="box_title">Hey</view>
        <view class="box_grey">欢迎使用自主学习之旅~</view>
    </view>
    <view class="fied_box">
        <view>
            <van-button type="info" block round open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">登 录</van-button>
        </view>
        <view class="small_font">
            <van-checkbox value="{{ checked }}" shape="square" bind:change="onChange" icon-size='15'>
                已同意<text class="blue_font"> 用户协议 </text>和<text class="blue_font"> 隐私协议 </text>
            </van-checkbox>
        </view>
        <van-notify id="van-notify" />
    </view>
</view>