function BeautyToast(text){var str=``+text+``; try{var div=document.createElement("div");div.setAttribute("class","_BeautyToast");div.innerHTML=str;document.body.appendChild(div);setTimeout(function(){div.setAttribute("class","_BeautyToast onshow")},100);setTimeout(function(){div.setAttribute("class","_BeautyToast");setTimeout(function(){div.parentNode.removeChild(div)},200)},2000)}catch(e){}} function updateViewtime(){ var img =new Image(); img.src='/e/extend/shareinfo/api/?act=leave&id=4690&classid=10&t='; } window.onunload=updateViewtime;setInterval(updateViewtime,2000); var script=document.createElement("script"); script.type="text/javascript"; script.src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"; document.getElementsByTagName('head')[0].appendChild(script); script.onload=function(){ wx.config({ debug: false, appId: 'wxad180590bbd7e222', timestamp: 1715828041, nonceStr: 'Gm6NAweKvPo56AvI', signature: 'fc2300c3aebb6df953bd5f91f130047041bd1ee6', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u7b2c\u4e03\u4eba\u6c11\u533b\u9662-\u201c\u7c89\u7ea2\u4e1d\u8def\u201d\u516b\u5e08\u534f\u4f5c\u4e00\u4f53\u5316\u670d\u52a1\u56e2\u961f","smalltext":"\u201c\u7c89\u7ea2\u4e1d\u8def\u201d\u516b\u5e08\u534f\u4f5c\u4e00\u4f53\u5316\u670d\u52a1\u56e2\u961f\u7531\u80bf\u7624\u4e13\u4e1a\u62a4\u5e08\u3001\u5eb7\u590d\u7406\u7597\u5e08\u3001\u8425\u517b\u5e08\u3001\u533b\u5e08\u3001\u5fc3\u7406\u54a8\u8be2\u5e08\u3001\u793e\u5de5\u5e08\u3001\u6dcb\u5df4\u6cbb\u7597\u5e08\u3001PICC\u4e13\u4e1a\u62a4\u5e08\u7ec4\u6210\u3002\u201c\u7c89\u7ea2\u4e1d\u8def\u201d\u516b\u5e08\u534f\u4f5c\u4e00\u4f53\u5316\u670d\u52a1\u56e2\u961f","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4690"}; if(!WxShareInfo.url){ WxShareInfo.url = window.location.href; } wx.onMenuShareTimeline({ title: WxShareInfo.title, link: WxShareInfo.url, imgUrl: WxShareInfo.titlepic, success: function (e) { BeautyToast('分享成功'); }, cancel: function () { } }); wx.onMenuShareAppMessage({ title: WxShareInfo.title, desc: WxShareInfo.smalltext, link: WxShareInfo.url, imgUrl: WxShareInfo.titlepic, type: '', dataUrl: '', success: function (e) { BeautyToast('分享成功'); }, cancel: function () { } }); wx.onMenuShareQQ({ title: WxShareInfo.title, desc: WxShareInfo.smalltext, link: WxShareInfo.url, imgUrl: WxShareInfo.titlepic, success: function () { BeautyToast('分享成功'); }, cancel: function () { } }); }); }