diff --git a/CoreCms.Net.Uni-App/CoreShop/pages/share/sharePoster/sharePoster.vue b/CoreCms.Net.Uni-App/CoreShop/pages/share/sharePoster/sharePoster.vue
index 419309ed..530db1e7 100644
--- a/CoreCms.Net.Uni-App/CoreShop/pages/share/sharePoster/sharePoster.vue
+++ b/CoreCms.Net.Uni-App/CoreShop/pages/share/sharePoster/sharePoster.vue
@@ -53,9 +53,11 @@
+
注:如果您下载失败,或者以前拒绝过弹出的授权相册提醒,请点击右上角三个点,进入【设置】页面,开启【添加到相册】功能。
+
返回上一页
@@ -328,11 +330,11 @@
/** 保存到本地 */
const handlesavePoster = async () => {
// #ifdef APP-PLUS || APP-PLUS-NVUE
- uni.downloadFile({
- url: state.imgSrc,
+ uni.getImageInfo({
+ src: state.imgSrc,
success(res : any) {
uni.saveImageToPhotosAlbum({
- filePath: res.tempFilePath,
+ filePath: res.path,
success() {
handleShowToast('保存成功', 'success');
},