获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 手机授权登录,bindgetphonenumber没有回调
真机点击手机授权登录; 拉起后,频繁点击遮罩后点击不允许; [图片] bindgetphonenumber没有回调,报错 [图片]
02-25 - iphone6/7 plus 底部tab自带焦点背景
[图片] 在app.json设置tab时,iphone6/7 plus出现选中时,有背景颜色 "tabBar": { "color": "#ddd", "selectedColor": "#000", "backgroundColor": "#fff", "list": [ { "pagePath": "pages/index/index", "text": "首页1", "iconPath": "images/index1.png", "selectedIconPath": "images/index2.png" }, { "pagePath": "pages/index1/index1", "text": "首页2", "iconPath": "images/index3.png", "selectedIconPath": "images/index4.png" }, { "pagePath": "pages/index2/index2", "text": "首页3", "iconPath": "images/index5.png", "selectedIconPath": "images/index6.png" } ] }
2018-12-19