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=4107&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: 1745056630, nonceStr: 'EVw6TFayOteXsPJB', signature: '5dbac53de6dea5ce95891d9b4f769fa5e45122b8', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u961c\u65b0\u5e02\u6838\u9178\u68c0\u6d4b\u57fa\u5730\u843d\u6237\uff0c\u53ef\u5b9e\u73b0\u6700\u9ad8\u65e5\u68c030\u4e07\u4efd","smalltext":"\u4e3a\u9002\u5e94\u4e0d\u65ad\u53d8\u5316\u7684\u65b0\u51a0\u80ba\u708e\u9632\u63a7\u9700\u6c42\uff0c\u5927\u5e45\u3001\u5feb\u901f\u63d0\u5347\u68c0\u6d4b\u80fd\u529b\uff0c\u52a8\u6001\u63a8\u8fdb\u5e94\u68c0\u5c3d\u68c0\u3001\u613f\u68c0\u5c3d\u68c0\u3002\u6211\u9662\u4e8e2020\u5e7411\u6708\u6309\u7167\u4e0a\u7ea7\u8981\u6c42\u627f\u62c5\u8d77\u5efa\u8bbe\u961c\u65b0\u5e02\u65b0\u51a0\u75c5\u6bd2\u6838\u9178\u68c0\u6d4b\u57fa\u5730\u7684\u91cd\u8981\u5de5\u4f5c\u3002\u8fd1","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4107"}; 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 () { } }); }); }