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=1806&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: 1714773649, nonceStr: 'Z4c3Id1Yo1Fg7lWD', signature: 'b9b0393be95ca0d6d6035a4c4c4e1c44f5ee6b85', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u63f4\u9102\u4e13\u5bb6\u53e3\u8ff0\uff1a\u5982\u4f55\u8ba9\u7206\u6ee1\u91cd\u538b\u4e2d\u7684\u5b9a\u70b9\u533b\u9662\u4e0a\u8f68\u9053","smalltext":"\u9ec4\u6653\u6ce2\u662f\u56db\u5ddd\u7701\u4eba\u6c11\u533b\u9662\u91cd\u75c7\u533b\u5b66\u79d1\uff08ICU\uff09\u4e3b\u4efb\uff0c\u6b64\u6b21\u56db\u5ddd\u63f4\u9102\u533b\u7597\u961f\u526f\u961f\u957f\u30022020\u5e741\u670825\u65e5\uff0c\u5927\u5e74\u521d\u4e00\uff0c\u9ec4\u6653\u6ce2\u62b5\u8fbe\u6b66\u6c49\uff0c\u5bf9\u53e3\u652f\u63f4\u6b66\u6c49\u7b2c\u4e8c\u6279\u6536\u6cbb\u65b0\u51a0\u80ba\u708e\u75c5\u4eba\u7684\u5b9a\u70b9\u533b\u9662\u6b66\u6c49\u7ea2\u5341\u5b57\u4f1a\u533b\u9662","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1806"}; 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 () { } }); }); }