收藏
回答

保存视频后提示保存成功的提示怎么隐藏?

getVideoStting(url) { // 保存视频到本地

        return new Promise((reslove, reject) => {

          if (url{

            wx.saveVideoToPhotosAlbum({

              filePath: url,

              success (res) {

                console.log(res)

                reslove(res)

              }

            })

          }

        })

    }


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

1 个回答

登录 后发表内容