收藏
回答

wx.showShareImageMenu 这个api真机调试报错?

真机调试报错 errMsg: "showShareImageMenu:fail Cannot read property 'initScl' of undefined"

    wx.getImageInfo({

      src: that.data.shareInfo.photoUrl,

      success: (res) => {

        console.log(res, 'res')

        wx.hideLoading()

        wx.showShareImageMenu({

          path: res.path,

          success: () => {},

          fail: (res) => console.log(res),

        });

      }

    })


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

4 个回答

  • 社区技术运营专员-Jahozheng
    社区技术运营专员-Jahozheng
    2023-03-22

    请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

    2023-03-22
    有用
    回复
  • UuUuUu~
    UuUuUu~
    2023-11-06

    2023.11.6,还没解决吗?同样的问题

    2023-11-06
    有用
    回复
  • zk.Peng
    zk.Peng
    2023-03-27

    同样遇到此问题,真机调试 wx.showShareImageMenu 报同样的错误

    2023-03-27
    有用
    回复
  • K
    K
    2023-03-24

    一样,也报这个错

    2023-03-24
    有用
    回复
登录 后发表内容