From 1adb7a0f9a81e3cf21211e2a7fd25d9e6a282987 Mon Sep 17 00:00:00 2001 From: nesxy Date: Tue, 23 Jul 2019 04:23:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/models/wxShare.js b/src/models/wxShare.js index 667502d..41c4c42 100644 --- a/src/models/wxShare.js +++ b/src/models/wxShare.js @@ -33,9 +33,9 @@ Vue.prototype.wxShare = function(params) { //获取“分享给朋友”按钮点击状态及自定义分享内容接口 wx.onMenuShareAppMessage({ // 分享给朋友 - title: '【一号家政】', // 分享标题 + title: shareConfig.title, // 分享标题 desc: shareConfig.desc, // 分享描述 - link: shareConfig.url, // 分享链接 默认以当前链接 + link: shareConfig.url+"?uniqueId=213", // 分享链接 默认以当前链接 imgUrl: shareConfig.img, // 分享图标 success: function(res) {} });