修复分享一键分享问题
This commit is contained in:
parent
7b8f7fc4b0
commit
bb0074cc0f
|
|
@ -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: '去设置',
|
||||
|
|
|
|||
Loading…
Reference in New Issue