Showing
1 changed file
with
2 additions
and
2 deletions
@@ -241,13 +241,13 @@ const packageData = (id, isApp, isWeixin, channel, isShare) => { | @@ -241,13 +241,13 @@ const packageData = (id, isApp, isWeixin, channel, isShare) => { | ||
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'; |
242 | } | 242 | } |
243 | } else if (datas[5].qqShareImgUrl) { | 243 | } else if (datas[5].qqShareImgUrl) { |
244 | - datas[5].qqShareImgUrl = datas[5].qqShareImgUrl.substring(datas[5].qqShareImgUrl.indexOf('//img')); | 244 | + datas[5].qqShareImgUrl = datas[5].qqShareImgUrl.substring(datas[5].qqShareImgUrl.indexOf('//')); |
245 | 245 | ||
246 | if (datas[5].qqShareImgUrl.indexOf('?') === -1) { | 246 | if (datas[5].qqShareImgUrl.indexOf('?') === -1) { |
247 | datas[5].qqShareImgUrl = datas[5].wechatShareImgUrl + '?imageView2/2/interlace/1/q/75'; | 247 | datas[5].qqShareImgUrl = datas[5].wechatShareImgUrl + '?imageView2/2/interlace/1/q/75'; |
248 | } | 248 | } |
249 | } else if (datas[5].showShareImgUrl) { | 249 | } else if (datas[5].showShareImgUrl) { |
250 | - datas[5].showShareImgUrl = datas[5].showShareImgUrl.substring(datas[5].showShareImgUrl.indexOf('//img')); | 250 | + datas[5].showShareImgUrl = datas[5].showShareImgUrl.substring(datas[5].showShareImgUrl.indexOf('//')); |
251 | 251 | ||
252 | if (datas[5].showShareImgUrl.indexOf('?') === -1) { | 252 | if (datas[5].showShareImgUrl.indexOf('?') === -1) { |
253 | datas[5].showShareImgUrl = datas[5].showShareImgUrl + '?imageView2/2/interlace/1/q/75'; | 253 | datas[5].showShareImgUrl = datas[5].showShareImgUrl + '?imageView2/2/interlace/1/q/75'; |
-
Please register or login to post a comment