Showing
1 changed file
with
1 additions
and
1 deletions
@@ -235,7 +235,7 @@ const packageData = (id, isApp, isWeixin, channel, isShare) => { | @@ -235,7 +235,7 @@ const packageData = (id, isApp, isWeixin, channel, isShare) => { | ||
235 | if (isShare && datas[5]) { | 235 | if (isShare && datas[5]) { |
236 | 236 | ||
237 | if (datas[5].wechatShareImgUrl) { | 237 | if (datas[5].wechatShareImgUrl) { |
238 | - datas[5].wechatShareImgUrl = datas[5].wechatShareImgUrl.substring(datas[5].wechatShareImgUrl.indexOf('//img')); | 238 | + datas[5].wechatShareImgUrl = datas[5].wechatShareImgUrl.substring(datas[5].wechatShareImgUrl.indexOf('//')); |
239 | 239 | ||
240 | if (datas[5].wechatShareImgUrl.indexOf('?') === -1) { | 240 | if (datas[5].wechatShareImgUrl.indexOf('?') === -1) { |
241 | datas[5].wechatShareImgUrl = datas[5].wechatShareImgUrl + '?imageView2/2/interlace/1/q/75'; | 241 | datas[5].wechatShareImgUrl = datas[5].wechatShareImgUrl + '?imageView2/2/interlace/1/q/75'; |
-
Please register or login to post a comment