From 0a75b4105b4821ca5fb743ced92c4f6d8da4e8e2 Mon Sep 17 00:00:00 2001 From: nesxy Date: Tue, 23 Jul 2019 02:58:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95=E5=88=86=E4=BA=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/models/wxShare.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/wxShare.js b/src/models/wxShare.js index f82c0de..d50403d 100644 --- a/src/models/wxShare.js +++ b/src/models/wxShare.js @@ -37,7 +37,7 @@ Vue.prototype.wxShare = function(params) { //获取“分享给朋友”按钮点击状态及自定义分享内容接口 wx.onMenuShareAppMessage({ // 分享给朋友 - title: shareConfig.title, // 分享标题 + title: '【一号家政】', // 分享标题 desc: shareConfig.desc, // 分享描述 link: shareConfig.url, // 分享链接 默认以当前链接 imgUrl: shareConfig.img, // 分享图标