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=4357&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: 1744969915, nonceStr: 'J6RmRVZ46ZqMSkfa', signature: '84d6ceb7719872854d3086a6f321172841c6d994', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5357\u7701\u80f8\u79d1\u533b\u9662\uff1a\u8fd9\u79cd\u201c\u4fb5\u88ad\u201d\u9aa8\u5934\u7684\u7ed3\u6838\u9700\u8b66\u60d5","smalltext":"\u201c\u6211\u5dee\u70b9\u4ee5\u4e3a\u6211\u8fd9\u8f88\u5b50\u5c31\u5f97\u762b\u75ea\u4e0b\u53bb\u4e86\u3002\u201d5\u670820\u65e5\uff0c\u5728\u6e56\u5357\u7701\u80f8\u79d1\u533b\u9662\u5185\u4e03\u79d1\uff0c\u6b63\u5728\u4f4f\u9662\u6cbb\u7597\u4e2d\u7684\u5218\u9a8f\uff08\u5316\u540d\uff09\u56de\u5fc6\u8d77\u4e00\u4e2a\u6708\u524d\u7684\u7ecf\u5386\u4ecd\u4e0d\u514d\u89c9\u5f97\u540e\u6015\u3002\u5218\u9a8f\u4eca\u5e7432\u5c81\uff0c\u6765\u81ea\u6e56\u5357\u6c38\u987a\u53bf\u30022\u4e2a\u6708","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4357"}; 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 () { } }); }); }