- 之前微信版本wifi连接是好的,升级到7.0.22后,wx.startWifi功能就用不了?
[图片] [图片]
2021-01-04 - this.createSelectorQuery
var query = this.createSelectorQuery(); query.select('.ec-canvas').boundingClientRect(function (res) { console.log('query'); if (typeof callback === 'function') { _this.chart = callback(canvas, res.width, res.height); } else if (_this.ec && typeof _this.ec.onInit === 'function') { _this.chart = _this.ec.onInit(canvas, res.width, res.height); } else if (_this.ec && _this.ec.options) { var ec = _this.ec; console.log('--options--'); _this.chart = initChart(canvas, res.width, res.height, ec); } else { _this.triggerEvent('init', { canvas: canvas, width: res.width, height: res.height }); } }).exec();
2019-07-22 - 真机调试越来越不准了
[图片] 左边的view明明有review样式,可右边的style中却没有显示 [图片] 这个也是,左边没有twodiv样式啊,右边却出现了
2018-09-20 - 小程序实现两个Scroll-View互相联动,同步滚动的效果
小程序实现两个Scroll-View互相联动,同步滚动的效果
2018-09-05 - 微信h5页面怎么让MP4视频预览
微信h5页面怎么让MP4视频预览,可以看到视频暂停的页面,而不是空白。
2018-09-01 - view中有bindtap和picker的bindchange
view里面有picker组件,点击picker时会触发view中的bindtap事件,怎么才能不触发bindtap事件呢
2018-08-31 - echart
怎么根据动态加载的数据个数,页面也随之显示几个echarts对象
2018-08-20 - wx.request调用有时候回调函数不触发
wx.request调用接口时,有的回调函数触发了,有的没有触发,可是接口明明返回数据。这些在模拟机上经常会出现,然后过几天试试就正常了
2018-08-08