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=671&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: 1746614088, nonceStr: 'ngiDl8fJcFlTfOe7', signature: 'e6a943e61000fafe98a8000258b82e357fa862c2', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e05\u6cb3\u53bf\u4e2d\u5fc3\u533b\u9662\uff1a\u533b\u62a4\u81ea\u7f16\u81ea\u6f14\u6e29\u60c5\u620f\u300a\u81f3\u5c11\u8fd8\u6709\u4f60\u300b","smalltext":"\u6211\u6015\u6765\u4e0d\u53ca\u6211\u8981\u5b88\u62a4\u4f60\u76f4\u5230\u751f\u547d\u4f53\u5f81\u5e73\u7a33\u6027\u547d\u4e0d\u518d\u6709\u5371\u673a\u76f4\u5230\u75c5\u75db\u4e0d\u518d\u4fb5\u88ad\u5065\u5eb7\u76f8\u504e\u76f8\u4f9d\u4e3a\u4e86\u4f60\u6211\u53ef\u4ee5\u575a\u5b88\u5728\u91cd\u75c7\u521b\u751f\u547d\u5947\u8ff9\u706f\u706b\u901a\u660e\u4e0d\u7720\u4e4b\u591c\u62a2\u6551\u5728\u8f6e\u756a\u4ea4\u66ff\u53ea\u662f\u4eba\u6709\u65e6\u5915\u7978\u798f\u4e89\u53d6","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=671"}; 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 () { } }); }); }