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=1963&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: 1747145800, nonceStr: 'VD23FluwpAqoqC0V', signature: '51703fabdd7b0f799a03ce62bbbc8b79f192174b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff1a\u5168\u529b\u505a\u597d\u4f4f\u57f9\u533b\u5e08\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u9632\u63a7\u5de5\u4f5c","smalltext":" \u81ea\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u66b4\u53d1\u4ee5\u6765\uff0c\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\u628a\u4f4f\u57f9\u533b\u5e08\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u9632\u63a7\u4f5c\u4e3a\u91cd\u8981\u5de5\u4f5c\uff0c\u8ba4\u771f\u8d2f\u5f7b\u843d\u5b9e\u7701\u536b\u5065\u59d4\u548c\u5b66\u6821\u5de5\u4f5c\u90e8\u7f72\u8981\u6c42\uff0c\u91c7\u53d6\u79ef\u6781\u5e94\u5bf9\u63aa\u65bd\uff0c\u505a\u597d\u4f4f\u57f9\u533b\u5e08\u75ab\u60c5\u9632\u62a4\u3001","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1963"}; 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 () { } }); }); }