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=1483&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: 1714907465, nonceStr: 'iz4gUs1Ae2ICSpif', signature: '7cde0603e6261de8112aea4549add7b73288a12c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\uff1a\u4e00\u5371\u91cd\u60a3\u8005\u6210\u529f\u8de8\u7701\u957f\u8ddd\u79bb\u8f6c\u8fd0\u6551\u6cbb","smalltext":"\u4e00\u6b21\u4f1a\u8bca\uff0c\u53d1\u73b0\u4e00\u540d\u5371\u91cd\u75c7\u60a3\u8005\uff0c\u5371\u6025\u65f6\u523b\uff0c\u4ece\u5c71\u897f\u5230\u6cb3\u5317\uff0c\u4ece\u9ad8\u94c1\u5230\u9ad8\u901f\uff0c\u8f97\u8f6c\u534f\u4f5c\u4e2d\uff0c\u591a\u5b66\u79d1\u534f\u4f5c\u518d\u521b\u5148\u6cb3\uff0c\u6210\u529f\u62a4\u4f51\u4e00\u5371\u91cd\u60a3\u8005\u8de8\u7701\u8f6c\u8fd0\u6551\u6cbb\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1483"}; 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 () { } }); }); }