37 lines
1.7 KiB
Plaintext
37 lines
1.7 KiB
Plaintext
<view class="page">
|
|
<view class="box_1">
|
|
<view class="image_1"></view>
|
|
<view class="image-wrapper_1">
|
|
<!-- <text class="iconfont icon-fanhui image_2" bind:tap="toBack"></text> -->
|
|
</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 bindinput="bindKeyInput" lines="1" type="number" class="text-group_2" maxlength="11" placeholder="请输入手机号" data-mode="mobile" value="{{mobile}}"></input>
|
|
</view>
|
|
</view>
|
|
<view class="section_2">
|
|
<view class="image-text_2">
|
|
<text class="iconfont icon-mima1 thumbnail_2"></text>
|
|
<input bindinput="bindKeyInput" lines="1" type="text" class="text-group_3" placeholder="请输入密码" data-mode="password" password="{{!showPassword}}" value="{{password}}"></input>
|
|
<text class="iconfont icon-yanjing_yincang yanjing" wx:if="{{!showPassword}}" bindtap="togglePassword"></text>
|
|
<text class="iconfont icon-yanjing-xianshi yanjing" wx:if="{{showPassword}}" bindtap="togglePassword"></text>
|
|
</view>
|
|
<!-- <view class="block_1"></view>
|
|
<text lines="1" class="text_3" bind:tap="getCode">{{getCodeText}}</text> -->
|
|
</view>
|
|
<view class="text-wrapper_1" bind:tap="login">
|
|
<text lines="1" class="text_4">登录</text>
|
|
</view>
|
|
<view class="text-wrapper_2">
|
|
<!-- <text lines="1" class="text_6">登录或注册完成即代表您同意</text>
|
|
<text lines="1" class="text_7">《用户服务协议》</text> -->
|
|
</view>
|
|
</view>
|
|
</view> |