From 4b9b1aa0d27a2c2e47f5b9661b59e8c7b6add104 Mon Sep 17 00:00:00 2001 From: wangzhen <37717239@qq.com> Date: Thu, 29 Apr 2021 20:25:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=86=E4=BA=AB=E6=96=87?= =?UTF-8?q?=E6=A1=88.wz?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/index/index.js | 4 ++-- pages/index/index.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/home/index/index.js b/pages/home/index/index.js index a14b306..b9fe63a 100644 --- a/pages/home/index/index.js +++ b/pages/home/index/index.js @@ -221,14 +221,14 @@ Component({ }, onShareAppMessage: function () { return { - title: '分享纸通宝', + title: '纸通宝--废纸交易、最新情报、最优资讯', path: '/pages/home/index' } }, // 分享至朋友圈 onShareTimeline() { return { - title: '分享纸通宝', + title: '纸通宝--废纸交易、最新情报、最优资讯', path: '/pages/home/index' } }, diff --git a/pages/index/index.js b/pages/index/index.js index 96e095c..45e99b2 100644 --- a/pages/index/index.js +++ b/pages/index/index.js @@ -305,14 +305,14 @@ Page({ }, onShareAppMessage: function () { return { - title: '分享纸通宝', + title: '纸通宝--废纸交易、最新情报、最优资讯', path: '/pages/index/index' } }, // 分享至朋友圈 onShareTimeline() { return { - title: '分享纸通宝', + title: '纸通宝--废纸交易、最新情报、最优资讯', path: '/pages/index/index' } },