Authored by 杨延青

Merge branch 'feature/0430' into 'release/6.9.2'

fix



See merge request !70
... ... @@ -77,7 +77,7 @@ function init(qs) {
if (/MicroMessenger/i.test(navigator.userAgent)) {
loadScript('//res.wx.qq.com/open/js/jweixin-1.3.2.js', () => {
jsonp(location.protocol + '//m.yohobuy.com/activity/wechat/share', {
url: location.href
url: encodeURIComponent(location.href.split('#')[0])
}).then(res => {
if (window.wx) {
window.wx.config({
... ...