法定人总是扫码失败是怎么回事呢
提问,微信公众号认证的时候,法人扫码出现错误[图片] 麻烦询问一下,在认证服务号的时候,扫码绑定法人微信时候,出现以上情况,是什么情况,如何解决呢?
2021-01-19[图片]
再使用scroll-view得时候,获取scrollTop一直为0?[图片]
2020-02-27大神,你说得组件是自己封装得组件还是scroll-view组件,我这边不在scroll-view和自己得组件也获取不到scrolltop
createSelectorQuery()获取scroll-view 垂直滚动createSelectorQuery()获取scroll-view 垂直滚动位置 let id = "#id" + item; let scrollTop = that.data.scrollTop console.log(scrollTop) const query = this.createSelectorQuery() query.select(id).boundingClientRect() setTimeout(function () { query.selectViewport().scrollOffset() query.exec(function (res) { console.log(res) that.setData({ scrollTopPlay: scrollTop, bottomHeight: res[0].height }); }) }, 1000) [图片] 点击时获取的scrollTop 一直为0 , 我这个是在组件总调用的方法,不在组件中 可以正常获取高度
2020-02-27解决了吗
requirePlugin报错'requirePlugin' is not defined no-undef [图片] [图片] wepy中使用报错
2020-02-13