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=4617&classid=10&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: 1743764653, nonceStr: '67P1jnk0nA61EjLF', signature: '7082f6cc903bf5b3824e7c0993add8e3c82bdc62', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u53e3\u8154\u533b\u9662-\u53e3\u8154\u9884\u9632\u56e2\u961f","smalltext":"\u6784\u5efa\u5168\u56fd\u552f\u4e00\u7684\u4e09\u7ea7\u53e3\u8154\u75c5\u9632\u6cbb\u7f51\u7edc\u2014\u2014\u4e0a\u6d77\u5e02\u53e3\u8154\u533b\u9662\u53e3\u8154\u9884\u9632\u56e2\u961f\u4e00\u3001\u7533\u62a5\u7b80\u8ff0\u4e0a\u6d77\u5e02\u53e3\u8154\u533b\u9662\u00b7\u590d\u65e6\u5927\u5b66\u9644\u5c5e\u53e3\u8154\u533b\u9662\u53e3\u8154\u9884\u9632\u56e2\u961f\u59cb\u5efa\u4e8e1957\u5e74\uff0c\u5728\u4e0a\u6d77\u5e02\u536b\u5065\u59d4\u548c\u533b\u9662\u7684\u9886\u5bfc","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4617"}; 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 () { } }); }); }