微信小程序密码显示隐藏(小眼睛)
生活随笔
收集整理的這篇文章主要介紹了
微信小程序密码显示隐藏(小眼睛)
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
微信小程序密碼顯示隱藏(小眼睛睜開閉合)
?
<script>export default{data(){return{defaultType: true,passwordImage:globalData.imgBaseUrl+'_icon_open.png',imgBaseUrl:globalData.imgBaseUrl,}},methods: {//眼睛eyeStatus(){console.log("點擊")this.defaultType = !this.defaultType;if(this.defaultType == true){this.passwordImage = this.imgBaseUrl+'_icon_open.png';}else{this.passwordImage = this.imgBaseUrl+'_icon_closed.png';}},} </script> <view class='tab-content'><AtInput title='' type='text' placeholder='賬號' :value="accountValue" @change="accountChange"></AtInput><AtInput title='' :type='defaultType?"password":"text"' placeholder='密碼' :value="passwordValue" @change="passwordChange"><image :src="passwordImage" style="width: 50rpx" mode="widthFix" @tap='eyeStatus'></image></AtInput></view>總結
以上是生活随笔為你收集整理的微信小程序密码显示隐藏(小眼睛)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: nxlog管理配置linux,如何使用N
- 下一篇: SNMP使用