| | |
| | | placeholder="请输入手机号" |
| | | prefixIcon="account" |
| | | prefixIconStyle="font-size: 22px;color: #909399"></u--input> --> |
| | | <!-- #ifdef H5 --> |
| | | <customPagination |
| | | style="width:100%; height: 60rpx; font-size: 30rpx;" |
| | | :options="userList" |
| | | :value="username" |
| | | v-model="username" |
| | | @changeInput="changeInput2" |
| | | @input="handleInput2" |
| | | :placeholder="'请输入登录账号'" |
| | | ></customPagination> |
| | | <!-- #endif --> |
| | | <!-- #ifdef MP-WEIXIN --> |
| | | <customPagination |
| | | style="width:100%; height: 60rpx; font-size: 30rpx;" |
| | | :options="userList" |
| | |
| | | @input="handleInput2" |
| | | :placeholder="'请选择手机号'" |
| | | ></customPagination> |
| | | <!-- #endif --> |
| | | </view> |
| | | <view class="list-call"> |
| | | <u--input v-model="password" |