小程序-生成海报并保存到手机相册
index.js bindSave: function() { let that = this; wx.downloadFile({ url: 'https://xxxx', //头像 success: (res) => { that.setData({ headimgFiles: res.tempFilePat...