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=3108&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: 1745150925, nonceStr: 'nJ5QNCyxfXT1Sdpa', signature: 'af7e0d8aa258b8d5f4ee270cd33e7834dcd49a7d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u5185\u8499\u53e4\u5bc4\u6765\u4e00\u5c01\u4fe1\uff0c\u201c\u5728\u8fd9\u91cc\u6cbb\u75c5\u5f88\u653e\u5fc3\u201d","smalltext":"\u201c\u9ec4\u533b\u751f\u771f\u662f\u4e00\u540d\u597d\u533b\u751f\uff0c\u5728\u8fd9\u91cc\u6cbb\u75c5\u5f88\u653e\u5fc3\u201d\uff0c\u8fd9\u662f4\u670814\u65e5\uff0c\u4ece\u5185\u8499\u53e4\u81ea\u6cbb\u533a\u8d64\u5cf0\u5e02\u5bc4\u5230\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\u529e\u516c\u5ba4\u5199\u7ed9\u9662\u957f\u4eb2\u542f\u7684\u611f\u8c22\u4fe1\uff0c\u6765\u4fe1\u4eba\u6f58\u53d4\u5411\u533b\u9662\u53cd\u6620\u4ed63\u6708\u4efd\u5728\u5317\u6d77\u4f4f\u9662\u9047\u5230\u7684\u6696","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3108"}; 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 () { } }); }); }