33 lines
1.4 KiB
Plaintext
33 lines
1.4 KiB
Plaintext
<view class="page">
|
|
<view class="box_1">
|
|
<view class="image-wrapper_1">
|
|
</view>
|
|
</view>
|
|
<view class="box_2">
|
|
<view class="text-group_1">
|
|
<text lines="1" class="text_1">验证码登录</text>
|
|
<text lines="1" class="text_2">未注册的手机号验证后将自动注册</text>
|
|
</view>
|
|
<view class="section_1">
|
|
<view class="image-text_1">
|
|
<text class="iconfont icon-shouji thumbnail_1"></text>
|
|
<input lines="1" type="number" class="text-group_2" maxlength="11" placeholder="请输入手机号" data-mode="phoneNumber" value="{{phoneNumber}}" bindinput="bindKeyInput"></input>
|
|
</view>
|
|
</view>
|
|
<view class="section_2">
|
|
<view class="image-text_2">
|
|
<text class="iconfont icon-xiaoxi thumbnail_2"></text>
|
|
<input lines="1" type="number" class="text-group_3" placeholder="请输入验证码" data-mode="code" value="{{code}}" bindinput="bindKeyInput"></input>
|
|
</view>
|
|
<view class="block_1"></view>
|
|
<text lines="1" class="text_3" bind:tap="getCode">{{getCodeText}}</text>
|
|
</view>
|
|
<view class="text-wrapper_1">
|
|
<text lines="1" class="text_4" bind:tap="login">登录/注册</text>
|
|
</view>
|
|
<view class="text-wrapper_2">
|
|
<text lines="1" class="text_6">登录或注册完成即代表您同意</text>
|
|
<text lines="1" class="text_7">《用户服务协议》</text>
|
|
</view>
|
|
</view>
|
|
</view> |