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=220&classid=4&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: 1715694874, nonceStr: 'iDLvwBJzXO05gIas', signature: 'c60fe324a271a69427239775cf6c5b13159ffec4', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u770b\u5f97\u89c1\u6e29\u5ea6\u7684\u533b\u9662-\u53f0\u6e7e\u533b\u9662\u7684\u4eba\u6587\u5173\u6000","smalltext":"\u5927\u5bb6\u77e5\u9053\uff1a\u5728\u533b\u9662\u505a\u4eba\u771f\u7684\u5f88\u96be\uff0c\u75c5\u4eba\u9700\u8981\u533b\u9662\u63d0\u4f9b\u4ec0\u4e48\uff1f\u5728\u670d\u52a1\u4e4b\u524d\u53ef\u4ee5\u5f97\u5230\u65b9\u4fbf\u7684\u611f\u89c9\uff0c\u4ec0\u4e48\u662f\u65b9\u4fbf\uff1f\u6211\u53ef\u4e0d\u53ef\u4ee5\u4e8b\u5148\u9884\u7ea6\u597d\uff0c\u6211\u53ef\u4e0d\u53ef\u4ee5\u5148\u6302\u53f7\uff0c\u5728\u670d\u52a1\u4e2d\u88ab\u5f97\u5230\u544a\u77e5\u7684\u6743\u5229\uff0c\u6211\u4eca\u5929\u4e3a\u4ec0\u4e48\u505a\u8fd9","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=220"}; 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 () { } }); }); }