uni.saveImageToPhotosAlbum({
filePath: ‘图片地址’,
success: function() {
uni.showToast({
title: '已保存',
duration: 2000
});
}
});