|
@@ -21,7 +21,7 @@
|
|
<image :src="loadImgSrc('password.png')" style="width: 20px;height: 20px;margin-left:20px;">
|
|
<image :src="loadImgSrc('password.png')" style="width: 20px;height: 20px;margin-left:20px;">
|
|
</image>
|
|
</image>
|
|
</view>
|
|
</view>
|
|
- <input v-model="loginForm.password" type="password" class="input" placeholder="密码" maxlength="20" />
|
|
|
|
|
|
+ <input v-model="loginForm.password" type="input" class="input" placeholder="密码" maxlength="20" />
|
|
</view>
|
|
</view>
|
|
<!-- <view class="input-item flex align-center" style="width: 60%;margin: 0px;" v-if="captchaEnabled">
|
|
<!-- <view class="input-item flex align-center" style="width: 60%;margin: 0px;" v-if="captchaEnabled">
|
|
<view class="iconfont icon-code icon"></view>
|
|
<view class="iconfont icon-code icon"></view>
|