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

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)
						  }
						});
					}
				})

			},
相关推荐
甜到心里的蛋糕1 小时前
如何用企业微信实现让微信收到通知实时通知
服务器·python·微信小程序·fastapi
2501_916008891 小时前
怎么用 Godot 导出 iOS 应用并上架 App Store?签名字段该填什么?
android·ios·小程序·https·uni-app·iphone·webview
2601_963870201 小时前
基于springboot的综合网上购物商场系统
微信小程序·小程序·课程设计
2601_9638699512 小时前
力序健身房管理系统
微信小程序·小程序
一 乐15 小时前
二手交易平台|基于springboot + vue二手交易平台(源码+数据库+文档)
java·数据库·vue.js·spring boot·小程序
拖孩20 小时前
给小程序加「一键发公众号贴图」,我把 wx.shareToOfficialAccount 的三个坑趟了一遍
前端·后端·微信小程序
微擎应用市场20 小时前
鲸飞云 PMS 系统 —— 现代化酒店运营的智能管理解决方案
小程序
疯狂小猫咪1 天前
教务管理系统课时消课模块设计思路
大数据·小程序
meiying88381 天前
微信商城小程序怎么开发?2026 从店铺架构到下单链路的技术选型拆解
小程序
扶风ff2 天前
练题簿小程序:家庭在线练题,课后复习更简单
学习·小程序