From baec9981fda0b3791736814f6b9e108a0b4eb2a0 Mon Sep 17 00:00:00 2001 From: chenkainan Date: Thu, 24 Jul 2025 09:17:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E7=9C=A0=E4=B9=8B=E6=A2=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bmzm/chapter3/index.vue | 2 +- bmzm/home/home.vue | 20 +++++++++++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) 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 };