微信小程序解决华为手机保存图片到相册失败

1.新增隐私设置

2.优化代码 新增uni.authorize判断

javascript 复制代码
	_saveCode() {
				let that = this;
				console.log('点击了保存图片')
				console.log(this.result)
				uni.authorize({
					scope: 'scope.writePhotosAlbum',
					success(e) {
						console.log(e)
						if (this.result != "") {
							uni.saveImageToPhotosAlbum({
								filePath: that.result,
								success: function() {
									uni.showToast({
										title: '二维码保存成功',
										icon: 'success',
										duration: 2000
									});
								}
							});
						}
					},
					fail(e){
						console.log('失败了')
						console.log(e)
						uni.openSetting({
						  success(res) {
						    console.log(res.authSetting)
						  }
						});
					}
				})

			},
相关推荐
人还是要有梦想的4 小时前
如何开发微信小程序
微信小程序·小程序·notepad++
inksci21 小时前
Js生成安全随机数
前端·微信小程序
azhou的代码园1 天前
基于SpringBoot+微信小程序的图片识别科普系统
spring boot·后端·微信小程序
万岳科技系统开发1 天前
外卖系统选型与源码与 SaaS 实践的思考
数据库·小程序
志遥1 天前
我把 Sentry 接进了 7 端小程序:从异常捕获、Breadcrumb 到 Source Map 定位
微信小程序·监控
云起SAAS1 天前
在线客服系统源码 | 支持PC管理端+H5访客端+实时聊天
微信小程序·ai编程·看广告变现轻·在线客服系统源码
bug总结1 天前
小程序云函数 vs 传统前后端分离(阿里云)原理解析
阿里云·小程序·云计算
2501_933907211 天前
如何通过上海本凡科技获得优质的小程序开发服务?
科技·微信小程序·小程序
计算机徐师兄1 天前
Java基于微信小程序的青少年科普教学系统【附源码、文档说明】
java·微信小程序·青少年科普教学系统小程序·java青少年科普教学小程序·青少年科普教学微信小程序·青少年科普教学小程序·科普教学微信小程序
a17798877122 天前
小程序上传图像失败
小程序·c#