妹纸图:微信API打开图片长按保存图片实例.rar

时间:2022-07-30 11:37:17
【文件属性】:

文件名称:妹纸图:微信API打开图片长按保存图片实例.rar

文件大小:8.88MB

文件格式:RAR

更新时间:2022-07-30 11:37:17

微信源码-相册图库

妹纸图:微信API打开图片长按保存图片实例,定义几个数组用来存取item中的数据,主要是引入utils包下的js文件,将获得的各种数据写入itemList,用于setData,绑定接口中返回的数据,保存图片请参见以下代码:   function saveImage(mUrl) {   that.setData({    hidden: false,    toastHidden: true,    modalHidden: true,    loadingText: "下载中..."   });   wx.downloadFile({    url: mUrl,    type: 'image',    success: function (res) {    console.log("download success");    that.setData({    hidden: true,    toastHidden: false,    toastText: "恭喜你,图片保存成功"    });    },    fail: function (res) {    console.log("download fail");    that.setData({    hidden: true,    toastHidden: false,    toastText: "保存失败,请稍后再试"    });    },    complete: function (res) {    console.log("download complete");    }   })   }


【文件预览】:
srcfans.com
----WeChatMeiZhi-master()
--------README.md(398B)
--------utils()
--------app.wxss(15B)
--------project.config.json(448B)
--------screenshots()
--------app.js(719B)
--------pages()
--------app.json(245B)

网友评论