Commit 0e8dcd50 authored by 王炽's avatar 王炽

分享内容页

parent d7982314
......@@ -1186,11 +1186,11 @@
const shareImg = ref($baseUrl + `'contentLibrary/1003/shareicon.png'`);
onShareAppMessage(() => {
console.log('onShareAppMessage',options);
console.log('onShareAppMessage',shareImg);
return {
title: shareTitle,
title: shareTitle.value,
path: '/pages/library/ContentLibrary',
imageUrl: shareImg
imageUrl: shareImg.value
}
});
......
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