- wx.getUserInfo 报 scope unauthorized
小程序 突然 wx.getUserInfo fail,错误信息getUserInfo:fail scope unauthorized是什么原因导致的?
2018-05-11 - iphone 6p 某些手机input无法垂直居中,placeholder顶头
正宗flex布局垂直居中,其他手机正常
2017-10-22 - 小程序列表,有上拉加载功能,如果列表加载到一定程度会导致数据过大而报错
请问 有什么好的解决方案;我的做法是setData()设置列表内容,通过wx:for遍历渲染
2017-10-17 - rpx 垂直方向定位不准确
绝对定位一个元素,top以rpx设置定位,定位结果有偏差
2017-10-11 - 如何阻止canvas 上下滑动
ios真机canvas会上下拖动
2017-09-26 - canvas 画进度环,环为什么会不显示
打开调试版才突然出现
2017-09-22 - canvas绘制进度环,同一个canvasid绘制两条颜色不一样的环,模拟器正常
结果安卓机上下两层颜色是反的,代码 ctx.beginPath(); ctx.arc(countwidth/2, countwidth/2, countwidth/2-15, 0, 2 * Math.PI,false); ctx.setLineWidth(6); ctx.setStrokeStyle(colorarr[0]); ctx.stroke(); // Draw arc ctx.beginPath(); ctx.arc(countwidth / 2, countwidth / 2, countwidth / 2 - 15, 0.5 * Math.PI,0.1* Math.PI,false); ctx.setLineWidth(6); ctx.setStrokeStyle(colorarr[1]); ctx.stroke(); ctx.beginPath() ctx.arc(countwidth/2,countwidth - 15, 6, 0, 2 * Math.PI) ctx.setFillStyle('red') ctx.fill(); ctx.draw()
2017-09-19 - 最新版开发工具电脑上直接卡死无法使用
只能换回旧版本了
2017-09-19