Commit d7982314 authored by 王炽's avatar 王炽

6666

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