收藏
回答

安卓手机使用了wx.createSelectorQuery() 图片第一次加载没有显示出来 ?

swiperHeight: 0,

  handleSwiperImageLoaded(e) {

    const query = wx.createSelectorQuery()

    query.select('#swiper-image').boundingClientRect().exec((res) => {

      const imageInfo = res[0]

      this.setData({

        swiperHeight: imageInfo.height + 'px'

      })


    })

  },


回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容