skeleton icon indicating copy to clipboard operation
skeleton copied to clipboard

miniprogram to generate the skeleton page automatically

Results 3 skeleton issues
Sort by recently updated
recently updated
newest added

请问页面引入的自定义组件如何使用比较好,我直接将这些方法和data写到自定义组件里,效果很差

wx.createSelectorQuery().selectAll(`.${this.data.selector}`).boundingClientRect().exec(function(res){ that.setData({ 'systemInfo.height': res[0][0].height + res[0][0].top }) }); res传出的array为0