微信小程序 wx.getImageInfo 延迟执行了?

发布于 9 年前作者 gang4012802 次浏览最后编辑 9 年前来自 issues
wx.getImageInfo({
      src: url,
      complete: (res) => {
        console.log("这里也很重要", res)
      
          this.w = res.width;
          this.h = res.height;
       
      }
    });
0 回复
暂无回复