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=4514&classid=11&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: 1715876137, nonceStr: 'gPrWoWuAfbzRSmBA', signature: '607eac4bd3da842c9211322986a5e92c15c9aa46', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e2d\u5357\u5927\u5b66\u6e58\u96c5\u4e09\u533b\u9662-\u5173\u6ce8\u4eba\u6587\u5efa\u8bbe\uff0c\u6b4c\u5531\u5e78\u798f\u4e4b\u5bb6","smalltext":"\u8fd1\u65e5\uff0c2020\u5e74\u5ea6\u6e56\u5357\u7701 \u201c\u6a21\u8303\u6559\u804c\u5de5\u5c0f\u5bb6\u201d\u5149\u8363\u724c\u533e\u843d\u6237\u4e2d\u5357\u5927\u5b66\u6e58\u96c5\u4e09\u533b\u9662\u7b2c\u4e94\u5206\u5de5\u4f1a\u3002\u4e2d\u5357\u5927\u5b66\u6e58\u96c5\u4e09\u533b\u9662\u7b2c\u4e94\u5206\u5de5\u4f1a\u5305\u62ec\u795e\u7ecf\u5916\u79d1\u3001\u795e\u7ecf\u5185\u79d1\u3001\u653e\u5c04\u79d1\u3001\u9aa8\u79d1\u3001\u5eb7\u590d\u79d1\u4e94\u4e2a\u79d1\u5ba4\uff0c","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4514"}; 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 () { } }); }); }