Browse Source

密码不可见

undefined
xubinxcode 4 years ago
parent
commit
f1313794ca
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      addons/unishop/uniapp/uni-shop/pages/userinfo/userinfo.vue

+ 2
- 2
addons/unishop/uniapp/uni-shop/pages/userinfo/userinfo.vue View File

@@ -31,8 +31,8 @@
</view>
</view>
<view class="yt-list-cell">
<view class="cell-tit clamp">登陆密码
<input class="input" type="text" v-model="password" />
<view class="cell-tit clamp">密码
<input class="input" type="password" v-model="password" />
</view>
</view>
<!-- #endif -->


Loading…
Cancel
Save