...
|
...
|
@@ -267,9 +267,11 @@ function initWebShareButtons(env = '') { // 初始化分享按钮事件 |
|
|
if (isApp) {
|
|
|
Object.assign(webShareData, {
|
|
|
hideType: ['4', '5', '6', '7', '8', '9'],
|
|
|
isCareCallBack: '1'
|
|
|
isCareCallBack: '1',
|
|
|
wxShareMode: parseInt(webShareButton.data('slanding'), 10) ? 'miniprogram' : 'h5'
|
|
|
});
|
|
|
}
|
|
|
alert(JSON.stringify(webShareData));
|
|
|
|
|
|
if (parseInt(app_info.uid, 10)) {
|
|
|
|
...
|
...
|
|