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=2273&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: 1747123852, nonceStr: 'JjMcqpbZ9o9XE0Wg', signature: 'bc654797dd9f988d79f47e8a6578fdb914c9662f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6df1\u5733\u5e02\u4e2d\u533b\u9662\uff1a\u63a2\u8bbf\u96f7\u795e\u5c71\u533b\u9662 \u63ed\u79d8\u4e2d\u533b\u9488\u7078\u6cbb\u7597\u5168\u8fc7\u7a0b","smalltext":"\u6df1\u5733\u5e02\u7b2c\u4e09\u6279\u63f4\u9102\u533b\u7597\u961f\u662f\u6df1\u5733\u652f\u63f4\u6e56\u5317\u7684\u9996\u652f\u7eaf\u4e2d\u533b\u961f\u4f0d\uff0c\u76ee\u524d\uff0c\u4e2d\u533b\u961f\u768425\u540d\u533b\u62a4\u4eba\u5458\u5df2\u7ecf\u8fdb\u9a7b\u6b66\u6c49\u96f7\u795e\u5c71\u533b\u9662\u5bf9\u65b0\u51a0\u80ba\u708e\u60a3\u8005\u8fdb\u884c\u6551\u6cbb\u3002\u4e00\u5468\u591a\u4ee5\u6765\uff0c\u961f\u5458\u4eec\u5168\u529b\u652f\u63f4\u6b66\u6c49\u96f7\u795e\u5c71\u533b\u9662","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2273"}; 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 () { } }); }); }