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=4141&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: 1745056539, nonceStr: '8dFnJHezkuxYT2t9', signature: 'a6d2f80f687abd6e9119aaa7ef41f751044ba1d7', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e50\u5c71\u5e02\u7cbe\u536b\u4e2d\u5fc3\uff1a\u575a\u5b9a\u4e0d\u79fb\u8ddf\u515a\u8d70 \u5dfe\u5e3c\u5efa\u529f\u65b0\u65f6\u4ee3","smalltext":"\u548c\u7166\u6696\u9633\uff0c\u5927\u5730\u56de\u6625\uff0c\u6625\u82b1\u70c2\u6f2b\u3002\u201c\u613f\u4f60\u4eec\u50cf\u82b1\u513f\u4e00\u6837\u7f8e\u4e3d\u201d\uff0c\u8868\u626c\u5927\u4f1a\u4e0a\uff0c\u4e2d\u5fc3\u526f\u4e3b\u4efb\u3001\u5de5\u4f1a\u4e3b\u5e2d\u80e1\u51e4\u660e\u8fd9\u6837\u8bf4\u9053\u3002\u4e3a\u5f70\u663e\u65b0\u65f6\u4ee3\u767d\u8863\u5929\u4f7f\u98ce\u8c8c\uff0c\u8bb4\u6b4c\u5973\u804c\u5de5\u820d\u5c0f\u5bb6\u4e3a\u5927\u5bb6\uff0c\u65e0\u79c1\u5949\u732e\u7684\u6297\u75ab\u7cbe\u795e","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4141"}; 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 () { } }); }); }