Showing
1 changed file
with
1 additions
and
1 deletions
@@ -223,7 +223,7 @@ function initWxShare(data) { | @@ -223,7 +223,7 @@ function initWxShare(data) { | ||
223 | title: data.title, | 223 | title: data.title, |
224 | imgUrl: data.imgUrl, | 224 | imgUrl: data.imgUrl, |
225 | desc: data.desc, | 225 | desc: data.desc, |
226 | - link: data.link.replace('https', 'http'), | 226 | + link: data.link, |
227 | success: function() { | 227 | success: function() { |
228 | setTimeout(getCoupon, 500); | 228 | setTimeout(getCoupon, 500); |
229 | } | 229 | } |
-
Please register or login to post a comment