Authored by 邱骏

update

... ... @@ -223,7 +223,7 @@ function initWxShare(data) {
title: data.title,
imgUrl: data.imgUrl,
desc: data.desc,
link: data.link.replace('https', 'http'),
link: data.link,
success: function() {
setTimeout(getCoupon, 500);
}
... ...