<view class="cu-item"></view>mounted () {let _that = this_that.$nextTick(() => {uni.getSystemInfo({success: function (res) { // res - 各种参数let obj = uni.createSelectorQuery().select('.cu-item')obj.boundingClientRect(function (data) { // data - 各种参数console.log(data)}).exec()}})})},
