diff --git a/bmzm/chapter3/index.vue b/bmzm/chapter3/index.vue index 82b163d..3ae8cc8 100644 --- a/bmzm/chapter3/index.vue +++ b/bmzm/chapter3/index.vue @@ -58,7 +58,7 @@ export default { { url: 'chapter2/img6.png' }, { url: 'chapter2/img7.png' }, { url: 'chapter2/img8.png' }, - { url: 'chapter2/img9.png' }, + // { url: 'chapter2/img9.png' }, { url: 'chapter2/img10.png', hasSubImages: true, diff --git a/bmzm/home/home.vue b/bmzm/home/home.vue index b184e94..5c9b13e 100644 --- a/bmzm/home/home.vue +++ b/bmzm/home/home.vue @@ -81,7 +81,25 @@ export default { } this.appendToStorage('answerObj', { answer1: text }); } - } + }, + // 微信分享配置 + // #ifdef MP-WEIXIN + onShareAppMessage() { + return { + title: '不眠之夜·Endless Dream|「Epic Soul」阅读体 issue03', + mpId: 'wx8954209bb3ad489e', + path: '/bmzm/home/home', + imageUrl: 'https://static.ticket.sz-trip.com/epicSoul/bmzm/share.jpg' + }; + }, + onShareTimeline() { + return { + title: '不眠之夜·Endless Dream|「Epic Soul」阅读体 issue03', + query: '', + imageUrl: 'https://static.ticket.sz-trip.com/epicSoul/bmzm/share.jpg' + }; + } + // #endif };