还是有这个问题
routeDone with a webviewId 133 that is not ?routeDone with a webviewId 133 that is not the current page 项目一打开就报这个
2023-02-07牛逼啊,解决了大问题了,折腾了一天多
canvas.createImage创建image对象后img.onload事件不触发?[图片] 微信开发者工具都正常,真机有的图片可以有的不行,还没发现必现的规律
2022-10-13厉害了!
用户反映:小程序分享出现不明来源图片用户反映: 小程序分享出现不明来源图片 开发者反馈: onShareAppMessage 只return 两个参数 title,path 请问下这种情况怎么解释 用户微信号:li19928747367 网络环境:4G 时间:2018-5-27 19:00 群名:钢筋木工交流群(486) [图片] [图片]
2018-05-30我这也是碰到了这个问题,不知道官方什么时候能解决!
cover-image 不显示图片基础wepy开发,基础库详细版本,2.0.9 [130],video标签上面覆盖cover-image,用于显示微信头像和本地的占位图片,src在获取到数据后动态设置,值已经变过来了,但是图像并没有显示出来 使用远程调试,cover-view和cover-image有个样式visibility:hidden,我并没有加这个样式,是标签使用不当,还是怎样?迫切需要官方人员解答
2018-05-30我们也碰到这个问题了
fixed定位的cover-image 通过for渲染出来的图片在手机上不显示我通过动态判断添加的图片 在ios上不显示 app.globalData.tabbar.list = [ { pagePath: "/pages/record/record", text: "考勤记录", iconPath: "star.png", selectedIconPath: "score.png", selected: true }, { pagePath: "/pages/statistics/statistics", text: "考勤统计", iconPath: "star.png", selectedIconPath: "score.png", selected: false }, { pagePath: "/pages/personalCenter/index/index", text: "个人中心", iconPath: "star.png", selectedIconPath: "score.png", selected: false } ] <cover-view class="tabbar_box" style="z-index:1000;background-color:{{tabbar[0].backgroundColor}}; {{tabbar[0].position == 'top' ? 'top:0' : 'bottom:0'}}"> <cover-view wx:for="{{tabbar[0].list}}" wx:for-item="item" wx:key="index" class='box box_row_center' style="width:{{1/tabbar[0].list.length*100}}%;background-color:#fff"> <cover-view class=" tabbar_nav " data-pagepath='{{item.pagePath}}' bindtap='goToTabber' style="width:100%; color:{{item.selected ? tabbar.selectedColor : tabbar.color}} " open-type="redirect "> <cover-image class="tabbar_icon " src="/public/img/{{item.selected ? item.selectedIconPath : item.iconPath}} "></cover-image> <cover-view>{{item.text}}</cover-view> </cover-view> </cover-view> </cover-view> 因为会根据进来的人显示不同的tabber 动态渲染cover-image ios上不显示
2018-05-25