Authored by 李奇

分享图片设定

... ... @@ -95,12 +95,9 @@ class GroupProgress extends Page {
let [domain] = location.href.split('?');
link = `${domain}?activityId=${this.data.activityId}&groupNo=${this.data.groupNo}`;
_this.data.shareImgUrl = _this.data.shareImgUrl.replace(/(http:)?\/\//, 'https://');
sharePlugin({
title: `【还差${_this.data.lackNum}人】${_this.data.groupPrice} ${_this.data.productName}`,
imgUrl: _this.data.shareImgUrl,
imgUrl: 'http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed-new.png',
desc: _this.data.productName,
link: link
});
... ...