...
|
...
|
@@ -235,7 +235,7 @@ const packageData = (id, isApp, isWeixin, channel, isShare) => { |
|
|
if (isShare && datas[5]) {
|
|
|
|
|
|
if (datas[5].wechatShareImgUrl) {
|
|
|
datas[5].wechatShareImgUrl = datas[5].wechatShareImgUrl.substring(datas[5].wechatShareImgUrl.indexOf('//img'));
|
|
|
datas[5].wechatShareImgUrl = datas[5].wechatShareImgUrl.substring(datas[5].wechatShareImgUrl.indexOf('//'));
|
|
|
|
|
|
if (datas[5].wechatShareImgUrl.indexOf('?') === -1) {
|
|
|
datas[5].wechatShareImgUrl = datas[5].wechatShareImgUrl + '?imageView2/2/interlace/1/q/75';
|
...
|
...
|
|