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=1760&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: 1714284960, nonceStr: 'U31mnCkaPERTpHBI', signature: '97d4a72bb515c438db0a78f5df5d8ea0a1b13012', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5185\u8499\u53e4\u5987\u5e7c\u4fdd\u5065\u9662\uff1a10\u5c81\u5973\u5b69\u7684\u7ea2\u8272\u5bb6\u4e66\uff0c \u505a\u60a8\u575a\u5b9e\u7684\u540e\u76fe","smalltext":"\u5199\u4e0b\u8fd9\u5c01\u5bb6\u4e66\u7684\u5b69\u5b50\u53eb\u96ea\u513f\uff0c\u4eca\u5e7410\u5c81\uff0c\u4e0a\u5c0f\u5b66\u56db\u5e74\u7ea7\uff0c\u8fd9\u5c01\u7ea2\u8272\u5bb6\u4e66\u662f\u5979\u9001\u7ed9\u5988\u5988\u7684\u4e34\u884c\u793c\u7269\u3002\u5bb6\u4e66\u4e2d\u5199\u9053\uff1a\u201c\u5988\u5988\uff0c\u6211\u7684\u5185\u5fc3\u662f\u6297\u62d2\u7684\uff0c\u6709\u5343\u4e07\u7684\u5450\u558a\uff0c\u4f46\u6211\u77e5\u9053\u5988\u5988\u662f\u5c3d\u804c\u5c3d\u8d23\u7684\u533b\u52a1\u5de5\u4f5c\u8005\uff0c\u6551","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1760"}; 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 () { } }); }); }