修复分享一键分享问题
This commit is contained in:
@@ -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: '去设置',
|
||||||
|
|||||||
Reference in New Issue
Block a user