Commit c6b9bb50 authored by beisir's avatar beisir

feat:测试苹果收集分享 icon地址

parent 6b621c8b
...@@ -227,6 +227,7 @@ export default { ...@@ -227,6 +227,7 @@ export default {
}); });
}, },
appShareEventChange() { appShareEventChange() {
alert(JSON.stringify(this.shareInfo.imgUrl));
const { title, desc, link, imgUrl, posterUrl } = this.shareInfo; const { title, desc, link, imgUrl, posterUrl } = this.shareInfo;
// 进行App分享 // 进行App分享
const data = { const data = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment