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=5312&classid=5&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: 1715637979, nonceStr: 'S7NwpTshBwXFgTKP', signature: '80ec96147ecb391446fa60a53e65609321ba6244', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u5a5a\u7eb1\u6362\u5927\u767d \u82cf\u5dde\u62a4\u58eb\u91c7\u6837\u540e\u4e3e\u884c\u4e86\u7279\u522b\u5a5a\u793c","smalltext":"4\u670819\u65e5\u4e2d\u5348\uff0c\u82cf\u5dde\u9ad8\u65b0\u533a\u901a\u5b89\u78a7\u6842\u56ed\u5c0f\u533a\u91cc\u7a81\u7136\u4f20\u51fa\u300a\u5a5a\u793c\u8fdb\u884c\u66f2\u300b\u7684\u65cb\u5f8b\u3002\u501f\u52a9\u624b\u673a\u64ad\u653e\u529f\u80fd\uff0c\u5c0f\u533a\u81ea\u5e26\u7684\u62f1\u95e8\uff0c\u6ca1\u6709\u4efb\u4f55\u88c5\u9970\u7684\u573a\u5730\uff0c\u4e00\u573a\u7b80\u5355\u800c\u4e0d\u5931\u9686\u91cd\u7684\u4e34\u65f6\u5a5a\u793c\u6b63\u5728\u8fdb\u884c\u3002\u800c\u5a5a\u793c","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5312"}; 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 () { } }); }); }