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=4198&classid=9&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: 1714290700, nonceStr: 'Fr7y4zhNVtvR2iAN', signature: '1c255bab1843f0f3db28d4f2c5f90acb7bccc0a3', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9648\u56fd\u5f3a\uff1a\u6211\u5151\u73b0\u4e86\u201c\u5165\u5b66\u201d\u65f6\u7684\u5e84\u4e25\u627f\u8bfa","smalltext":"\u4ed6\u662f\u4e00\u540d\u79d1\u6280\u5de5\u4f5c\u8005\uff0c\u4e00\u4f4d\u533b\u5b66\u6559\u80b2\u5de5\u4f5c\u8005\uff0c\u4ed6\u672c\u7740\u201c\u5343\u6559\u4e07\u6559\u6559\u4eba\u6c42\u771f\uff0c\u5343\u5b66\u4e07\u5b66\u5b66\u505a\u771f\u4eba\u201d\u7684\u7406\u5ff5\uff0c\u62c5\u4efb\u4e0a\u6d77\u4ea4\u901a\u5927\u5b66\u533b\u5b66\u9662\u9662\u957f10\u5e74\u53c84\u4e2a\u670821\u5929\uff0c\u4ed6\u5c31\u662f\u4e2d\u56fd\u79d1\u5b66\u9662\u9662\u58eb\u9648\u56fd\u5f3a\u30023\u670816\u65e5","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=9&id=4198"}; 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 () { } }); }); }