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=2933&classid=13&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: 1714466853, nonceStr: 'G075wG73L9Eadqvn', signature: 'af5aa93fba2a21f0914c53990018c418c2f65b56', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u65e0\u9521\u5e02\u513f\u7ae5\u533b\u9662\u65b0\u751f\u513f\u79d1:\u7528\u7231\u4e3a\u65b0\u751f\u547d\u62a4\u822a","smalltext":"\u65b0\u751f\u513f\u79d1\u662f\u96c6\u533b\u7597\u3001\u6559\u5b66\u3001\u79d1\u7814\u4e8e\u4e00\u4f53\u7684\u7701\u7ea7\u4e34\u5e8a\u91cd\u70b9\u4e13\u79d1\u3001\u65e0\u9521\u5e02\u533b\u5b66\u91cd\u70b9\u5b66\u79d1\u3001\u6c5f\u82cf\u7701\u65b0\u751f\u513f\u5371\u6025\u91cd\u75c7\u6551\u6cbb\u4e2d\u5fc3\u3001\u6c5f\u82cf\u7701\u65b0\u751f\u513f\u6025\u6551\u4e2d\u5fc3\u65e0\u9521\u534f\u4f5c\u4e2d\u5fc3\uff0c\u662f\u65e0\u9521\u5e02\u552f\u4e00\u63d0\u4f9b\u65b0\u751f\u513f\u5916","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2933"}; 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 () { } }); }); }