- 博客(9)
- 收藏
- 关注
原创 uniapp中input框如何不让默认填充账号密码
当浏览器保存了账号密码后,在我们前端页面中就会默认填充我们浏览器保存的账号密码,解决方法:在我们写的input框前面增加两个input,并且将宽高隐藏就可以并且要将Input中的属性autocomplete设置为off代码:<input type="password" style='width:0;height:0;min-height:0'/><input type="text" autocomplete="off" style='width:0;heigh..
2022-05-19 17:59:09 2796 1
原创 uniapp动态修改tabBar内容
uniapp根据角色权限动态改变tabBar内容本人小白,如果有不对的地方请多指教根据uniapp官方API进行修改 uni.setTbaBarItem()解决的关键:let tabBarOptions = { index: 0, //要修改的下标 text: '首页', //文字 iconPath: 'static/images/index_like.png', selectedIconPath: 'static/images/index_like_.
2021-05-27 11:22:08 5652
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人