Authored by 邱骏

去掉alert

... ... @@ -271,7 +271,6 @@ function initWebShareButtons(env = '') { // 初始化分享按钮事件
wxShareMode: parseInt(webShareButton.data('slanding'), 10) ? 'miniprogram' : 'h5'
});
}
alert(JSON.stringify(webShareData));
if (parseInt(app_info.uid, 10)) {
... ...