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=1802&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: 1714634873, nonceStr: 'ezBwqAJ0dN1SGAMz', signature: '94beb0e51f6b13a627f041fa3de7fc74b79f71cb', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u666e\u5b9a\u53bf\u4eba\u6c11\u533b\u9662\uff1a\u9996\u4f4d\u51fa\u5f81\u6e56\u5317\u7684\u666e\u533b\u4eba\uff0c\u6211\u4eec\u4ee5\u4f60\u4e3a\u8363\uff01","smalltext":"2020\u5e74\u6625\u8282\uff0c\u5404\u7701\u7eb7\u7eb7\u542f\u52a8\u7a81\u53d1\u516c\u5171\u536b\u751f\u4e8b\u4ef6\u4e00\u7ea7\u54cd\u5e94\uff0c\u5168\u529b\u6295\u5165\u5230\u6297\u51fb\u201c\u65b0\u51a0\u201d\u80ba\u708e\u8fd9\u573a\u6218\u5f79\uff0c\u8fd9\u4e00\u4e8b\u4ef6\u5728\u5fae\u4fe1\u670b\u53cb\u5708\u4f20\u5f97\u6cb8\u6cb8\u626c\u626c\uff0c\u9f50\u58f0\u62b1\u6028\u8fd9\u573a\u201c\u761f\u75ab\u201d\u7684\u7a81\u7136\u9020\u8bbf\uff0c\u6253\u4e71\u4e86\u56fd\u4eba\u559c\u8fce\u65b0\u6625","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1802"}; 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 () { } }); }); }