From b3ea5caa3da8d2edd33515da10a35eea8ac0def9 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Sat, 28 Dec 2024 19:25:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=BA=93=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E5=88=86=E4=BA=AB=E6=96=87=E6=9C=AC=E6=8D=A2=E5=AD=A6=E6=A0=A1?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/projectDetails/projectDetails.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/projectDetails/projectDetails.js b/pages/projectDetails/projectDetails.js index 8214bce..bb960fa 100644 --- a/pages/projectDetails/projectDetails.js +++ b/pages/projectDetails/projectDetails.js @@ -718,7 +718,8 @@ Page({ */ onShareAppMessage() { return { - title: "【寄托港校项目库】 - " + this.data.info.name_zh, + title: `【${ this.data.info.schoolname || '' }】 - ${this.data.info.name_zh}`, + // title: "【寄托港校项目库】 - " + this.data.info.name_zh, } }, onShareTimeline() { @@ -726,7 +727,7 @@ Page({ name: "share-timeline" }) return { - title: "【寄托港校项目库】 - " + this.data.info.name_zh, + title: `【${ this.data.info.schoolname || '' }】 - ${this.data.info.name_zh}`, } }, }) \ No newline at end of file