- 选择图片,文件api报未在隐私协议中声明?
已在小程序隐私协议中更新了需使用权限,但是在小程序内调用 还是一直报[图片]
2023-08-16 - 微信小程序运行一段时间后内存溢出?
微信开发工具和部分手机体验版,在使用一段时间后,占用内存超过1g,造成小程序崩溃,如图[图片]补充,开发工具使用的是基础库2.30.2,微信版本8.0.32和33
2023-03-21 - 真机调试选择相机拍摄会出现卡死?
[图片] [视频] 在进行小程序真机调试的时候,发现通过拍摄选择图片,会出现小程序卡死的情况,测试机型,小米6 小米10
2021-08-14 - 智慧商圈授权层级问题?
智慧商圈在授权之前没有调用getLocation 的情况下,弹窗会出现层级错误,如图[图片],这部分在遮罩层之下
2021-06-21 - ipad内扫码成功之后不会主动关闭扫码界面?
"wx.scanCode"在ipad内扫码成功之后,不会主动关闭扫码界面,然后就会让用户认为界面卡死,并且不知道扫码结果,我在社区里面发现这个问题好久前就有人反馈了,现在还没能解决吗? 代码如下 wx.scanCode({ success(res) { console.log('qrocde', res) let data = { SerialId: res.result, } loadingAlert({message: '数据加载中...'}) getTicketList(data, (res) => { console.log('res', res) wx.hideLoading() if (res.Header.errcode === '0') { if (res.Data.TicketList.length > 0) { _this.setData({ detailData: res.Data.TicketList[0], vipCode: res.Data.TicketList[0].VipCode, isShow: true }) } else { toastAlert({ message: '无效的券号' }) } } else { toastAlert({ message: res.Header.errmsg }) } }) }, fail: (err) => { console.log('err', err) } }) bug机型:iPad Air 2 运行系统: IOS 14.2 微信版本: 7.0.18 基础库版本: 2.14.1 这个是真机测试截图:[图片] 这个是ipad界面: [图片] 这个是视频地址: [视频]
2020-12-16 - scroll-view 在可滚动的情况下 image标签不能被遮挡?
scroll-view 在可滚动的情况下, image处于屏幕内,会出现不能遮挡的情况? 出现环境:iphone8 iphoneX,微信版本:7.0.15,ios版本:13.3.1 情况如下: [图片][图片] 代码如下: xml部分[图片] css部分 .list-box .list { padding-top: 30rpx; overflow: hidden; } .list-box .list:last-child { padding-bottom: 60rpx; } .list-box .list .bg-box { background-color: #efeff0; z-index: 1; position: relative } .list-box .list .bg-box .shaw-box { position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 99; background-color: rgba(0, 0, 0, 0.5) } .list-box .list .bg-box .shaw-box image { width: 70rpx; height: 75rpx; margin-top: -12rpx; display: block } .list-box .list .left { width: 45%; overflow: hidden; background-repeat: no-repeat; background-position: center; background-size: cover; } .list-box .list .left image { width: 100%; height: 183.4rpx; opacity: 1; display: block } .list-box .list .right { flex: 1; color: #404040; padding:0 30rpx; } .list-box .list .dot-box { width: 50rpx; height: 50rpx; border-radius: 50%; background-color: #fff; margin-right: -25rpx; } 代码片段: https://developers.weixin.qq.com/s/Q2Wa9SmE7Gji
2020-08-26 - 华为系列nova(5g),mate20pro,华为荣耀 不能触发onReachBottom?
onReachBottom方法在这部分机型内不能触发[图片][图片]
2020-06-16 - wx.chooseImage 选择图片经常出现这个,必须选择关闭程序才能再次打开?
[图片][图片][图片] 出现环境:微信小程序开发工具版本1.0.2.***1180,模拟环境ios6,基础调试库2.11.1
2020-06-04 - canvas type="2d" 的时候 不能渲染出一维码或者二维码?
微信7.0.14 基础库2.11.0 [图片]如果删除type=“2d” j就能显示 [图片]
2020-05-15 - createAnimation创建动画height的时候 没有动画效果
- 需求的场景描述(希望解决的问题) 能想animatheightadd.width一样提供一个动画持续效果 - 希望提供的能力 创建动画animatheightadd.height动画持续效果能展现出来
2018-09-29