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=2480&classid=12&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: 1746164371, nonceStr: 'uWmbHG4eZ6p0ZZAr', signature: 'aba70514469135406b0a46dd69d8446021e9c238', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e1c\u9633\u5e02\u6a2a\u5e97\u533b\u9662\u674e\u6b63\u826f\uff1a\u5b88\u62a4\u300e\u4e1c\u65b9\u597d\u83b1\u575e\u300f\uff0c\u5b9e\u73b0\u5168\u9547\u300e\u96f6\u611f\u67d3\u300f","smalltext":"2020\u5e741\u6708\u521d\uff0c\u6211\u5728\u7f51\u4e0a\u5173\u6ce8\u5230\u6b66\u6c49\u51fa\u73b0\u4e0d\u660e\u539f\u56e0\u7684\u80ba\u708e\uff0c\u5f53\u65f6\u5c31\u6709\u4e0d\u597d\u7684\u611f\u89c9\uff0c\u60f3\u7740\u53ef\u522b\u518d\u6765\u4e00\u6b21\u300e\u975e\u5178\u300f\u3002\u4e0a\u7f51\u641c\u7d22\uff0c\u53ea\u770b\u5230\u96f6\u661f\u51e0\u6761\u6d88\u606f\uff0c\u90fd\u662f\u4e0e\u6d77\u9c9c\u5e02\u573a\u76f8\u5173\u3002\u540e\u9762\u8fde\u7eed\u51e0\u5929\uff0c\u65b0\u95fb\u4e0a\u90fd\u4fdd","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2480"}; 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 () { } }); }); }