修复分享一键分享问题

This commit is contained in:
2024-12-23 19:06:43 +08:00
parent 7b8f7fc4b0
commit bb0074cc0f

View File

@@ -350,7 +350,7 @@
}, },
ymfsharurl() { ymfsharurl() {
let that = this; let that = this;
uni.ymfshowModal({ uni.showModal({
title: '链接推广', title: '链接推广',
content: this.tuiguang + this.erweima, content: this.tuiguang + this.erweima,
showCancel: true, showCancel: true,
@@ -720,7 +720,7 @@
} }
}); });
} else { } else {
uni.ymfshowModal({ uni.showModal({
title: '提示', title: '提示',
content: '请先在设置页面打开“保存相册”使用权限', content: '请先在设置页面打开“保存相册”使用权限',
confirmText: '去设置', confirmText: '去设置',