Commit 4bd707e1 authored by 王炽's avatar 王炽

66666

parent 0e8dcd50
......@@ -1183,10 +1183,11 @@
const shareTitle = ref('7000万中国家庭都在看!科学育儿,全程陪伴,源于母爱。');
const shareImg = ref($baseUrl + `'contentLibrary/1003/shareicon.png'`);
const shareImg = ref($baseUrl + 'contentLibrary/1003/shareicon.png');
onShareAppMessage(() => {
console.log('onShareAppMessage',shareImg);
console.log('shareTitle=',shareTitle);
console.log('shareImg=',shareImg);
return {
title: shareTitle.value,
path: '/pages/library/ContentLibrary',
......
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