收藏
回答

wx.showShareImageMenu已在管理后台设置最低基础库版本2.16.1,手机上无效?

wx.downloadFile({
      url: this.data.downList[this.data.currentIndex],
      success: (res) => {
        wx.showShareImageMenu({
          path: res.tempFilePath,
        })
      }
    })
回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容