Browse Source

密码明文显示

wang_xy 1 năm trước cách đây
mục cha
commit
b9999d4a20
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pages/login.vue

+ 1 - 1
pages/login.vue

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