|
|
@@ -8,15 +8,15 @@ |
|
|
|
<view class="cwjs-item center"> |
|
|
|
<image src="https://qufang.oss-cn-beijing.aliyuncs.com/channelHelper/user.png" class="logo_input"> |
|
|
|
</image> |
|
|
|
<input class="cwjs-item cwjs-input" v-model="username" placeholder="请输入账号名" type="number" maxlength="11" placeholder-style="color:#AAAAAA"/> |
|
|
|
<input class="cwjs-item cwjs-input" style="font-size: 36rpx;" v-model="username" placeholder="请输入账号名" type="number" maxlength="11" placeholder-style="color:#AAAAAA"/> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="cwjs-cells item-flex" style="margin-top:13rpx;"> |
|
|
|
<view class="cwjs-item center"> |
|
|
|
<image src="https://qufang.oss-cn-beijing.aliyuncs.com/channelHelper/lock.png" class="logo_input"> |
|
|
|
</image> |
|
|
|
<input class="cwjs-item cwjs-input" placeholder="请输入密码" placeholder-style="color:#AAAAAA" type="password" v-model="password" maxlength="16" v-if="passwordType"/> |
|
|
|
<input class="cwjs-item cwjs-input" placeholder="请输入密码" placeholder-style="color:#AAAAAA" maxlength="16" v-model="password" v-else/> |
|
|
|
<input class="cwjs-item cwjs-input" style="font-size: 36rpx;" placeholder="请输入密码" placeholder-style="color:#AAAAAA" type="password" v-model="password" maxlength="16" v-if="passwordType"/> |
|
|
|
<input class="cwjs-item cwjs-input" style="font-size: 36rpx;" placeholder="请输入密码" placeholder-style="color:#AAAAAA" maxlength="16" v-model="password" v-else/> |
|
|
|
</view> |
|
|
|
<view class="imagesBox" @tap="changeBindPassword"> |
|
|
|
<image v-if="passwordType==false" src="../../static/images/zhengkai.png" class="images" mode="scaleToFill"></image> |
|
|
|