- 有人遇到这个问题么 页面被索引
[图片]页面被索引 并且报错这个 不懂 有人能指点一下吗
2019-06-10 - 4G情况下微信返回地理位置授权很慢
4G情况下微信返回地理位置授权很慢 wifi情况下瞬间返回地理位置信息 但是4G任意位置 测试了北京5个小区的位置 返回时间两秒到三秒时间才能返回
2019-01-22 - 微信小程序最新基础库Bug
- 当前 Bug 的表现(可附上截图) 正式版小程序 [图片] [图片] - 预期表现 [图片] - 复现路径 开发版 体验版都没有这个情况 正式版就会这样 - 提供一个最简复现 Demo /*左滑 */ .del { background-color: orangered; width: 200rpx; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; font-size: 40rpx; color: #fff; -webkit-transform: translateX(200rpx); transform: translateX(200rpx); -webkit-transition: all 0.4s; transition: all 0.4s; } .touch-move-active .chat-check, .touch-move-active .del { -webkit-transform: translateX(0); transform: translateX(0); } .touch-item { display: flex; justify-content: space-between; overflow: hidden; }
2018-08-27