修复分享一键分享问题

This commit is contained in:
YeMingfei666 2024-12-23 19:06:43 +08:00
parent 7b8f7fc4b0
commit bb0074cc0f
1 changed files with 2 additions and 2 deletions

View File

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