Authored by 邱骏

update

@@ -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 }