小程序模板網(wǎng)

微信小程序點擊保存圖片

發(fā)布時間:2021-06-24 08:53 所屬欄目:小程序開發(fā)教程
wx.downloadFile({
      url: 'https:xxx/f12f.jpg', //僅為示例,并非真實的資源
      success: function (res) {
        // 只要服務器有響應數(shù)據(jù),就會把響應內(nèi)容寫入文件并進入 success 回調(diào),業(yè)務需要自行判斷是否下載到了想要的內(nèi)容
       
 if (res.statusCode === 200) {
          wx.saveImageToPhotosAlbum({
            title:"",
            filePath: res.tempFilePath,
            success(res) {
              ui.toast('保存圖片成功')
              that.setData({
                bol:true
              })
              // 保存圖片成功之后
              // 調(diào)用小程序的掃一掃功能
              // wx.scanCode({
              //   success(res) {
              //     console.log(res.result)
              //   }
              // })
            },
            fail(res) {
              console.log('fail')
              console.log(res)
              ui.toast('保存圖片失敗')



              wx.getSetting({
                success (res) {
                  console.log(res.authSetting)
                  res.authSetting = {
                    "scope.userInfo": true,
                    "scope.userLocation": true
                  }
                }
              })
            }
          })
        }
      }
    })

 
 
依然存在的bug  當用戶第一次拒絕時,第二次依然是拒絕


易優(yōu)小程序(企業(yè)版)+靈活api+前后代碼開源 碼云倉庫:starfork
本文地址:http://22321a.com/wxmini/doc/course/26722.html 復制鏈接 如需定制請聯(lián)系易優(yōu)客服咨詢:800182392 點擊咨詢
QQ在線咨詢