Commit d7982314 authored by 王炽's avatar 王炽

6666

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