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