设计将背景切成了三段,左边、中间、右边
重新设置width解决问题
const query = wx.createSelectorQuery().in(that)
query.select('.nick-center-content').boundingClientRect(function (res) {
console.log(res)
that.setData({
nickWidth: parseInt(res.width)
})
// res.width
}).exec()
-- END --
欢迎体验作者开发的小程序
微信小程序
网友评论