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=5580&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: 1746134913, nonceStr: 'LVh1VJfjwSk2Oirr', signature: 'e924f8187d66e06c496b18e98f31322de3352c2b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u53d1\u6325\u4e2d\u533b\u4f18\u52bf \u62a4\u822a\u5c45\u6c11\u5065\u5eb7","smalltext":"\u8fd1\u5e74\u6765\uff0c\u51e4\u51f0\u53f0\u533b\u9662\u6df1\u5165\u6316\u6398\u4e2d\u533b\u836f\u5b9d\u5e93\u4e2d\u7684\u7cbe\u9ad3\u5185\u6db5\uff0c\u4ee5\u7fa4\u4f17\u5065\u5eb7\u4e3a\u4e2d\u5fc3\uff0c\u4ee5\u5b88\u6b63\u521b\u65b0\u4e3a\u52a8\u529b\uff0c\u4e3a\u7fa4\u4f17\u63d0\u4f9b\u7eff\u8272\u3001\u4fbf\u6377\u3001\u9ad8\u6548\u7684\u4e2d\u533b\u836f\u5065\u5eb7\u670d\u52a1\uff0c\u4f7f\u60a3\u8005\u5f97\u5230\u6709\u6548\u6cbb\u7597\u3002\u201c\u53f3\u4fa7\u80a2\u4f53\u6d3b\u52a8\u4e0d\u5229\uff0c\u884c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5580"}; 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 () { } }); }); }